1
0
Fork 0
mirror of synced 2024-09-22 04:21:21 +12:00
Commit graph

499 commits

Author SHA1 Message Date
Bradley Schofield
e1cc6bc624 Start work on response filters for 0.16 2022-08-15 16:09:09 +01:00
Eldad A. Fux
ba239de8be
Merge branch '0.16.x' into fix-unit-tests 2022-08-13 12:28:33 +03:00
Christy Jacob
9693c6e941 Merge branch 'master' of github.com:appwrite/appwrite into 0.16.x 2022-08-12 21:44:36 +05:30
Bradley Schofield
47129afcfa Remove constants from response models 2022-08-12 03:00:29 +01:00
Torsten Dittmann
08ba652464 fix: tests 2022-08-09 12:45:15 +02:00
Wen Yu Ge
75595dd07f Deployment payload example updated 2022-08-08 10:45:45 -04:00
Torsten Dittmann
641740db77 fix: response model with nullable defaults 2022-08-08 12:35:28 +02:00
Vincent (Wen Yu) Ge
c6223fd6b0 add possible status codes 2022-08-04 17:51:57 +00:00
Torsten Dittmann
bf9533007b tests: fix unit tests 2022-08-01 12:22:04 +02:00
Matej Bačo
1616f15a40 Fix database dates 2022-07-11 08:40:58 +00:00
Torsten Dittmann
1fb0d8bf80 fix: remove duplicate response model 2022-06-28 11:20:05 +02:00
Torsten Dittmann
5a2d6c0b3e feat: 0.15.x response filters 2022-06-28 11:15:27 +02:00
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
Torsten Dittmann
d0ad879f4a Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 15:01:17 +02:00
Torsten Dittmann
6dd41b52c3 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 13:38:39 +02:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Torsten Dittmann
286f174f34 fix: docs 2022-06-14 09:27:27 +02:00
Torsten Dittmann
68264a0fe0 fix: tests and adaption to review 2022-06-13 14:43:17 +02:00
Torsten Dittmann
73a00438ae Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-13 14:29:29 +02:00
Torsten Dittmann
8ce669da6f feat: initial phone authentication 2022-06-08 11:00:38 +02:00
Shimon Newman
ce6c2d2794
Update src/Appwrite/Utopia/Response/Model/Webhook.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-08 11:03:19 +03:00
shimon
9e828ecbe7 Small fix 2022-06-08 10:28:26 +03:00
shimon
64ba33f3aa Small fix 2022-06-08 10:19:50 +03:00
shimon
54f6556204 sign webhook flow 2022-06-07 18:11:07 +03:00
Torsten Dittmann
372939c727 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-03 11:09:14 +02:00
Everly Precia Suresh
d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00
Shimon Newman
34a80d4b63
Update src/Appwrite/Utopia/Response/Model/Key.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-06-01 16:38:22 +03:00
Shimon Newman
0d24ebd6f5
Update src/Appwrite/Utopia/Response/Model/Key.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-01 12:55:46 +03:00
shimon
d39e6a842c Merge branch 'master' of github.com:appwrite/appwrite into feat-expire-key
 Conflicts:
	app/controllers/general.php
2022-06-01 09:34:34 +03:00
shimon
8bca5cd13e api keys 2022-05-31 18:41:12 +03:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Matej Bačo
ce216664cc QA bug fixes 2022-05-17 08:33:24 +00:00
Matej Bačo
917faa07db Add event backward model 2022-05-17 08:22:46 +00:00
Matej Bačo
9bf7d9bda4 Added backwards compatibility (response&request) 2022-05-17 07:56:28 +00:00
Torsten Dittmann
bf0506ecc7 feat: add user memberships endpoint 2022-05-12 15:20:06 +02:00
Torsten Dittmann
07589b2d48
Merge pull request #3146 from appwrite/feat-update-execution-model
Rename 'stdout' in executions to 'response'
2022-04-27 18:35:43 +02:00
Torsten Dittmann
6e396ebdd7
Merge pull request #3060 from appwrite/fix-failed-indexes-query
Fix: Failed indexes in queries
2022-04-25 16:41:58 +02:00
Bradley Schofield
d981c8f5e5 Rename 'stdout' in executions to 'response' 2022-04-25 10:12:58 +01:00
Bradley Schofield
e567b68c19 Rename 'providers' to 'authProviders' 2022-04-14 09:54:29 +00:00
Matej Bačo
79f24098a4 Implemented query and order index checks 2022-04-05 16:46:11 +00:00
Eldad A. Fux
5bf0202490
Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-03-14 19:40:19 +02:00
Damodar Lohani
1d7e8a76a1 update attribute examples 2022-03-14 06:03:55 +00:00
Jake Barnby
74bf55f09c Fix v13 filter for null int defaults 2022-03-02 16:21:34 +13:00
Christy Jacob
b47cf2f0db feat: response filters return 2022-03-02 00:43:11 +04:00
Christy Jacob
0e18469000 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-update-request-filters 2022-03-01 18:55:59 +04:00
Christy Jacob
279240d918
Merge pull request #2819 from appwrite/update-response-filters
Update response filters ready for 0.13
2022-03-01 18:20:09 +04:00
Christy Jacob
b9dbe3a713 feat: add missing response models for sum->lists 2022-03-01 16:00:15 +04:00
Christy Jacob
ed9335afdf feat: add missing response models 2022-03-01 15:12:18 +04:00
Christy Jacob
6cce8a1f07 feat: add missing response models 2022-03-01 15:03:45 +04:00
Christy Jacob
22ca8fc8c6 feat: add missing response models 2022-03-01 14:59:24 +04:00