Commit Graph

8501 Commits

Author SHA1 Message Date
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
Matej Bačo 5b680d28d0 Abstract class, more tests, PHPass algo 2022-05-01 14:13:59 +00:00
Christy Jacob 73fe35f202 feat: update Apple OAuth provider 2022-04-29 13:08:22 +03:00
Christy Jacob d52af8afa9 feat: update Zoom & Amazon OAuth provider 2022-04-28 10:44:09 +03:00
Christy Jacob 35ac32bd22 feat: update Yammer OAuth provider 2022-04-27 23:50:03 +03:00
Christy Jacob 99871309c1 feat: update Yahoo OAuth provider 2022-04-27 23:46:34 +03:00
Christy Jacob b810d52e59 feat: update Wordpress OAuth provider 2022-04-27 23:39:11 +03:00
Christy Jacob a2542e7716 feat: fixed typo 2022-04-27 23:27:21 +03:00
Christy Jacob 114e8300b7 feat: update Twitch OAuth provider 2022-04-27 23:25:28 +03:00
Christy Jacob 274a61f2c4 feat: update Tradeshift OAuth provider 2022-04-27 23:19:15 +03:00
Christy Jacob f815201ada feat: update stripe OAuth provider 2022-04-27 23:10:48 +03:00
Christy Jacob cf44f8c03d feat: update spotify OAuth provider 2022-04-27 22:58:52 +03:00
Christy Jacob 996504043e feat: update slack OAuth provider 2022-04-27 22:57:36 +03:00
Christy Jacob d5b2f0c7d4 feat: update paypal OAuth provider 2022-04-27 22:41:15 +03:00
Christy Jacob 16c45fad29 feat: add method to check for email verification 2022-04-27 22:14:09 +03:00
Christy Jacob 957a99ce38 feat: add method to check for email verification 2022-04-27 22:08:40 +03:00
Christy Jacob feb124d165 feat: add method to check for email verification 2022-04-27 22:08:32 +03:00
Torsten Dittmann 07589b2d48 Merge pull request #3146 from appwrite/feat-update-execution-model
Rename 'stdout' in executions to 'response'
2022-04-27 18:35:43 +02: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
Torsten Dittmann 297d076caf Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-04-26 12:39:13 +02:00
Tanay Pant 56c184eff3 Add field for custom authorization server ID 2022-04-26 12:15:42 +02:00
Matej Bačo 1a96105d92 Merge remote-tracking branch 'origin/0.14.x' into feat-https-redirect-exception 2022-04-26 09:59:57 +00:00
Christy Jacob 66d68a786b Update src/Appwrite/Extend/Exception.php 2022-04-26 12:22:01 +03: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
Torsten Dittmann 6e396ebdd7 Merge pull request #3060 from appwrite/fix-failed-indexes-query
Fix: Failed indexes in queries
2022-04-25 16:41:58 +02:00
Torsten Dittmann 12557f7143 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-04-25 16:40:59 +02:00
Bradley Schofield d981c8f5e5 Rename 'stdout' in executions to 'response' 2022-04-25 10:12:58 +01:00
Matej Bačo 4c82810d61 PR review changes 2022-04-25 09:12:43 +00:00
Matej Bačo 023e9f0f73 Fix spacings 2022-04-25 09:03:03 +00: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
Torsten Dittmann a6c27a3876 Merge pull request #3116 from appwrite/fix-remove-usage-queue
fix: remove usage queue
2022-04-20 18:10:41 +02:00
Torsten Dittmann d85c341875 fix: events config 2022-04-20 15:34:55 +02:00
Matej Bačo 41b17822a5 PR review changes 2022-04-20 12:39:53 +00:00
Jake Barnby 601576a9e3 WIP fix individual param resolution 2022-04-20 22:30:48 +12:00
Matej Bačo 8fcb2b4058 Hostname-related features&fixes 2022-04-20 09:31:17 +00:00
Matej Bačo 369d438bc9 Merge branch 'master' into feat-https-redirect-exception 2022-04-20 08:53:09 +00:00
Torsten Dittmann 626a17fce6 Merge pull request #3105 from appwrite/fix-disable-console-custom-project-id
CustomId console, reserved project
2022-04-19 15:51:11 +02:00