1
0
Fork 0
mirror of synced 2024-09-04 11:51:43 +12:00
Commit graph

866 commits

Author SHA1 Message Date
Damodar Lohani
d037c0df23 team and membership custom id support 2021-07-19 12:20:49 +05:45
Damodar Lohani
cd0b21ec0a fix typo 2021-07-19 12:11:29 +05:45
Damodar Lohani
7c99192ced Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-19 12:06:18 +05:45
kodumbeats
ce742b104e Remove $ from task document 2021-07-16 10:32:20 -04:00
kodumbeats
2619157dd0 Add inline todos 2021-07-16 09:53:55 -04:00
Damodar Lohani
0817eea595
Update app/controllers/api/users.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-07-15 11:34:08 +05:45
kodumbeats
88146857f7 Use refactored db for tasks worker 2021-07-14 15:59:16 -04:00
kodumbeats
acc4bbb052 Deletes worker no longer needed for collections 2021-07-12 12:45:30 -04:00
Damodar Lohani
2f40d38a37 updates and fixes 2021-07-06 12:08:33 +05:45
kodumbeats
06c276d855 Tighten up validation 2021-07-05 16:27:20 -04:00
kodumbeats
64d1913a03 Keep search param in listCollections 2021-07-05 15:19:18 -04:00
kodumbeats
4a90076013 Cleanup code comments 2021-07-05 15:15:39 -04:00
kodumbeats
01555eb8ef Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-05 13:40:38 -04:00
Damodar Lohani
f7ef4349d4 custom id validator 2021-07-05 17:20:15 +05:45
Damodar Lohani
fb34c0683d
Update app/controllers/api/users.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-07-05 17:11:52 +05:45
Damodar Lohani
0730cf75c4 test for custom id, and fix validator 2021-07-05 16:48:52 +05:45
Damodar Lohani
5e2f3ed9c9 custom id support in create user 2021-07-05 16:35:29 +05:45
Eldad Fux
14909a04f2 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-04 17:14:06 +03:00
Eldad Fux
f69c4e3048 Updated project init 2021-07-04 15:23:58 +03:00
Eldad Fux
c3cd9637f6 Updated create collection 2021-07-04 15:05:46 +03:00
Eldad Fux
57bc8c75e0 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-07-03 09:21:07 +03:00
Eldad A. Fux
f013d07df3
Merge pull request #1301 from PineappleIOnic/feat-fix-unique-keys-not-updating
Fix Unique Keys not being updated when changing a user's email address
2021-07-03 09:18:39 +03:00
kodumbeats
860a2c7616 Fix index and attribute routes for tests 2021-07-02 20:20:09 -04:00
kodumbeats
50a3493d69 Use attribute size as index length 2021-07-02 18:23:58 -04:00
kodumbeats
dfa7516b15 Add missing typehint 2021-07-02 18:22:49 -04:00
kodumbeats
bafde0aa29 Remove unneeded param from callback 2021-07-02 16:21:06 -04:00
kodumbeats
145203663d Pass default param where required 2021-07-02 13:29:03 -04:00
Damodar Lohani
949b2a21c3 add gravity to cache key 2021-07-02 16:31:46 +05:45
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
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
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