1
0
Fork 0
mirror of synced 2024-05-19 04:02:34 +12:00
Commit graph

32 commits

Author SHA1 Message Date
Damodar Lohani 8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Damodar Lohani e696dc4f26 remove bucket read, write from member 2022-02-16 07:59:52 +00:00
Damodar Lohani 91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Eldad Fux 2d7773ff12 Merged collections, attributes and indexes scopes 2021-08-14 13:16:00 +03:00
Eldad Fux 95dacecf3a Removed the tasks service 2021-07-27 17:16:12 +03:00
Damodar Lohani 57fa41c240 merge feat-database-indexing 2021-07-18 11:29:43 +05:45
kodumbeats 6885d51e82 Remove unneeded $member roles 2021-06-30 14:33:05 -04:00
Damodar Lohani 382aab0dee buckets.read scope 2021-06-15 13:08:06 +05:45
Damodar Lohani fe34b6685e buckets.write scope 2021-06-15 12:23:05 +05:45
kodumbeats fbb54a1f6d Add attribute and index scopes 2021-06-10 16:41:33 -04:00
Eldad Fux 024fae0d21 Changed execution default permissions 2021-03-14 01:52:05 +02:00
Eldad Fux a66683dd36 Added authentication flow 2021-01-16 10:20:59 +02:00
Eldad Fux 3d9060bdab Changed constants 2021-01-05 14:58:16 +02:00
Eldad Fux ec8be5eed1 Added new roles for execution 2020-12-30 09:26:01 +02:00
Eldad Fux ad9dce7717 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-06-27 07:23:06 +03:00
Eldad Fux 8c33a729bc Same for app directory 2020-06-20 14:20:49 +03:00
Eldad Fux 02bb42c9a2 Merge branch 'master' of github.com:appwrite/appwrite into functions 2020-06-13 18:18:26 +03:00
Eldad Fux ca07660e6e Changed access roles for health API 2020-06-07 08:43:25 +03:00
Eldad Fux 1cdb8bdf97 Fixed bug denied public documents (*) to be accessed by guest users 2020-05-25 07:25:57 +03:00
Eldad Fux 4420c85460 Added first e2e test 2020-05-05 23:37:59 +03:00
Eldad Fux 2f843943e1 Improved health check tests 2020-01-12 17:20:51 +02:00
Eldad Fux f77aa39ff7 Updated and synced public available scopes 2020-01-12 13:46:39 +02:00
Eldad Fux 43dd5c6c2b Fixed OAuth issue 2020-01-12 01:13:55 +02:00
Eldad Fux a2f9e7ef99 Updated tests 2020-01-11 23:53:57 +02:00
Eldad Fux 07ee07f6e4 Deprecating auth service 2020-01-05 13:29:42 +02:00
Eldad Fux ef3545cb75 Synced scopes 2019-12-16 07:11:41 +02:00
eldadfux 7c8d7ff90a Updated coding standards using PHP-CS-FIXER 2019-09-06 20:07:56 +03:00
eldadfux 16da8ab9bf No need for this scope after all 2019-08-20 00:37:46 +03:00
eldadfux 8ca5c4af38 Updated roles 2019-08-19 11:16:02 +03:00
eldadfux 3447739da9 Remove some old code 2019-08-09 08:03:41 +03:00
eldadfux 568f95f7f5 Changed routes scopes naming conventions 2019-06-08 16:13:19 +03:00
eldadfux 36358e90b5 Added source code 2019-05-09 09:54:42 +03:00