1
0
Fork 0
mirror of synced 2024-08-21 05:02:07 +12:00
Commit graph

16750 commits

Author SHA1 Message Date
Matej Bačo
ce98b04348 Address PR reviews 2023-07-28 09:56:07 +02:00
Khushboo Verma
460e07dab0 Moved detection endpoint near listRepos 2023-07-28 13:21:53 +05:30
Khushboo Verma
1ed5d395be Add vcs prefix to variable names 2023-07-28 13:11:26 +05:30
Khushboo Verma
2c291d53b9 Renamed variables, addressed PR comments 2023-07-28 13:10:19 +05:30
Eldad A. Fux
be4660a4a0
Merge pull request #5884 from appwrite/fix-oauth-endpoint
Remove the OAuth2 Callback endpoints from api group
2023-07-28 10:09:29 +03:00
Steven Nguyen
1319fd1f81
Delete project from console when org is deleted 2023-07-27 18:29:23 -07:00
Steven Nguyen
2621c08c4a
Update OAuth2 params
1. Make code optional so we can show the error via redirect
2. Capture error and error_description params from the OAuth2 provider
2023-07-27 17:19:49 -07:00
Steven Nguyen
a7c9e4bb7e
Improve OAuth2 Error Handling
Update the OAuth2 class to throw an exception if an API call to the
OAuth2 provider fails and update the endpoint to redirect to the
failure url with the information from the OAuth2 provider.
2023-07-27 17:19:49 -07:00
Steven Nguyen
3499a7028c
Create OAuth2 exception class 2023-07-27 17:19:49 -07:00
Steven Nguyen
7de29e2991
Fix typing issues in OAuth2 2023-07-27 15:29:48 -07:00
Matej Bačo
930f9d9526 Upgrade executor & console 2023-07-28 00:13:49 +02:00
Eldad A. Fux
0b30c7def8
Merge pull request #5886 from appwrite/feat-master-to-1.4.x
Merge master into 1.4.x
2023-07-27 13:56:42 +03:00
Damodar Lohani
116f459bab test swoole 5.0.1 2023-07-27 07:13:37 +00:00
Damodar Lohani
ba84579a8a update base image version 2023-07-27 00:41:59 +00:00
Steven Nguyen
611524476b
Merge branch 'master' into feat-master-to-1.4.x 2023-07-26 13:33:49 -07:00
Steven Nguyen
25016b4cc0
Remove the OAuth2 Callback endpoints from api group
Prevent missing project ID error.
2023-07-26 11:32:28 -07:00
Matej Bačo
8ca1ed1605 Merge branch 'feat-git-integration' of https://github.com/appwrite/appwrite into feat-git-integration 2023-07-26 17:22:43 +02:00
Matej Bačo
74bafb9379 Fix RAM issues on runtime 2023-07-26 17:09:56 +02:00
Khushboo Verma
c449aa0a68 Remove functions from installation response model 2023-07-26 15:15:45 +05:30
Damodar Lohani
844c60f35a upgrade base image and utopia-swoole 2023-07-26 07:23:25 +00:00
Eldad A. Fux
887abad190
Merge pull request #5707 from appwrite/docs-delete-session
Update delete session description to be actually correct
2023-07-26 02:10:00 +03:00
Eldad A. Fux
f6d96237e7
Merge pull request #5755 from mendelgordon/doc-fix-magic-session-typo
Fix small typo in docs
2023-07-25 22:09:31 +03:00
Damodar Lohani
bd428fc436 update composer versions 2023-07-25 09:37:05 +00:00
Damodar Lohani
dc07758f4d fix composer version 2023-07-25 09:10:27 +00:00
Damodar Lohani
8f25c5bff1 upgrade swoole ide helper 2023-07-25 09:04:11 +00:00
Christy Jacob
6cb80c346a
Merge pull request #5846 from appwrite/change-use-find-instead-iterating-index-array
change to use find instead of iterating index array in Get Index route
2023-07-25 12:14:14 +04:00
Matej Bačo
44352e727d Merge branch 'feat-git-integration' of https://github.com/appwrite/appwrite into feat-git-integration 2023-07-25 10:04:08 +02:00
Matej Bačo
c65dc29b0e Update proxy.md 2023-07-25 10:04:00 +02:00
Khushboo Verma
ce43447f77
Create vcs.md 2023-07-25 13:33:30 +05:30
Damodar Lohani
a8b3367d50 upgrade utopia-swoole version 2023-07-25 06:05:22 +00:00
Damodar Lohani
86ec1ec1d2 adding audio/x-hx-aac-adts as well 2023-07-25 01:08:46 +00:00
Damodar Lohani
82f2033f99
audio/aac mime type added 2023-07-25 06:37:27 +05:45
Prateek Banga
f7c02d9308 removes extra db call and uses document find method 2023-07-24 23:41:49 +05:30
Matej Bačo
743c214a66 PR review changes 2023-07-24 15:12:36 +02:00
Christy Jacob
3d62652e1e
Merge pull request #5873 from appwrite/fix-x-domain-cookie-env
fix: X domain console cookie ENV var
2023-07-24 16:35:33 +04:00
Khushboo Verma
8655d71a67 Minor fixes 2023-07-24 15:41:30 +05:30
loks0n
eb00aa3029 tests: trigger 2023-07-24 10:55:45 +01:00
loks0n
4cae59f47d fix: X domain cookie env 2023-07-24 10:50:19 +01:00
Prateek Banga
7d412b4741 adds get db call and get collection call 2023-07-24 12:02:28 +05:30
Matej Bačo
e5adc5772c Add support for all runtime start commands 2023-07-24 08:23:23 +02:00
Khushboo Verma
9484994c4c
Update app/controllers/api/vcs.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2023-07-24 02:09:16 +05:30
Khushboo Verma
97afa959a2
Update src/Appwrite/Utopia/Response/Model/Func.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2023-07-24 02:07:25 +05:30
Eldad A. Fux
f849b49478
Merge pull request #5866 from appwrite/feat-upgrade-dependencies
upgrade dependencies
2023-07-23 13:01:47 +03:00
Damodar Lohani
2127afd047 test updated docker-base version 2023-07-23 07:29:30 +00:00
Damodar Lohani
eea593f677 upgrade dependencies 2023-07-23 06:46:23 +00:00
Eldad A. Fux
c132766c63
Merge pull request #5859 from appwrite/feat-x-domain-cookie-2
feat: X domain console cookie
2023-07-22 16:33:00 +03:00
Matej Bačo
7e386b885c Upgrade console, reword commands into 1 param 2023-07-21 13:52:14 +02:00
loks0n
80aa2374d1 chore: add var to docker 2023-07-21 11:23:08 +01:00
loks0n
611fbf6b32 feat: X domain console cookie 2023-07-21 11:08:34 +01:00
Eldad A. Fux
ffa823e455
Merge pull request #5855 from appwrite/docs-accessed-at
Update description for User and Key accesedAt
2023-07-21 07:57:49 +03:00