Commit Graph
1648 Commits
Author SHA1 Message Date
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
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
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
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
Torsten DittmannandGitHub e6edcb5459 Merge pull request #3357 from appwrite/feat-phone-authentication
feat: phone authentication
2022-06-20 18:12:36 +02:00
Torsten Dittmann 511898afc9 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id 2022-06-20 15:34:27 +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 0dd6c25b49 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into fix-create-at-attributes 2022-06-20 13:24:44 +02:00
Torsten Dittmann 50e50fa94b feat: use internal ids for database indexes and attributes 2022-06-20 13:21:36 +02:00
Torsten DittmannandGitHub fbfb871edf Merge pull request #3401 from appwrite/feat-internal-ids-projects
feat: internal ids for projects
2022-06-20 12:06:22 +02:00
Torsten Dittmann 3aa49f773a fix: all of the workers 2022-06-20 11:22:53 +02:00
Torsten Dittmann 4b3a90bb54 Revert "fix: workers"
This reverts commit c89b62a7b4.
2022-06-20 09:37:00 +02:00
Torsten Dittmann c89b62a7b4 fix: workers 2022-06-19 12:54:47 +02:00
Torsten DittmannandGitHub 16dffdb0bf chore update version 2022-06-19 09:40:25 +00:00
Damodar LohaniandGitHub 2c89d063c1 Merge pull request #3373 from appwrite/feat-usage-refactor 2022-06-17 06:51:59 +05:45
Torsten Dittmann bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Damodar Lohani af19787ed9 logging updates 2022-06-14 23:40:56 +00:00
ccb53ff1d0 Update src/Appwrite/Stats/Usage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-15 05:08:23 +05:45
Christy Jacob b56fb8f6f4 fix: linter issues 2022-06-14 20:00:02 +02:00
Christy Jacob 0556990b66 fix: linter issues 2022-06-14 17:18:15 +02:00
Christy Jacob cdff6cc2ec feat: add DSN 2022-06-14 17:10:09 +02:00
Eldad A. FuxandGitHub a1c5ace4ed Merge pull request #3371 from 2002Bishwajeet/feat-dailymotion-oauth
Feat: Add Dailymotion OAuth provider
2022-06-14 12:07:55 +03:00
Torsten Dittmann 286f174f34 fix: docs 2022-06-14 09:27:27 +02:00
Damodar Lohani ac13c8e79f more error handling 2022-06-14 00:58:25 +00:00
Damodar Lohani d39165889e error fixes 2022-06-14 00:40:33 +00:00
Damodar Lohani 05152da195 fix formatting 2022-06-13 15:49:27 +00:00
5a0d0e5f02 Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 18:32:12 +05:30
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
d7b0d84997 Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
2022-06-13 17:08:54 +05:30