Commit graph

1509 commits

Author SHA1 Message Date
Jake Barnby
4020c4413d
Remove redundant param 2022-05-04 18:41:18 +12:00
Jake Barnby
248f19f61e
Allow routes with path params to execute by running match on the modified request 2022-05-03 23:15:41 +12:00
Jake Barnby
21dd2935dd
Fix parameters 2022-05-03 18:27:41 +12:00
Jake Barnby
b78b71b260
Update mutate delete for db collection 2022-05-03 17:41:13 +12:00
Jake Barnby
71a0cb59b5
Defer mutate update to mutate create 2022-05-03 17:41:02 +12:00
Jake Barnby
87333e2eb0
Update mutate create for db collection 2022-05-03 17:40:44 +12:00
Jake Barnby
f31080f52c
Update query list for db collection 2022-05-03 17:40:26 +12:00
Jake Barnby
4b216fccb9
Update query get for db collection 2022-05-03 17:40:12 +12:00
Jake Barnby
fba936c2dc
Correct get list default values 2022-05-03 17:39:47 +12:00
Jake Barnby
c00f20f212
Resolve lower-level attribute inline 2022-05-03 17:39:24 +12:00
Jake Barnby
0c497f2600
Merge remote-tracking branch 'origin/master' into feat-graphql-support 2022-05-02 21:34:25 +12:00
Jake Barnby
af2895dd9b
Set content type null on inner response to circumvent echo's 2022-05-02 20:54:48 +12:00
Jake Barnby
e3824170b1
Resolve fields directly 2022-05-02 19:44:59 +12:00
Jake Barnby
d07fff5c3e
Return self on then if callback is null 2022-05-02 19:43:43 +12:00
Jake Barnby
ab44874626
Fix inline promise creation 2022-05-02 19:42:57 +12:00
Jake Barnby
383edd1fe1
Fixed promise all 2022-05-02 18:24:51 +12:00
Tanay Pant
7a884f5b50
Merge branch 'master' into feat-okta-oauth 2022-04-26 16:10:54 +02:00
Christy Jacob
9bf5babe4a
Merge pull request #3048 from appwrite/feat-auth0-oauth
Feat: Create Auth0 OAuth Adapter
2022-04-26 16:29:06 +03:00
Tanay Pant
56c184eff3 Add field for custom authorization server ID 2022-04-26 12:15:42 +02:00
Jake Barnby
5127602c9e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	composer.lock
2022-04-26 19:50:49 +12:00
Jake Barnby
dbb49ac7bf
Async resolution fixes 2022-04-26 19:49:36 +12:00
Tanay Pant
1bca3b3ca8
Fix missing slash 2022-04-25 18:23:45 +02:00
Tanay Pant
adce803d9e Minor fix 2022-04-23 23:44:50 +02:00
Tanay Pant
e0a8ef8b3a Create Okta OAuth Adapter 2022-04-23 20:14:32 +02:00
Jake Barnby
5b1f973b45
Fix promise adapter all resolving on a started scheduler 2022-04-22 22:08:30 +12:00
Jake Barnby
1057d7e3aa
Resolve fields as top-level promises for fixed passed through types 2022-04-22 22:06:53 +12:00
Jake Barnby
e79343bae7
Fix type check 2022-04-22 17:49:46 +12:00
Jake Barnby
4a2b620611
Fix using closed request (rebuild API schema per request) 2022-04-22 17:47:27 +12:00
Jake Barnby
601576a9e3
WIP fix individual param resolution 2022-04-20 22:30:48 +12:00
Eldad A. Fux
e3c9041ca1
Merge pull request #3096 from appwrite/feat-rename-providers
Rename 'providers' to 'authProviders'
2022-04-17 17:23:05 +03:00
Bradley Schofield
e567b68c19 Rename 'providers' to 'authProviders' 2022-04-14 09:54:29 +00:00
Andrey
e37d1be6a6 * Move default host value from code to env variables
* Add validation for host value
2022-04-13 18:15:25 +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. Fux
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
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
adityaoberai
528b4eb947 Add suggested changes 2022-04-03 22:07:49 +05:30