1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
Commit graph

7440 commits

Author SHA1 Message Date
Torsten Dittmann 57835c60d6 generate docs 2021-10-07 21:35:26 +02:00
Torsten Dittmann 90f30cc743 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 21:34:21 +02:00
Torsten Dittmann 746b9c651e fix auth tests 2021-10-07 21:27:23 +02:00
Torsten Dittmann 4829b488f5 fix auth tests 2021-10-07 21:19:58 +02:00
Torsten Dittmann e368053d7b fix magic url 2021-10-07 21:10:43 +02:00
kodumbeats 328b326faa
Merge pull request #1896 from appwrite/feat-before-pagination
feat(refactor-db): before pagination
2021-10-07 14:05:41 -04:00
Torsten Dittmann 1dc8a74e57 fix users endpoint 2021-10-07 19:57:23 +02:00
Torsten Dittmann d065fbc388 fix duplicate tests due ot merge fail 2021-10-07 18:14:13 +02:00
Torsten Dittmann 66772f55a6 fix tests 2021-10-07 17:49:47 +02:00
Torsten Dittmann a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Torsten Dittmann 42414e8841 update lock 2021-10-07 12:08:34 +02:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
Christy Jacob 3746cda31b
Merge pull request #1998 from ar-ankou/feat-database-indexing
fix-1981-psr-issues-in-the-task-library
2021-10-07 15:11:37 +05:30
Christy Jacob d6c17d309d
Merge pull request #1988 from charithesh16/feat-database-indexing
Fixes PSR issues for Detector Library
2021-10-07 14:28:19 +05:30
Christy Jacob d6c42c0630
Merge pull request #1986 from krishguptadev/feat-database-indexing
style: fix using php cs fixer
2021-10-07 14:25:44 +05:30
Torsten Dittmann df661a605f fix migration tests 2021-10-06 17:10:03 +02:00
Torsten Dittmann 8083c182b0 fix leftover 2021-10-06 16:13:55 +02:00
Torsten Dittmann 9941198a7f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-06 16:11:04 +02:00
Torsten Dittmann 5a20340900 Merge pull request #1487 from appwrite/feat-db-search-attribute
feat-db-search-attribute
2021-10-06 13:45:44 +00:00
Torsten Dittmann e0699932a0 fix(users): query to ignore deleted users 2021-10-06 14:56:44 +02:00
Torsten Dittmann 492a83e336 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-search-attribute 2021-10-06 14:48:57 +02:00
Torsten Dittmann fb165fa968
Merge pull request #1554 from appwrite/feat-db-project-subqueries
Moved project json attributes to their own collection
2021-10-06 12:42:10 +00:00
Torsten Dittmann 90e02847e4
Merge pull request #1646 from appwrite/feat-database-user-deprecation
Feat: Deprecate user for security reasons
2021-10-06 12:41:53 +00:00
Torsten Dittmann 7ce2ca45b4 fix cache purge in projects api 2021-10-06 13:56:44 +02:00
Torsten Dittmann 97aa1908c8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-project-subqueries 2021-10-06 13:56:06 +02:00
Steven Boixel acb4aebe4d Fix - PSR issues in the Task library
This fix the PSR issue for the Cron Class and also the CronTest

Resolve #1981
2021-10-06 13:53:33 +02:00
Torsten Dittmann ba284db86a
Merge pull request #1645 from appwrite/feat-db-search-tests
Implemented search tests
2021-10-06 11:48:16 +00:00
Charithesh Puppireddy c9b8175a90 Fixed PSR issues for Detector Library 2021-10-06 11:38:54 +05:30
Krish Gupta 8331842a23
style: fix using php cs fixer 2021-10-06 11:10:29 +05:30
Torsten Dittmann 301e3c3e1a
Merge pull request #1569 from appwrite/feat-cleanup-index-on-delete-attribute
feat(refactor-db): clean up internal indexes collection on delete attribute
2021-10-05 21:26:06 +00:00
Torsten Dittmann 4a054559a5 fix search with cristiano 2021-10-05 23:15:43 +02:00
Torsten Dittmann 895da9dbef fix semi-colons 2021-10-05 22:37:17 +02:00
Torsten Dittmann 244b62f12d
Merge pull request #1480 from appwrite/feat-enforce-document-collection-permissions
feat(refactor-db) enforce either document or collection permissions
2021-10-05 20:33:23 +00:00
Torsten Dittmann 653d817934
Merge pull request #1468 from appwrite/feat-db-attribute-limits
feat(refactor-db): catch attribute limit exceptions
2021-10-05 20:32:24 +00:00
Torsten Dittmann 1ba98f2c1f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-enforce-document-collection-permissions 2021-10-05 18:33:52 +02:00
Torsten Dittmann cec95b5663 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-05 18:19:53 +02:00
kodumbeats 76be4ed082 Merge remote-tracking branch 'origin/feat-db-search-attribute' into feat-db-search-tests 2021-10-05 12:10:02 -04:00
kodumbeats 3d6de5da47 Throw correct response code for duplicate user 2021-10-05 12:02:54 -04:00
kodumbeats a071880f2d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-search-attribute 2021-10-05 11:52:24 -04:00
Torsten Dittmann c774ea849c Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-user-deprecation 2021-10-05 17:45:39 +02:00
Torsten Dittmann f0ff3de725 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-cleanup-index-on-delete-attribute 2021-10-05 17:44:57 +02:00
Torsten Dittmann 70a7855bf6 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-attribute-limits 2021-10-05 17:44:35 +02:00
Torsten Dittmann c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
kodumbeats f2c678bf41 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-search-attribute 2021-10-05 11:04:09 -04:00
Torsten Dittmann dcab167368 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-user-deprecation 2021-10-05 16:40:05 +02:00
Torsten Dittmann 925d11c422 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-cleanup-index-on-delete-attribute 2021-10-05 16:39:03 +02:00
Torsten Dittmann 349588df12 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-enforce-document-collection-permissions 2021-10-05 16:37:58 +02:00
Torsten Dittmann dc2581a98a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-05 16:37:25 +02:00
Torsten Dittmann 41857f0bda fix usage worker 2021-10-05 16:37:19 +02:00
Torsten Dittmann cdaec34c6a fix usage worker 2021-10-05 16:36:34 +02:00