Commit Graph
15471 Commits
Author SHA1 Message Date
Bradley Schofield 4a6cbaf770 Continue work on OAuth Service Account generation 2023-08-04 15:37:37 +01:00
Bradley Schofield 845381ddf8 Merge remote-tracking branch 'origin/1.4.x' into feat-implement-transfers 2023-08-04 11:38:37 +01:00
Bradley Schofield 9bf6ed6829 Handle Jake's Suggestions 2023-08-04 11:32:47 +01:00
Eldad A. FuxandGitHub 9f7f99ba83 Merge pull request #5935 from appwrite/feat-vcs-logos
Add VCS assets
2023-08-03 14:47:54 +03:00
Khushboo Verma 717f9ca471 Add VCS assets 2023-08-03 16:56:32 +05:30
Eldad A. FuxandGitHub 8ed4029169 Merge pull request #5867 from appwrite/feat-base-image-upgrade
test updated docker-base version
2023-08-03 10:30:04 +03:00
Bradley Schofield 009a41080a Update Route to fix it and remove secrets 2023-08-02 13:25:46 +01:00
Eldad A. FuxandGitHub 75894987f9 Merge pull request #5917 from appwrite/doc-dsn-url-encode
Update the docs for the _APP_SMS_PROVIDER env var
2023-08-02 08:43:58 +03:00
Eldad A. FuxandGitHub be67fe96f6 Merge pull request #5922 from appwrite/feat-error-page
Style Appwrite Error Page
2023-08-02 08:43:03 +03:00
Eldad A. FuxandGitHub 05a316bf48 Merge pull request #5895 from appwrite/feat-2591-improve-oauth2-error-handling
Improve OAuth2 error handling
2023-08-01 22:55:58 +03:00
Eldad A. FuxandGitHub b86a62bb3b Merge pull request #5918 from appwrite/fix-5717-duplicate-users-endpoint
Delete duplicate users endpoint
2023-08-01 22:46:19 +03:00
Steven Nguyen ee6e65ffbc Style appwrite error page 2023-08-01 11:23:27 -07:00
Bradley Schofield 8eebb55ccd Add firebase Deauth 2023-08-01 15:27:46 +01:00
Eldad A. FuxandGitHub 264c7bf9a9 Merge pull request #5916 from appwrite/fix-5913-dsn-with-special-chars
Update DSN to support special chars for user and password
2023-08-01 09:32:11 +03:00
Steven Nguyen eb7526601d Delete duplicate 'Update Email Verification' endpoint 2023-07-31 11:00:30 -07:00
Steven Nguyen 5b36a820a4 Update the docs for the _APP_SMS_PROVIDER env var
To handle special characters like '@' or '/', the user
and secret values must be URL encoded.
2023-07-31 10:53:42 -07:00
Steven Nguyen b960634088 Update DSN to support special chars for user and password
Previously, DSN would not be able to parse special characters like "@"
or "/". This adds support by requiring the input to be url encoded and
then DSN would decode it after parsing.
2023-07-31 09:36:49 -07:00
Damodar Lohani 42e6400660 update base image 2023-07-30 01:29:18 +00:00
Eldad A. FuxandGitHub a22685fd07 Merge pull request #5898 from appwrite/fix-5588-delete-org-and-project
Delete project when deleting org
2023-07-29 06:50:47 +03:00
Eldad A. FuxandGitHub 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
Bradley Schofield 2da76cdb59 Revert "Merge remote-tracking branch 'origin/1.4.x' into feat-implement-transfers"
This reverts commit c1c3f056b1, reversing
changes made to 43170855a2.
2023-07-27 16:29:45 +01:00
Bradley Schofield c1c3f056b1 Merge remote-tracking branch 'origin/1.4.x' into feat-implement-transfers 2023-07-27 15:06:14 +01:00
Bradley Schofield 43170855a2 Continue work on Firebase OAuth 2023-07-27 14:22:31 +01:00
Bradley Schofield 3fa99736a8 Start work on Firebase OAuth 2023-07-27 13:55:09 +01:00
Eldad A. FuxandGitHub 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
Bradley Schofield 41d3ab1723 Update teams.php 2023-07-26 09:37:26 +01:00
Damodar Lohani 844c60f35a upgrade base image and utopia-swoole 2023-07-26 07:23:25 +00:00
Eldad A. FuxandGitHub 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. FuxandGitHub 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
Bradley Schofield 8fdcf5716a Implement Suggestions 2023-07-25 10:50:19 +01:00
1392d97da3 Update app/controllers/api/teams.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-07-25 10:47:53 +01: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 JacobandGitHub 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
Damodar Lohani a8b3367d50 upgrade utopia-swoole version 2023-07-25 06:05:22 +00:00
Prateek Banga f7c02d9308 removes extra db call and uses document find method 2023-07-24 23:41:49 +05:30
Christy JacobandGitHub 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
Bradley Schofield 50bae853e6 Update Database 2023-07-24 11:59:23 +01:00
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