Torsten Dittmann
2178bfc126
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-database-update-attribute
2023-03-10 18:39:11 +05:30
Torsten Dittmann
077ad544b6
fix: database responses
2023-03-10 18:36:34 +05:30
Torsten Dittmann
cb065e4228
fix: openapi specification
2023-03-10 15:36:10 +05:30
Steven Nguyen
85a2d623a6
Update APIs to check X-Appwrite-Timestamp header
...
Appwrite will refer to the X-Appwrite-Timestamp header for when the
request was originally sent and reject the request if the Timestamp
is older than the updatedAt timestamp of the document.
2023-03-07 10:54:52 -08:00
Torsten Dittmann
5df53e3e76
fix: http status codes for udpating attributes
2023-03-02 12:15:10 +05:30
Torsten Dittmann
6e5b8fab4b
fix: implement new framework changes
2023-03-01 17:30:36 +05:30
Jake Barnby
d2c55afdcf
Merge pull request #5145 from appwrite/feat-remove-index-requirements
...
Remove indexed attribute query requirement
2023-03-01 21:42:29 +13:00
Torsten Dittmann
fb3a7bc0e9
fix: update attribute endpoints params
2023-02-27 13:15:11 +05:30
Torsten Dittmann
ec7e28b3e7
fix: databases update attributes events
2023-02-26 21:14:22 +05:30
Torsten Dittmann
740e1956b5
revert: style changes
2023-02-26 18:07:44 +05:30
Torsten Dittmann
8ae974e6dd
feat: database update attribute endpoints
2023-02-26 18:03:18 +05:30
Steven Nguyen
c5ebcbab2b
Add offline support labels on endpoints
2023-02-23 14:47:45 -08:00
Jake Barnby
6635ebf27f
Remove indexed attribute query requirement
2023-02-20 19:29:25 +13:00
Damodar Lohani
5acd78463a
Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync
2023-02-16 00:44:29 +00:00
Damodar Lohani
171f30adb1
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-16 00:29:37 +00:00
Damodar Lohani
71d2c45a92
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-14 04:35:19 +00:00
Jake Barnby
f6fc9a8d8c
Merge remote-tracking branch 'origin/master' into feat-technical-debt-2
...
# Conflicts:
# composer.lock
2023-02-14 14:22:08 +13:00
shimon
794f566fae
addressing comments
2023-02-06 16:03:45 +02:00
shimon
5850a454e0
addressing comments
2023-02-05 22:07:46 +02:00
shimon
1ac935077b
addressing comments
2023-02-02 20:16:01 +02:00
shimon
abdd5f016a
addressing comments
2023-02-02 13:55:23 +02:00
Christy Jacob
e5a6db6133
Merge pull request #4890 from appwrite/doc-clarify-permission
...
Update permission and ID param descriptions for grammar and clarity.
2023-01-28 04:15:20 +05:30
Vincent (Wen Yu) Ge
b25dc38a63
clarify custom ID vs unique ID
2023-01-20 22:22:16 +00:00
fogelito
c4ae047833
Merge branch 'master' of github.com:appwrite/appwrite into feat-technical-debt-2
...
Conflicts:
app/init.php
composer.json
composer.lock
2023-01-16 10:24:37 +02:00
Vincent (Wen Yu) Ge
45aea5b941
Update branch with master
2023-01-13 14:53:54 -05:00
Vincent (Wen Yu) Ge
92a384e31c
Fix descriptions for ID and regen 1.2.x specs
2023-01-13 14:27:08 -05:00
Bradley Schofield
31b718d829
Replace Appwrite Validators with backported Utopia ones
...
+ Updated Utopia Framework to 0.26.0
+ Replaced Appwrite Validators with Utopia ones
2023-01-13 15:28:04 +00:00
Damodar Lohani
f41e3b1e8f
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-01-12 07:25:23 +00:00
shimon
20f9b0c655
refactor usage worker
2022-12-22 15:02:41 +02:00
Vincent (Wen Yu) Ge
8239113b95
Grammarly check
2022-12-20 21:43:55 +00:00
Vincent (Wen Yu) Ge
37fc5114ab
Update permission param descriptions for grammar and clarity.
2022-12-20 21:39:41 +00:00
Bradley Schofield
c0daed3644
Refactor names and cleanup code
2022-12-20 16:11:30 +00:00
shimon
7601c9047b
e2e tests
2022-12-15 11:45:43 +02:00
shimon
285bfe9fd7
e2e tests
2022-12-15 09:56:06 +02:00
fogelito
8ade726932
Changing Role + Permissions namespace
2022-12-14 18:04:06 +02:00
fogelito
f96128e14f
Changing Id
2022-12-14 17:42:25 +02:00
shimon
ba04f845da
databases usage
2022-12-11 11:00:00 +02:00
Eldad Fux
95e835a902
Deprecated Usage stats
2022-11-23 19:08:42 +02:00
Christy Jacob
080abbbb79
Merge branch 'master' of github.com:appwrite/appwrite into feat-add-console
2022-11-17 20:26:10 +05:30
Jake Barnby
f9d2976c1d
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
# 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/init.php
# app/tasks/sdks.php
# composer.lock
# docker-compose.yml
2022-11-16 19:37:35 +13:00
Bradley Schofield
3c71164741
Merge branch '1.1.x' into feat-implement-session-length-api
2022-11-14 15:30:38 +00:00
Christy Jacob
f5484d4548
feat: update mariadb images
2022-11-07 19:54:50 +05:30
Jake Barnby
a47bfe71bf
Merge remote-tracking branch 'origin/1.2.x' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
# composer.json
# composer.lock
# tests/e2e/Services/Functions/FunctionsCustomServerTest.php
2022-11-04 21:32:57 +13:00
Eldad Fux
1ff53bc82a
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-fixes-for-pools
2022-11-04 07:26:35 +02:00
Eldad Fux
f6ae1fedd2
Fixed broken call
2022-11-03 22:24:03 +02:00
Christy Jacob
503bd53a47
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-mysql-test
2022-10-25 13:48:59 +00:00
Jake Barnby
2f444ead34
Revert "Review revert unrelated change"
...
This reverts commit bf064fa5c9 .
2022-10-25 18:31:51 +13:00
Jake Barnby
bf064fa5c9
Review revert unrelated change
2022-10-25 15:44:19 +13:00
Vincent (Wen Yu) Ge
9a1f54baf1
Merge branch 'master' into doc-unique-id
2022-10-21 17:43:52 -04:00
Jake Barnby
a2b1941a47
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# CONTRIBUTING.md
# composer.json
# composer.lock
# docs/references/teams/list-teams.md
2022-10-19 13:17:56 +13:00