Commit Graph
5291 Commits
Author SHA1 Message Date
Torsten Dittmann 443f4c924d Merge branch 'master' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-04-13 14:39:37 +02:00
Torsten Dittmann 87b8fc3c41 feat: event classes for different cases 2022-04-13 14:39:31 +02:00
Jake Barnby 5010317d8b WIP update get defer to route 2022-04-12 18:47:40 +12:00
Andrey ade4024593 Added configurable host for Executor service:
* Add `_APP_EXECUTOR_HOST` env variable.
* Use `_APP_EXECUTOR_HOST` (or fallback to default) as host value to Executor service.
2022-04-11 20:45:47 +02:00
Eldad A. FuxandGitHub c8ef2d2236 Merge pull request #3006 from appwrite/fix-network-env-var
Fix: Network ENV var
2022-04-10 16:57:55 +03:00
Jake Barnby d4a77504c0 Inject read/write args for mutations 2022-04-09 02:08:36 +12:00
Jake Barnby 58241d6fe8 Check content type header exists before checking its type 2022-04-08 23:08:44 +12:00
Jake Barnby f81e69d7d6 Remove coroutines for easier debug 2022-04-08 23:08:20 +12:00
Jake Barnby d95a1b277f Expose swoole request instead of stealing it 2022-04-08 19:16:35 +12:00
Jake Barnby af128ede7c Pass-thru graphql args as request parameters 2022-04-08 19:05:59 +12:00
Jake Barnby 47642f63ff Fix API schema build arg types 2022-04-08 19:04:15 +12:00
Jake Barnby af98bb9c4a Rename types 2022-04-08 17:54:51 +12:00
Jake Barnby 40b04a3721 Fix collection type arg and type setting 2022-04-08 02:02:48 +12:00
Jake Barnby 75fec18356 Fix setting nested promise 2022-04-08 00:23:45 +12:00
Jake Barnby 10449822ce Check promise all equal 2022-04-07 18:41:53 +12:00
Jake Barnby 831429f00c Capture resolve vars 2022-04-07 18:41:36 +12:00
Jake Barnby 48ba76f365 Add resolvers for get, list, create, update, delete for user collections 2022-04-07 11:23:20 +12:00
Matej Bačo 4110709874 PR review changes 2022-04-05 16:57:22 +00:00
Matej Bačo 79f24098a4 Implemented query and order index checks 2022-04-05 16:46:11 +00:00
Jake Barnby 69e7c2fed9 Async query resolution 2022-04-06 01:48:51 +12:00
Jake Barnby 48c610348e Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/account.php
#	app/controllers/api/graphql.php
#	app/controllers/api/projects.php
#	app/controllers/api/users.php
#	app/controllers/general.php
#	app/http.php
#	app/init.php
#	composer.lock
#	src/Appwrite/Utopia/Response.php
2022-04-05 16:44:38 +12:00
Torsten Dittmann 2f9b9445dd sync with devices 2022-04-04 08:30:07 +02:00
adityaoberai 528b4eb947 Add suggested changes 2022-04-03 22:07:49 +05:30
90e55f4c34 Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:40 +05:30
3397036224 Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:28 +05:30
0c09d73a20 Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 21:57:15 +05:30
e7fd6a81ac Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 19:17:29 +05:30
0784981c42 Update src/Appwrite/Auth/OAuth2/Auth0.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-04-03 19:17:16 +05:30
Christy Jacob b06a887d85 feat: update Microsoft OAuth Adapter 2022-04-02 16:12:31 +03:00
adityaoberai 4400d4b807 Add refresh token support 2022-04-01 16:54:58 +05:30
adityaoberai ee46e14103 Create Auth0 OAuth Adapter 2022-04-01 16:04:56 +05:30
Torsten Dittmann 6de577191b feat: event model parsing 2022-03-29 11:30:57 +03:00
Damodar Lohani 7e604cbcfb fix name 2022-03-26 01:38:13 +00:00
Damodar Lohani 293406eff6 add default scope 2022-03-26 01:33:21 +00:00
Damodar Lohani 2a512fb611 zoom oauth 2022-03-26 00:54:41 +00:00
Matej Bačo 320d4518b7 Move network env var to executor container 2022-03-24 11:01:30 +00:00
Matej Bačo bff9acb88a Upgraded versions 2022-03-23 12:05:57 +00:00
Matej Bačo 45e9040fa5 Disallow HTTP communication if required 2022-03-21 14:23:56 +00:00
Everly Precia Suresh f03a68fbfe add storage support for wasabi 2022-03-18 17:17:43 +00:00
Everly Precia Suresh 46c3da70a9 add support for linode 2022-03-18 16:03:04 +00:00
Torsten Dittmann 36384c4fe5 chore: prepare 0.13.3 2022-03-15 13:19:04 +01:00
5bf0202490 Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-03-14 19:40:19 +02:00
Damodar Lohani 1d7e8a76a1 update attribute examples 2022-03-14 06:03:55 +00:00
wess 7d66e995c3 getUser and related, temp, respond empty 2022-03-11 09:09:48 -05:00
wess 5d5a7b88e0 Etsy logo added 2022-03-10 12:58:35 -05:00
wess 886b0a6373 Adds oauth for Etsy 2022-03-10 12:31:51 -05:00
Torsten Dittmann 26684ec0f9 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-prepare-0-13-2 2022-03-07 16:11:36 +01:00
Torsten Dittmann f07cd7b043 chore: prepare 0.13.2 2022-03-07 12:33:09 +01:00
Steven Nguyen e35ccea43a Fix platform type mismatch in origin validation 2022-03-05 15:35:44 -08:00
Torsten Dittmann 2fd6dc9fa1 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-prepare-0-13-1 2022-03-04 14:22:29 +01:00