1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00
Commit graph

5987 commits

Author SHA1 Message Date
Eldad Fux 2028d334a2 Fixed old DB 2021-06-11 21:23:41 +03:00
Eldad Fux b929084b8b Updated var name 2021-06-11 21:23:31 +03:00
Eldad Fux 2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
kodumbeats 1885a9632d Fix tests for create/delete collection 2021-06-11 14:07:05 -04:00
Torsten Dittmann 665d57106e feat(server): database connection pools 2021-06-11 18:09:46 +02:00
kodumbeats 8aecf3cf6a Use response models for attirbute types 2021-06-11 11:27:51 -04:00
kodumbeats d2597db038 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 10:48:10 -04:00
Torsten Dittmann d96635ec23 fix(worker): remove unnecessary imports 2021-06-11 16:39:44 +02:00
kodumbeats 3510bc88b4 use isEmpty document method to check for empty collection 2021-06-11 10:25:52 -04:00
Torsten Dittmann 3f199e1232 refactor(workers): create abstract worker class 2021-06-11 16:20:18 +02:00
Eldad A. Fux 4df8f8aaba
Merge pull request #1260 from lohanidamodar/feat-image-crop-gravity
feat-image-crop-gravity
2021-06-11 16:51:25 +03:00
Damodar Lohani 4ea0d627f4 remove int conversion 2021-06-11 18:11:04 +05:45
Eldad Fux 2a07d311e8 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-11 15:04:15 +03:00
Eldad A. Fux c74a77422b
Merge pull request #1272 from lohanidamodar/fix-remove-runtime-exception
fix warning
2021-06-11 14:20:37 +03:00
Eldad A. Fux 51d4729737
Merge pull request #1273 from appwrite/feat-add-android-origin
Feat add android origin
2021-06-11 14:20:06 +03:00
Eldad Fux 35e236262c Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-add-android-origin 2021-06-11 12:39:31 +03:00
Eldad Fux e42eab3671 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-11 12:28:24 +03:00
Christy Jacob f19f186864 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-android-origin 2021-06-11 12:49:28 +05:30
Christy Jacob 9c77618578 feat: restored composer 2021-06-11 12:46:12 +05:30
Christy Jacob 402277da50 feat: removed docs 2021-06-11 12:45:40 +05:30
Christy Jacob 43d9c416a3 feat: added iOS platform to origin validator 2021-06-11 12:44:30 +05:30
Damodar Lohani 58a1b12c27 Merge branch 'master' into feat-image-crop-gravity 2021-06-11 12:20:55 +05:45
Damodar Lohani 282edd5049 Merge branch 'master' into fix-remove-runtime-exception 2021-06-11 12:20:12 +05:45
Eldad A. Fux a433181e17
Merge pull request #1274 from TorstenDittmann/fix-imagick-version
fix(dockerfile): imagick version specific commit
2021-06-11 01:14:34 +03:00
kodumbeats fbb54a1f6d Add attribute and index scopes 2021-06-10 16:41:33 -04:00
kodumbeats 4e068e63bf Revert "Update utopia-php/database to 0.3"
This reverts commit 2c7e65af68.
2021-06-10 15:38:54 -04:00
kodumbeats 7138dbd34f Use new db for collections and documents 2021-06-10 14:19:42 -04:00
kodumbeats 2d974edce9 Update document and collection response models 2021-06-10 14:19:10 -04:00
kodumbeats 2c7e65af68 Update utopia-php/database to 0.3 2021-06-10 10:53:39 -04:00
kodumbeats e9d93ce95e Throw 404 when collection not found 2021-06-10 09:15:00 -04:00
Christy Jacob c981ff39c0 feat: added error models to response model 2021-06-10 17:04:14 +05:30
Torsten Dittmann d471a5e1bd fix(dockerfile): imagick version specific commit 2021-06-10 13:14:22 +02:00
Christy Jacob c3d4897d36 feat: changed terminology 2021-06-10 15:13:32 +05:30
Christy Jacob da1ecfaffe feat: added android origin check 2021-06-10 15:05:16 +05:30
Damodar Lohani 775fee6254 Merge branch 'master' into feat-image-crop-gravity 2021-06-10 15:16:31 +05:45
Damodar Lohani 1f1b68f0ca update dependency 2021-06-10 15:16:03 +05:45
Damodar Lohani f26b8f05f5 use exception instead 2021-06-10 14:11:16 +05:45
Damodar Lohani 4563faedcb fix warning 2021-06-10 12:05:46 +05:45
kodumbeats 6f3b331069 Align index and attribute routes to db and models 2021-06-09 17:11:51 -04:00
kodumbeats 44fb6f815d Correct response models 2021-06-09 17:10:19 -04:00
Eldad A. Fux d825dd804e
Merge pull request #1270 from appwrite/feat-add-android-platform-config
Update Getting started Guides
2021-06-09 18:34:36 +03:00
Christy Jacob bdb4e98123 feat: added namespace 2021-06-09 21:00:56 +05:30
Christy Jacob 0492ccadd5 feat: update getting started guides 2021-06-09 20:56:08 +05:30
Eldad A. Fux fdf5c2c248
Merge pull request #1269 from appwrite/feat-add-android-platform-config
feat: add android platform config
2021-06-09 16:33:59 +03:00
Christy Jacob 3425fe351a feat: fixed some issues with the guide 2021-06-09 18:59:31 +05:30
Christy Jacob 0cbbcd3829 feat: update package link 2021-06-09 18:31:35 +05:30
Christy Jacob 25888151fb feat: add android platform config 2021-06-09 18:15:42 +05:30
Eldad A. Fux 11edc63a71
Merge pull request #1267 from appwrite/feat-android-support
Feat android support
2021-06-09 14:36:12 +03:00
Eldad Fux 32e6f058d4 Removed reference for old compose file 2021-06-09 14:01:56 +03:00
Damodar Lohani 0a5646482f abuse-audit update 2021-06-09 15:13:24 +05:45