1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00
Commit graph

3695 commits

Author SHA1 Message Date
kodumbeats
7fbe95de30 Use enum filter to respond with proper enum model 2021-09-10 16:14:12 -04:00
kodumbeats
42ff17d163 Use whitelist validator to enforce enum 2021-09-10 16:12:22 -04:00
kodumbeats
9e4343e2ba Create route for enum attribute 2021-09-10 16:09:11 -04:00
kodumbeats
53b8a1c245 Rename defaultValue filter to casting 2021-08-31 14:00:28 -04:00
kodumbeats
656914f8dc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-31 13:55:18 -04:00
Damodar Lohani
fc7b346515 added new events 2021-08-30 11:34:11 +05:45
Damodar Lohani
6524d00b08 update audit resource 2021-08-29 17:51:33 +05:45
Damodar Lohani
bb666810d9 update to use duplicate exception to check email already exists 2021-08-29 17:45:25 +05:45
Damodar Lohani
73c27f9c3d update view 2021-08-29 16:58:58 +05:45
Damodar Lohani
c1fbbc5d9c update console sdk 2021-08-29 16:58:51 +05:45
Eldad A. Fux
1e026c6b58
Merge pull request #1516 from appwrite/fix-deletes-worker-missing-offset
fix-deletes-worker-missing-offset
2021-08-28 19:14:05 +03:00
Eldad A. Fux
06096b4168
Merge pull request #1498 from appwrite/fix-catch-duplicate-index-exception
fix(refactor-db): catch duplicate exception when creating and updating documents
2021-08-28 07:29:46 +03:00
kodumbeats
559fe95b7c Prefer single query to internal DB 2021-08-27 20:32:44 -04:00
kodumbeats
c3534b4383 Clean up code 2021-08-27 19:45:18 -04:00
kodumbeats
ed70582945 Fix error on null default values 2021-08-27 19:42:53 -04:00
kodumbeats
b293c5dd65 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-27 16:55:00 -04:00
kodumbeats
fb80088286 Create range filter for numeric attributes 2021-08-27 16:27:48 -04:00
kodumbeats
a619c26aff Use database filter to encode default value as JSON string to preseve type 2021-08-27 13:12:16 -04:00
kodumbeats
eba9bfa49d Harmonize exception messages 2021-08-27 08:41:22 -04:00
Eldad Fux
1d47ace629 Fixed indentation 2021-08-27 14:24:10 +03:00
Eldad Fux
ad6c364820 Added missing offset and types 2021-08-27 07:37:15 +03:00
kodumbeats
5472415231 Encode attribute default as json string 2021-08-25 16:43:15 -04:00
kodumbeats
1c52b0b4dc Prefer Document array data structure for attributes 2021-08-25 15:37:07 -04:00
kodumbeats
84f9f71b81 Fix race condition between database controller and worker 2021-08-25 15:36:45 -04:00
kodumbeats
2f26f8ae4f Count index from internal index table 2021-08-24 19:35:32 -04:00
kodumbeats
1c1312baae Catch exception for index limit 2021-08-24 18:20:04 -04:00
kodumbeats
34a2496c2a Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-24 15:03:01 -04:00
kodumbeats
5c040bd5f3 Add min and max for response model 2021-08-24 14:57:34 -04:00
kodumbeats
7506142ab9 Parse min and max from formatOptions for response model 2021-08-24 14:01:53 -04:00
Eldad Fux
48360e2805 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-08-24 19:44:12 +03:00
Bradley Schofield
667a875b49 Update compose.phtml 2021-08-24 16:56:12 +01:00
Bradley Schofield
071d716949 Initial Fix 2021-08-24 16:45:09 +01:00
kodumbeats
cc0c3d074e Replace last line that was somehow removed during interactive rebase 2021-08-24 10:03:32 -04:00
kodumbeats
98e15f782a Use 409 response for duplicate exception 2021-08-24 09:53:49 -04:00
kodumbeats
758f8e8eb2 Catch duplicate index exception when creating and updating a document 2021-08-24 09:53:15 -04:00
kodumbeats
c4cb72731e Refactor attributeCallback to function createAttribute 2021-08-24 09:49:58 -04:00
kodumbeats
4b0dc9dab3 Use param validation from framework 2021-08-24 09:46:41 -04:00
kodumbeats
65fbf03290 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 17:45:31 -04:00
Eldad Fux
5bf7f3f773 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-24 00:25:21 +03:00
Eldad A. Fux
8f2e5c3563
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:56 +03:00
Eldad A. Fux
f9d5d310e3
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:50 +03:00
Eldad A. Fux
8219fcbcb4
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:40 +03:00
Eldad A. Fux
0b30691879
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:14 +03:00
Eldad A. Fux
130d567ecf
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:54 +03:00
Eldad A. Fux
9aefe4e360
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:42 +03:00
Eldad A. Fux
5de5a38ba0
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:24 +03:00
Eldad A. Fux
8d262ffbbb
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:15 +03:00
Eldad A. Fux
75a1c70174
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:38:39 +03:00
Eldad A. Fux
72f8402edd
Update app/config/collections2.php 2021-08-23 23:38:26 +03:00
Eldad A. Fux
7cbebf8028
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:38:15 +03:00