1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00
Commit graph

1282 commits

Author SHA1 Message Date
Bradley Schofield da9860c7c4 Revert "Merge branch 'master' into feat-1297-add-expire-date-to-urls"
This reverts commit 9472867c66, reversing
changes made to 7e8d76b66d.
2021-07-02 11:39:41 +01:00
Bradley Schofield 9472867c66 Merge branch 'master' into feat-1297-add-expire-date-to-urls 2021-07-02 11:37:29 +01:00
kodumbeats d68f7254be Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-01 12:51:07 -04:00
Christy Jacob fa5ac4d3dc feat: add V08 response filter and update web sdk 2021-07-01 19:06:04 +05:30
kodumbeats a912e2f20e Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-30 14:24:48 -04:00
kodumbeats 12b58b00ac
Update descriptions/examples for docs
Applied suggestions from code review

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-30 11:10:45 -04:00
Christy Jacob ebc08be20c feat: revert integer validator to numeric 2021-06-28 20:54:37 +05:30
Torsten Dittmann dd47f195a0 deps(composer): updated abuse library to 0.5.0 2021-06-28 12:20:22 +02:00
Torsten Dittmann 91250ea52b fix(users): db connection 2021-06-28 09:55:56 +02:00
Torsten Dittmann 44ba052fcb feat(db): improved connection pools 2021-06-28 09:19:33 +02:00
Eldad Fux 03ff844291 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-26 22:47:53 +03:00
Eldad Fux 862f6721e8 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-26 22:06:23 +03:00
Damodar Lohani 378be8363a using getGravityTypes method to get list of supported gravity 2021-06-24 12:15:52 +05:45
Eldad A. Fux 91b2a139a5
Merge pull request #1294 from PineappleIOnic/feat-get-session-by-id-endpoint
Add session by ID API Endpoint
2021-06-23 18:45:08 +03:00
kodumbeats 4c81d6b490 Remove unnecessary params from new attribute and index routes 2021-06-23 10:21:32 -04:00
Damodar Lohani 497d391412 update image library and gravity param 2021-06-23 13:59:35 +05:45
Eldad A. Fux a2c4dac366
Merge pull request #1314 from PineappleIOnic/fix-runtime-parameter
Renamed `env` param on `/v1/functions` to `runtime`
2021-06-23 10:12:24 +03:00
kodumbeats ea46b7b783 Use stricter validators for params 2021-06-22 15:34:42 -04:00
Bradley Schofield 22bc391047
Update app/controllers/api/functions.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-22 11:18:26 +01:00
Bradley Schofield c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Bradley Schofield 1cf66b5934 Update account.php 2021-06-21 09:13:18 +01:00
Eldad Fux 83047e8784 Fixed is empty conditions 2021-06-20 16:59:36 +03:00
kodumbeats 2e0b7fe471 Support queries for listCollections 2021-06-18 15:27:16 -04:00
kodumbeats 9aad04b484 Accept default permissions from Utopia for now 2021-06-18 15:27:03 -04:00
kodumbeats b1a6302311 Use database worker to remove attributes and indexes 2021-06-18 14:27:14 -04:00
kodumbeats afd347ca6f Create attributes and indexes using database worker 2021-06-18 12:13:37 -04:00
kodumbeats c7dfb60bbc Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-17 14:24:09 -04:00
kodumbeats 3c7b7d21f5 Add reminder to filter results from listCollections 2021-06-17 14:22:43 -04:00
Eldad Fux 4c615c8fa6 Updated log method name 2021-06-17 21:21:22 +03:00
kodumbeats 160330675a Add whitelist of filters to createAttribute 2021-06-17 13:09:40 -04:00
kodumbeats 435f6879f2 Remove unused imports 2021-06-17 13:03:24 -04:00
kodumbeats a54af88a38 Address todo items for attributes and index routes 2021-06-17 11:53:06 -04:00
Bradley Schofield a56463e56e Fix Unique Keys not being update when changing a user's email address 2021-06-17 16:46:29 +01:00
Bradley Schofield 891a46d883
Merge branch '0.9.x' into feat-1297-add-expire-date-to-urls 2021-06-17 14:20:24 +01:00
Bradley Schofield c5a08350a2 Add expire param to Account Recovery and Email Verification 2021-06-17 13:44:06 +01:00
Bradley Schofield 3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield 88bb46ec95 Update account.php 2021-06-17 10:41:04 +01:00
Bradley Schofield 978668cbb9 Implement changes on other endpoints 2021-06-17 10:33:57 +01:00
Bradley Schofield 40e9fa9b36 Add Christy's Suggestions 2021-06-17 10:08:01 +01:00
kodumbeats 2530341bf9 Fix updateCollection and clean up code 2021-06-16 16:36:18 -04:00
Bradley Schofield fa918f9523 Add Eldad's Suggestions 2021-06-16 14:48:30 +01:00
Bradley Schofield 320cc97ad8 Replace getCollectionFirst with getDocument
Should be faster due to redis caching
2021-06-16 12:48:33 +01:00
Bradley Schofield cdb8fb8286 Implement suggestions 2021-06-16 11:48:12 +01:00
Bradley Schofield d4c39b7b73 Add session by ID API Endpoint 2021-06-16 11:14:08 +01:00
kodumbeats 0e7c55c17c Fix tests for deleteDocument 2021-06-15 10:24:51 -04:00
kodumbeats a62c46cc44 Fix tests for update and delete document 2021-06-15 09:38:24 -04:00
kodumbeats 33d07c2ba4 Move listDocuments to new db 2021-06-14 15:55:36 -04:00
Christy Jacob 8322749c2c Merge branch 'master' of github.com:appwrite/appwrite into feat-move-deletion-to-worker 2021-06-14 20:56:40 +05:30
kodumbeats 24a5fb4867 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-14 10:40:05 -04:00
Christy Jacob a93496bc8c Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-move-deletion-to-worker 2021-06-14 11:05:08 +05:30
Christy Jacob 86b1cc1678 feat: merge commit 2021-06-14 10:58:49 +05:30
Eldad Fux 9f81790761 Updates to swagger tests 2021-06-13 18:01:56 +03:00
Eldad Fux 01ba5a0738 Returned userIDs 2021-06-12 23:44:25 +03:00
Eldad Fux b4fcbbe062 Fixed JWT missing namespace 2021-06-12 22:37:19 +03:00
Eldad Fux 7a3221168e Removed unrequired attribute 2021-06-12 21:43:12 +03:00
Eldad Fux f3ff50d686 Fixed logs time attribute 2021-06-12 21:39:59 +03:00
Eldad A. Fux a3053b2a2b
Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-12 17:54:55 +03:00
Eldad A. Fux 264eb0ea4e
Update app/controllers/api/account.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:40 +03:00
Eldad A. Fux babf31c3a3
Update app/controllers/shared/api.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:27 +03:00
Eldad Fux 4dc225a886 Added orderType params 2021-06-12 17:33:23 +03:00
Eldad Fux fe5de87563 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 13:21:28 +03:00
kodumbeats 0a33325422 Sync with branch 'feat-database-indexing' for PDO and test fixes 2021-06-11 16:42:03 -04:00
Eldad Fux 5fa2a8468e Fixed test and PDO error 2021-06-11 23:39:00 +03:00
kodumbeats f7d3b726fd Remove erroneous use 2021-06-11 16:21:54 -04:00
kodumbeats e35d883c56 Test for creating collections and documents 2021-06-11 16:06:54 -04:00
kodumbeats 4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 14:34:15 -04:00
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
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
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 Fux e42eab3671 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-11 12:28:24 +03:00
kodumbeats 7138dbd34f Use new db for collections and documents 2021-06-10 14:19:42 -04:00
kodumbeats e9d93ce95e Throw 404 when collection not found 2021-06-10 09:15:00 -04:00
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
Damodar Lohani e1133b665d fix whitelist issue 2021-06-09 14:22:20 +05:45
Damodar Lohani 9a9a309ce2
Update app/controllers/api/projects.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-09 12:30:02 +05:45
Damodar Lohani 4fb54ac87b fix crop gravity param type 2021-06-09 12:26:39 +05:45
kodumbeats be79eb76c6 Use new db for attribute endpoints 2021-06-08 16:12:14 -04:00
kodumbeats 2342d84de3 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-08 12:47:59 -04:00
Damodar Lohani ed0efed843 Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-08 16:04:01 +05:45
Damodar Lohani a077ec0f55 Merge branch 'master' into feat-image-crop-gravity 2021-06-08 12:24:43 +05:45
Eldad A. Fux a8728a2f0d
Merge pull request #1234 from TorstenDittmann/feat-specs-unused-models
feat(specs): include only used models param
2021-06-08 00:01:14 +03:00
Damodar Lohani 5201e48815 adding image crop gravity support 2021-06-07 12:02:46 +05:45
Damodar Lohani ee67986662 db setup 2021-06-07 11:37:40 +05:45
Damodar Lohani 12e01f8092 integrate abuse and audit 2021-06-07 11:02:29 +05:45
Eldad Fux a0be399f0c Fix db connection 2021-06-06 20:54:01 +03:00
Torsten Dittmann 114578f102
remove leftover 2021-06-04 10:23:29 +02:00
Eldad Fux f1d75dc805 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:35 +03:00
Eldad Fux d77226e8f9 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:04 +03:00
Christy Jacob ef36e9ef49 feat: review comments 2021-06-04 00:35:11 +05:30
Christy Jacob b954e148b5 feat: review comments 2021-06-03 19:01:00 +05:30
Christy Jacob 26c46a2278 fix: ignore email case when creating account 2021-06-03 18:33:51 +05:30