Commit Graph

18621 Commits

Author SHA1 Message Date
Christy Jacob 66ffe200d8 chore: add console sdk 2022-09-20 14:24:38 +05:30
Christy Jacob c33a5580fe chore: add console sdk 2022-09-20 14:24:02 +05:30
Christy Jacob 7ec9aef2ed chore: add console sdk 2022-09-20 14:23:30 +05:30
Christy Jacob 5b240a867e chore: add console sdk 2022-09-20 14:23:10 +05:30
Christy Jacob 304e72c7e2 chore: add console sdk 2022-09-20 14:22:50 +05:30
Christy Jacob 8fe71531d6 chore: add console sdk 2022-09-20 14:20:44 +05:30
Christy Jacob 2badad6da5 chore: add console sdk 2022-09-20 14:20:12 +05:30
Christy Jacob 395beb39bc chore: add console sdk 2022-09-20 14:16:35 +05:30
Christy Jacob e5cae42356 chore: add console sdk 2022-09-20 14:15:52 +05:30
Christy Jacob fe82f05462 chore: add console sdk 2022-09-20 14:15:10 +05:30
Christy Jacob c9245748bf chore: add console sdk 2022-09-20 14:13:04 +05:30
Christy Jacob 67c7250b3c chore: add console sdk 2022-09-20 14:09:16 +05:30
Christy Jacob 29e5acb29e chore: add console sdk 2022-09-20 14:08:25 +05:30
Christy Jacob 78f6748fb0 chore: add console sdk 2022-09-20 14:07:51 +05:30
Christy Jacob 7c797515e6 chore: add console sdk 2022-09-20 14:07:10 +05:30
Christy Jacob 044078f7e3 chore: add console sdk 2022-09-20 14:05:49 +05:30
Christy Jacob eb50137ee2 chore: add console sdk 2022-09-20 14:04:43 +05:30
Christy Jacob 9b5db34669 chore: add console sdk 2022-09-20 14:02:54 +05:30
Christy Jacob 9e427d7833 chore: add console sdk 2022-09-20 14:02:05 +05:30
Matej Bačo 96134f2a5e Remove todo 2022-09-20 08:29:34 +00:00
Jake Barnby 544413dddf More 1.0 migrations 2022-09-20 20:25:05 +12:00
Jake Barnby bf0b416183 Update permissions and queries for 1.0 2022-09-20 19:51:22 +12:00
Jake Barnby fbcaa1f60a Update database test queries 2022-09-20 19:40:21 +12:00
Jake Barnby fd37df5f9c Handle datetime model rules 2022-09-20 19:24:54 +12:00
Jake Barnby 48ede78894 Fix roles 2022-09-20 19:03:04 +12:00
Jake Barnby e9f75d32a1 Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	Dockerfile
#	app/config/errors.php
#	app/config/roles.php
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/graphql.php
#	app/controllers/shared/api.php
#	app/init.php
#	composer.lock
#	docker-compose.yml
#	src/Appwrite/Extend/Exception.php
#	src/Appwrite/Migration/Migration.php
2022-09-20 15:43:09 +12:00
Steven Nguyen 2f08ec0926 Convert Document $collectionId in 0.15 response
Document $collection was renamed to $collectionId to match the naming
convention of referring to other resource IDs. This ensures backwards
compatibility.
2022-09-20 02:48:40 +00:00
Steven Nguyen 01f77fa993 Ensure empty datetimes are 0 in 0.15 response
Because empty datetimes are invalid, strtotime returned false so the
response was false rather than 0.
2022-09-20 02:48:40 +00:00
Jake Barnby 98747c949d Merge remote-tracking branch 'origin/master' into refactor-test-failures 2022-09-20 12:51:42 +12:00
Damodar Lohani 2bd217b3d2 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-refactor-tasks 2022-09-19 13:11:13 +00:00
Damodar Lohani e80e65946b Merge branch 'master' of https://github.com/appwrite/appwrite into feat-app-region 2022-09-19 12:01:56 +00:00
Matej Bačo 89afad1a32 Replace nulls with empty strings 2022-09-19 11:58:41 +00:00
Matej Bačo e31c7f7740 Improve delete worker for functions 2022-09-19 11:53:34 +00:00
Matej Bačo c42bf2d8da Fix documentation response model 2022-09-19 11:43:21 +00:00
Matej Bačo a983e792d8 Refactor required param values 2022-09-19 10:05:42 +00:00
Matej Bačo 215c02ac47 e2e tests for password re-hashing 2022-09-19 08:43:59 +00:00
Matej Bačo 6e8a4cc97b Update sms mock to use request catcher 2022-09-19 08:09:48 +00:00
Toir Tuychiev 360054f500 Fixed typo in providers.php
Perperation -> Preparation
2022-09-17 21:29:01 +05:00
Toir Tuychiev fd9d300654 Fixed typo in events.php
accessiable -> accessible
2022-09-17 21:27:32 +05:00
Toir Tuychiev ca318c1842 Fixed typo in docker-compose.yml
Fixed typo in docker-compose.yml
2022-09-17 20:35:33 +05:00
Ikko Ashimine 82141b7387 Fix typo in Exception.php
follwing -> following
2022-09-17 12:44:20 +09:00
Faizan Pasha ffe525c5cc Removed unused import 2022-09-17 06:02:11 +05:30
Faizan Pasha 12b6e671b0 Fixed the bug #3859 2022-09-17 05:58:14 +05:30
Steven 9985af45fb Update flutter getting started to match library 2022-09-16 20:25:06 +00:00
Matej Baco 81ddc99f7b Improve mail events code quality 2022-09-16 11:54:59 +02:00
Steven Nguyen 00a4929301 Fix date format for usage APIs 2022-09-15 23:48:09 +00:00
Jake Barnby 9ad270ec14 Remove Android, Kotlin, Apple and Swift from beta 2022-09-15 19:38:00 +12:00
Christy Jacob 19eb6c7e50 Merge pull request #3841 from appwrite/fix-role-all
Change role:all to any in docs
2022-09-15 01:53:09 +05:30
Torsten Dittmann e04b9fc136 Merge pull request #3843 from appwrite/chore-fix-readme-versions
chore: update readme for 1.0.1
2022-09-14 22:11:21 +02:00
Torsten Dittmann ed79d4dffb chore: update readme for 1.0.0 2022-09-14 22:08:44 +02:00