1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
Commit graph

1464 commits

Author SHA1 Message Date
shimon
f4c1a5ea35 response::send 2022-08-07 14:01:00 +03:00
shimon
45ad0f6bdf Reference comments 2022-07-30 22:10:30 +03:00
shimon
5511a93e9c Expires header returned to the endpoints 2022-07-28 18:24:18 +03:00
shimon
d09bf306ce response changes 2022-07-26 15:50:33 +03:00
shimon
16ed2c1572 tidy up 2022-07-24 18:22:31 +03:00
shimon
f214ead6f6 tidy up 2022-07-24 12:49:51 +03:00
shimon
64050337cf tidy up 2022-07-24 10:05:24 +03:00
shimon
02907f12f1 cache logic moved to api::init & api::shutdown 2022-07-23 20:42:42 +03:00
shimon
6437ba8c6a logger moved to App::shutdown 2022-07-07 18:09:36 +03:00
shimon
0c2c030b71 restore 2022-07-05 10:46:41 +03:00
Torsten Dittmann
58bec7b034
Merge pull request #3411 from appwrite/0.15.x
0.15.x -> master
2022-06-28 16:31:29 +02: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
Torsten Dittmann
0c192e5a3e Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-migration-0-15-x 2022-06-27 18:53:44 +02:00
Torsten Dittmann
def1c35377 chore: add more comments 2022-06-27 18:44:39 +02:00
Torsten Dittmann
ff219cf91a fix: project internal id migration 2022-06-27 18:26:24 +02:00
Torsten Dittmann
c0649f7385 fix: migration 2022-06-27 18:22:29 +02:00
Torsten Dittmann
c3c6d00a9c fix: case for console projects 2022-06-27 16:58:57 +02:00
Torsten Dittmann
d945cb2a72 fix: remove var dump 2022-06-27 13:58:21 +02:00
Torsten Dittmann
d36e5b0167 fix: migration speed 2022-06-27 13:46:32 +02:00
Torsten Dittmann
f240a11c54 fix: migrate bucket files 2022-06-27 13:10:04 +02:00
Torsten Dittmann
53ad2a5114 fix: global attributes for body payload 2022-06-27 11:14:27 +02:00
Torsten Dittmann
3cdeeac964 feat: global attributes in specs 2022-06-27 10:41:10 +02:00
Torsten Dittmann
129653a6d6 fix: migrate databaseId 2022-06-24 18:46:13 +02:00
Torsten Dittmann
2c328c744d chore: run linter 2022-06-24 18:37:41 +02:00
Torsten Dittmann
ababeef84d fix: update files on migration 2022-06-24 18:15:51 +02:00
Torsten Dittmann
016d6939d5 fix: buckets 2022-06-24 16:04:42 +02:00
Torsten Dittmann
5c12350248 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-migration-0-15-x 2022-06-24 15:36:28 +02:00
Christy Jacob
43f834c0bd feat: add new errors for phone auth 2022-06-24 12:49:00 +02:00
Damodar Lohani
f571979259 fix usage collection 2022-06-24 06:08:25 +00:00
Torsten Dittmann
8e3ed52924 style: add more comments to migration 2022-06-23 10:50:53 +02:00
Matej Bačo
fdab2e28e9 Bug fixing 2022-06-23 08:48:59 +00:00
Torsten Dittmann
d26baf1f57 fix: migration and add more tests 2022-06-23 10:18:23 +02:00
Torsten Dittmann
0fea75a345 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-migration-0-15-x 2022-06-22 23:19:45 +02:00
Torsten Dittmann
a37f84da01 fix: migration 2022-06-22 23:11:42 +02:00
haimantika mitra
fe824fd733 Autodesk adapter 2022-06-22 20:30:19 +05:30
Torsten Dittmann
6931116561 fix: assoc events array from events class 2022-06-22 16:44:30 +02:00
Torsten Dittmann
604c7e4992 fix: database layer migration 2022-06-22 15:52:21 +02:00
Torsten Dittmann
7e3040076b Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-migration-0-15-x 2022-06-22 12:52: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
e89a367131 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-22 12:48:42 +02:00
Torsten Dittmann
12f49f66be chore: run formatter 2022-06-21 20:05:31 +02:00
Torsten Dittmann
21d4a8c14c style: fix order 2022-06-21 20:05:12 +02:00
Torsten Dittmann
786abc5672 chore: add comments to migration 2022-06-21 19:59:20 +02:00
Torsten Dittmann
fc36e6c2d0 fix: migration for custom collections and buckets 2022-06-21 19:39:05 +02:00
Torsten Dittmann
467246cc73 fix: migrate webhooks and users 2022-06-21 18:32:04 +02:00
Torsten Dittmann
61cb9b2713 fix: migration for internal ids on documents 2022-06-21 17:59:11 +02:00
Torsten Dittmann
718f4f1b5d fix: migration to modify tables 2022-06-21 15:46:05 +02:00
Torsten Dittmann
ef6768433c feat: migrate createdAt and updatedAt to collections 2022-06-21 12:48:56 +02:00
Torsten Dittmann
87f79509a0 feat: migration for 0.15 collections 2022-06-21 12:17:18 +02:00