kodumbeats
7fbe95de30
Use enum filter to respond with proper enum model
2021-09-10 16:14:12 -04:00
kodumbeats
9e4343e2ba
Create route for enum attribute
2021-09-10 16:09:11 -04:00
Damodar Lohani
2f9849f957
buckets related metrics
2021-09-10 14:34:16 +05:45
Damodar Lohani
2b55e50c68
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-09-10 14:15:13 +05:45
kodumbeats
f5d69b4b0a
Catch exceptions in one block
2021-09-09 13:15:30 -04:00
kodumbeats
e1c7e4908b
Remove unneeded var
2021-09-09 12:52:56 -04:00
Torsten Dittmann
9ff5fb91ac
fix(app): minor bugs
2021-09-09 16:24:57 +02:00
Damodar Lohani
be811e2366
added new fields for large file support
2021-09-08 14:11:37 +05:45
Damodar Lohani
380ebdc62d
Merge branch 'feat-storage-buckets' into feat-large-file
2021-09-08 13:47:05 +05:45
Bradley Schofield
66d8b0599c
Merge branch 'master' into the-executor-poc
2021-09-07 12:51:25 +01:00
Damodar Lohani
2adac4548a
Merge branch 'feat-database-indexing' into feat-usage-daemon
2021-09-07 11:06:12 +05:45
Torsten Dittmann
ab6a9f5a4b
fix(ssl): fix check for auto generation
2021-09-06 17:26:30 +02:00
Torsten Dittmann and GitHub
aee9ea93d9
Merge pull request #1592 from TorstenDittmann/fix-ssl-generation
...
fix(ssl): skip auto generation with acme challenge
2021-09-06 15:39:27 +02:00
Torsten Dittmann
b36b159352
fix(ssl): skip auto generation with acme challenge
2021-09-06 14:06:33 +02:00
eccc19e5dc
Apply suggestions from code review
...
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com >
2021-09-06 12:13:20 +05:30
Bradley Schofield
bca326dc8d
Improvements to executor
...
- Executor now loads runtimes from php-runtimes package
- Executor now handles timeouts correctly
- Executor can now shutdown and remove containers before shutting down itself preventing a `docker-compose stop` failure due to active network endpoints.
- Fixed a issue with JWT's not working
- Improved general executor reliability
- Tests now pass!
2021-09-06 01:37:20 +01:00
Torsten Dittmann
b617afb17c
fix huge mistake
2021-09-03 16:42:31 +02:00
Torsten Dittmann
dc4cf2b35f
fix(auth): add role for privileged users
2021-09-03 16:30:16 +02:00
kodumbeats
84e9881a6a
Delete from attribute/index tables on deleteCollection
2021-09-02 12:45:03 -04:00
Matej Baco
0fa6c76413
Bug fix, tests are now green
2021-09-02 13:12:10 +02:00
Damodar Lohani
5ea98b65a2
fix create files collection per bucket
2021-09-02 16:51:54 +05:45
Damodar Lohani
95fb93057c
separate files collection per bucket
2021-09-02 16:34:07 +05:45
Damodar Lohani
f230c5b340
storage after pagination test
2021-09-02 15:56:10 +05:45
Matej Baco
524abc80d7
Rollback of services and providers sub-collections
2021-09-02 11:38:24 +02:00
Damodar Lohani
1edf1a7ba1
custom ID and after pagination
2021-09-02 14:15:10 +05:45
Damodar Lohani
91e13572a8
Merge branch 'feat-database-indexing' into feat-storage-buckets
2021-09-02 13:37:40 +05:45
Torsten Dittmann
9bc3412649
Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime
2021-09-02 09:44:36 +02:00
Damodar Lohani
cf912993b4
fix default magic login handling url
2021-09-02 11:06:25 +05:45
kodumbeats
c49179e6bc
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enforce-document-collection-permissions
2021-09-01 10:52:38 -04:00
Bradley Schofield
35ed296b75
Add Deno and update UI
2021-09-01 10:48:56 +01:00
Matej Baco
0ab76a1c6f
Update sub-collection names and filter names, improved error log, fixed docs typo
2021-09-01 10:43:35 +02:00
Matej Baco
51b1a7e72c
Removed re-selecting queries, improved selecting from sub-tables
2021-09-01 10:25:54 +02:00
Matej Baco
182630ed20
Rollbacked auth attribute, set subquery limits to 5000, Replaced " with '
2021-09-01 09:52:43 +02:00
Torsten Dittmann
bcc8c0a9cd
fix(magic-url): verify e-mail address on user
2021-09-01 09:29:12 +02:00
5bdebe55d7
Update app/controllers/api/account.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com >
2021-09-01 09:23:08 +02:00
8346710d4f
Update app/controllers/api/account.php
...
Co-authored-by: Christy Jacob <christyjacob4@gmail.com >
2021-09-01 09:22:51 +02:00
Matej Baco
577ab9c3ad
Fixed permissions, improved database filter docs, added 404 platform update test
2021-09-01 09:03:22 +02:00
kodumbeats
ae58a60065
Use checkAttribute to catch index limits
2021-08-31 21:13:58 -04:00
Christy Jacob
ac0ff8ea0f
feat(response): use recursive function for swagger/openapi spec generation
2021-09-01 02:25:13 +05:30
kodumbeats
656914f8dc
Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes
2021-08-31 13:55:18 -04:00
kodumbeats
42ca474731
Search for attributes from internal table
2021-08-31 11:35:06 -04:00
kodumbeats
94e330149f
Catch limit exception on attributes
2021-08-31 11:11:46 -04:00
Torsten Dittmann
c729972325
fix(security): replace getQuery with frontend equivalent
2021-08-31 16:05:43 +02:00
Damodar Lohani
fe51f50b3f
requested changes
2021-08-31 16:14:54 +05:45
b8466063e1
Apply suggestions from code review
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com >
2021-08-31 16:11:20 +05:45
Damodar Lohani
2b6b08c5e1
disable auth settings for smtp dependent auth if smtp is not enabled
2021-08-31 15:30:51 +05:45
Damodar Lohani
e9e83d14c3
updates and fixes, default handler for magic login
2021-08-31 15:07:48 +05:45
Damodar Lohani
4996a80e22
publicly allow 503 errors
2021-08-31 13:20:51 +05:45
Damodar Lohani
6a3f90a3a4
for endpoints that send mails, throw exception when smtp is disabled
2021-08-31 13:20:04 +05:45
Damodar Lohani
ee5745d3ce
throw exception if SMTP is not available
2021-08-31 13:17:58 +05:45