Commit Graph
15760 Commits
Author SHA1 Message Date
Matej Bačo 752079c874 Refactored SSL genration 2022-04-10 09:38:22 +00:00
Eldad A. FuxandGitHub 60822d9232 Merge pull request #3004 from appwrite/feat-log-limit
Docker log limit and missing preview  size env variable
2022-04-10 11:02:46 +03:00
Damodar LohaniandGitHub 1deae11121 Merge pull request #3020 from appwrite/fix-usage-worker-use-internal-id 2022-04-10 09:31:47 +05:45
Jake Barnby d4a77504c0 Inject read/write args for mutations 2022-04-09 02:08:36 +12:00
Jake Barnby af128ede7c Pass-thru graphql args as request parameters 2022-04-08 19:05:59 +12:00
Jake Barnby d1fd776076 Name fixes 2022-04-08 17:55:29 +12:00
Jake Barnby a1d877b726 Fix operation name empty 2022-04-08 17:55:17 +12:00
Jake Barnby 40b04a3721 Fix collection type arg and type setting 2022-04-08 02:02:48 +12:00
Jake Barnby b1521a2b33 Inject request to API schema build 2022-04-08 00:54:00 +12:00
Jake Barnby 29266ce83e Append project schema on request 2022-04-07 18:40:49 +12:00
Jake Barnby c75d6b7b69 Wait for promise completion 2022-04-07 18:40:28 +12:00
Jake Barnby 196c763421 Add abuse limits 2022-04-07 18:39:42 +12:00
Jake Barnby 4a34971043 Update route labels 2022-04-07 18:39:33 +12:00
Jake Barnby 13c16dc18c Add validations 2022-04-07 18:39:15 +12:00
Jake Barnby eb85ff8e1e Update graphql resources 2022-04-07 18:38:38 +12:00
Jake Barnby c2ee34584e Add variables 2022-04-07 18:37:46 +12:00
Jake Barnby d9c0d1d556 Update service def 2022-04-07 17:54:10 +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
Matej Bačo f69bd80b0e SubQuery changes 2022-04-04 09:59:32 +00:00
Matej Bačo 4b7a34e05b PR review changes 2022-04-04 08:15:41 +00:00
Matej Bačo aebd0ed846 PR review changes 2022-04-04 08:14:14 +00:00
Torsten Dittmann 2f9b9445dd sync with devices 2022-04-04 08:30:07 +02:00
adityaoberai 0cacfd17cb Update Auth0 domain info tip for better clarity 2022-04-01 19:43:29 +05:30
adityaoberai ee46e14103 Create Auth0 OAuth Adapter 2022-04-01 16:04:56 +05:30
Matej Bačo 1c59c8d8dd PR review changes 2022-04-01 09:00:31 +00:00
Matej Bačo da6ca5347c Implemented check and tests for bucket size 2022-03-31 13:10:30 +00:00
Matej Bačo 933f3372fe Prevent certificate deletion for main domain 2022-03-30 13:31:46 +00:00
Matej Bačo 36eb37b36f Improved SSL generation 2022-03-29 10:17:56 +00:00
Damodar Lohani 586c3af5df logging limit update 2022-03-29 09:48:49 +00:00
Damodar Lohani 0a1fbcd23d add missing attribute keys 2022-03-27 08:01:50 +00:00
Damodar Lohani 08146b800f fix using internal id 2022-03-27 05:05:47 +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
Damodar Lohani dd29f6b288 seems this variable was missing in production compose and .env 2022-03-24 07:29:59 +00:00
Damodar Lohani 9cd6bbf50b added logging 2022-03-24 07:20:34 +00:00
Torsten DittmannandGitHub 6360d24495 Update variables.php 2022-03-23 17:17:36 +01:00
Matej Bačo 5897a70536 Update comment 2022-03-23 15:07:16 +00:00
Matej Bačo 8fe5a47a35 Skip certificate deletion if its already used by other project 2022-03-23 15:05:50 +00:00
Matej Bačo 2bc6d7c41b Delete certificate document alongside certificate directory 2022-03-23 14:54:25 +00:00
Matej Bačo 7f7a2c7dfb Revert auth changes 2022-03-23 14:47:50 +00:00
Matej Bačo 7f7b23181f Added global auth disable in cert worker 2022-03-23 14:46:59 +00:00
Matej Bačo 41cc8bd38d CertificateId update fix 2022-03-23 14:40:19 +00:00
Matej Bačo 213215bffa Allow same certificate with multiple projects (same domain) 2022-03-23 13:31:35 +00:00
Matej Bačo bff9acb88a Upgraded versions 2022-03-23 12:05:57 +00:00
Torsten DittmannandGitHub 154379c848 Merge pull request #2963 from appwrite/fix-orchestration-cleanup
Fix: Orchestration Cleanup
2022-03-23 10:40:37 +01:00
Torsten DittmannandGitHub a043db6f08 Merge pull request #2982 from appwrite/fix-attribute-id
Fix:  Validation regex for custom ID
2022-03-23 10:40:20 +01:00