1
0
Fork 0
mirror of synced 2024-08-20 20:51:40 +12:00
Commit graph

403 commits

Author SHA1 Message Date
Jake Barnby
48c610348e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/account.php
#	app/controllers/api/graphql.php
#	app/controllers/api/projects.php
#	app/controllers/api/users.php
#	app/controllers/general.php
#	app/http.php
#	app/init.php
#	composer.lock
#	src/Appwrite/Utopia/Response.php
2022-04-05 16:44:38 +12:00
Wen Yu Ge
a055341a5a remove accidental space at end of sentence 2022-03-15 11:22:48 -04:00
Wen Yu Ge
02ef450b3a Updates description of document data updates, so users only include fields that needs and update. 2022-03-14 17:00:50 -04:00
Wen Yu Ge
d4b75b113b Adds reference to query class and query guide in list document 2022-03-14 16:54:55 -04:00
Matej Bačo
0dec387f85
Merge branch 'feat-functions-refactor' into fix-rename-sum 2022-02-28 19:50:54 +01:00
Matej Baco
56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Torsten Dittmann
d2ed3fcf3a Merge remote-tracking branch 'origin/0.13.x' into feat-permissions-improvements 2022-02-22 15:16:17 +01:00
Christy Jacob
1ab27083c4 feat: update cursor errors 2022-02-09 02:56:11 +04:00
Christy Jacob
d5dd6a17b8 feat: move query errors to general category 2022-02-09 01:34:26 +04:00
Christy Jacob
661630c1c6 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-08 20:56:03 +04:00
Torsten Dittmann
d4ed9dc339 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-permissions-improvements 2022-02-08 12:06:44 +01:00
Torsten Dittmann
6796aabf9c
Merge pull request #2637 from appwrite/feat-migration-0-13
feat: migration for 0.13
2022-02-08 11:17:44 +01:00
Christy Jacob
40977d82a9 feat: update descriptions of users errors 2022-02-08 02:39:53 +04:00
Torsten Dittmann
42d0589d32 fix: permissions and collections schema 2022-02-07 13:25:15 +01:00
Christy Jacob
42e424b70a feat: remove unused error 2022-02-07 01:33:48 +04:00
Christy Jacob
8189dba42c feat: use general server errors in database API 2022-02-07 00:49:21 +04:00
Christy Jacob
7e200253ea feat: update error codes in the database API 2022-02-06 20:50:48 +04:00
Eldad A. Fux
22cb3bc01f
Merge pull request #2688 from appwrite/fix-update-document-permission
updateDocument permission check bugfix
2022-01-30 20:01:06 +02:00
Matej Baco
c15d57f573 Fixed update document permission check and implement test for it 2022-01-25 15:51:04 +01:00
Eldad Fux
c43b71f78a Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection 2022-01-24 23:33:46 +02:00
Matej Baco
85630df661 PR review changes 2022-01-24 09:20:02 +01:00
Torsten Dittmann
4cc89ae597 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-migration-0-13 2022-01-19 12:17:19 +01:00
Jake Barnby
438f80cc5a Update query attribute to search, remove name index 2022-01-19 20:57:18 +13:00
Torsten Dittmann
d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00
Eldad A. Fux
11b0967d3b
Merge pull request #2629 from appwrite/fix-hide-internal-id
fix: hide internal id from documents
2022-01-17 21:15:03 +02:00
Torsten Dittmann
ba2790221c fix: hide internal id from documents 2022-01-17 17:25:20 +01:00
Vincent Ge
a102ee6f14 Wrap unique() in double quotes to better indicate that it's a literal string 2022-01-12 17:19:30 -05:00
Matej Baco
6b77fcf21f FIxed 409 for createCollection 2022-01-12 20:51:13 +01:00
Matej Baco
44bb12475e Replaced rules description with attributes 2022-01-04 17:06:16 +01:00
Torsten Dittmann
ce3a647557 fix: add missing collection prefix to cache purging 2022-01-03 13:30:03 +01:00
Torsten Dittmann
5d44e6ee78 fix: delete audit logs for collections and documents 2022-01-03 11:29:15 +01:00
Torsten Dittmann
0d0abef508 feat: limit database to 100 queries 2021-12-30 11:27:46 +01:00
Torsten Dittmann
2015106702 fix: use bigint for large integers 2021-12-29 15:50:21 +01:00
Torsten Dittmann
1a5712017b fix: database query value limits 2021-12-28 18:57:24 +01:00
Torsten Dittmann
b05680cf7d fix: database activites 2021-12-28 16:48:36 +01:00
Torsten Dittmann
0189fe6cff fix: remove length limit from db query param 2021-12-28 13:37:46 +01:00
Torsten Dittmann
9917cdb9ac fix: get attribute endpoint 2021-12-27 18:07:35 +01:00
Torsten Dittmann
8122d8882b fix: collection level permissions cursor 2021-12-27 18:00:52 +01:00
Torsten Dittmann
693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
Torsten Dittmann
ffae301d5f fix: database service 2021-12-27 11:45:24 +01:00
kodumbeats
c3bbce1b04 Use correct namespace 2021-12-23 19:27:55 -05:00
kodumbeats
3f43b426fa Prepend "collection_" to collections 2021-12-23 17:51:38 -05:00
Torsten Dittmann
7f82661801
Merge pull request #2503 from appwrite/feat-strict-enums
fix: strict enum attribute
2021-12-17 13:51:42 +01:00
Torsten Dittmann
22c20ad11c fix: collection level permission using admin mode 2021-12-17 13:51:07 +01:00
Torsten Dittmann
2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann
f6d7228202 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-arrow-functions-on-auth-skip 2021-12-17 11:23:22 +01:00
Torsten Dittmann
0e84545829
Merge pull request #2506 from appwrite/fix-database-collection-level-permissions
fix: collection level permissions
2021-12-17 11:22:36 +01:00
Torsten Dittmann
166c906d51 fix: collection level permissions 2021-12-16 19:12:06 +01:00
Torsten Dittmann
86075a50ab feat: replace attributeId and indexId with key 2021-12-16 16:04:30 +01:00
Torsten Dittmann
d1f901e7a8 feat: use arrow functions on authorization skip method 2021-12-16 12:30:43 +01:00