1
0
Fork 0
mirror of synced 2024-08-19 12:11:55 +12:00
Commit graph

2229 commits

Author SHA1 Message Date
Jake Barnby
6aee9e0ddb
Update errors 2022-09-21 21:11:05 +12:00
Jake Barnby
e2f86aec62
Add graphql scope back for guests 2022-09-21 18:54:47 +12:00
Jake Barnby
144e723431
Update error handling 2022-09-21 18:36:43 +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
Christy Jacob
4c3b477b44 feat: generate latest specs 2022-09-14 17:18:25 +05:30
Christy Jacob
0b767c15a6 feat: update examples 2022-09-14 14:41:08 +05:30
Torsten Dittmann
587a8b5b7b Merge branch '0.16.x' of https://github.com/appwrite/appwrite into 0.16.x 2022-09-14 11:00:15 +02:00
Torsten Dittmann
78cd9ea71a chore: prepare 1.0.0 release 2022-09-14 11:00:13 +02:00
Jake Barnby
13fa712cc5
Merge remote-tracking branch 'origin/0.16.x' into feat-sdk-version-bump
# Conflicts:
#	app/config/platforms.php
2022-09-14 20:31:54 +12:00
Jake Barnby
9fe4a295ff
Bump SDK versions 2022-09-14 20:27:34 +12:00
Torsten Dittmann
90af882aa6
Merge pull request #3825 from appwrite/update-team-membership
feat: rename getMemberships to listMemberships
2022-09-14 10:23:13 +02:00
Christy Jacob
3af85b7e82 feat: update get* endpoints to list* endpoints in locale API 2022-09-14 03:51:07 +05:30
Christy Jacob
937674a373 feat: update getLogs to listLogs in users and account API 2022-09-14 02:35:03 +05:30
Christy Jacob
183bb2e92d feat: update getMemberships to listMemberships in Users API 2022-09-14 02:28:28 +05:30
Christy Jacob
0123bba1fb feat: update console sdk, remove old specs 2022-09-14 01:59:15 +05:30
Matej Bačo
20bbbfc493 Merge remote-tracking branch 'origin/0.16.x' into fix-function-scheduling 2022-09-13 20:14:42 +00:00
Matej Bačo
640b5abe1e PR review changes 2022-09-13 20:13:48 +00:00
Christy Jacob
efbe21d433 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into matej-qa-3 2022-09-13 18:21:44 +00:00
Matej Bačo
a315f43039 Fix functon scheduling loop logic, and double-loop prevention 2022-09-11 12:20:26 +00:00
Christy Jacob
cb50220b60 feat: rename time attribute to duration 2022-09-09 16:02:04 +04:00
Matej Bačo
b41aaefc7e Implement 'enabled' attribute for functions 2022-09-09 08:49:18 +00:00
Christy Jacob
2634c5ae19 feat: update specs and platforms 2022-09-06 21:21:07 +04:00
Christy Jacob
cc124bf211 feat: update for 1.0.0-RC1 2022-09-05 20:11:55 +04:00
Christy Jacob
614985c837 feat: update specs 2022-09-05 01:43:01 +04:00
Christy Jacob
d5028e601e feat: update datetime description 2022-09-05 01:26:16 +04:00
Christy Jacob
fed981681a feat: update specs and sdks 2022-09-05 00:56:13 +04:00
Christy Jacob
73bae25a3f update sdk versions 2022-09-01 11:16:17 +00:00
Matej Bačo
c47e76fd50 Generate release specs 2022-09-01 04:49:24 +00:00
Matej Bačo
432bfe96ac New version preparation 2022-09-01 04:41:50 +00:00
Christy Jacob
e5a9195e66
Merge pull request #3736 from appwrite/refactor-cache-date
Refactor cache date
2022-08-31 19:00:36 +02:00
Matej Bačo
6cd1b94935 Fix failing tests 2022-08-31 16:18:41 +00:00
Matej Bačo
2e00fd5d4f Update after merge conflicts. 2022-08-31 13:35:42 +00:00
Matej Bačo
a85a471d3b Merge remote-tracking branch 'origin/0.16.x' into fix-ui-with-queries-v2 2022-08-31 13:33:18 +00:00
Matej Bačo
6600f08059 Fix open api test 2022-08-31 13:32:34 +00:00
Damodar Lohani
8fe365d66e Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support 2022-08-31 13:21:45 +00:00
shimon
f7da33a873 Merge branch '0.16.x' of github.com:appwrite/appwrite into refactor-cache-date 2022-08-31 16:09:42 +03:00
Matej Bačo
dccb9b7291 Merge remote-tracking branch 'origin/0.16.x' into fix-ui-with-queries-v2 2022-08-31 12:38:40 +00:00
Matej Bačo
d5997d92c3 Updated all UI components for new queries V2. introduced queries to listProjects 2022-08-31 12:30:16 +00:00
shimon
bc786cdb86 Merge branch '0.16.x' of github.com:appwrite/appwrite into refactor-cache-date 2022-08-31 10:42:55 +03:00
Matej Bačo
0897cd0fe4
Merge branch '0.16.x' into feat-variables-api 2022-08-31 09:37:47 +02:00
Matej Bačo
3fc2e70007 updateVariable 'key' param marked as required 2022-08-31 07:33:43 +00:00
Damodar Lohani
69ed468ec3 spec update 2022-08-31 03:20:59 +00:00
Damodar Lohani
63f95c0a5c Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-additional-compression-support 2022-08-31 02:55:26 +00:00
Matej Bačo
f6a0949d14 WIP: Introduce queries to UI 2022-08-30 17:51:39 +00:00
Christy Jacob
fe8295c2ec Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-improve-keys 2022-08-30 17:35:46 +00:00
Christy Jacob
7591f68970
Merge pull request #3702 from appwrite/feat-list-endpoints-queries
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Damodar Lohani
5666002ff2 compression attribute on bucket collection 2022-08-30 12:52:53 +00:00
shimon
69066cfc5e timestamp -> datetime on file cache 2022-08-30 15:44:37 +03:00
Christy Jacob
3da3e2100c
Merge pull request #3727 from appwrite/feat-allow-guest-writes
Allow guest write scope for document, file and execution
2022-08-30 13:28:51 +02:00