Jake Barnby
|
1a32ce60bd
|
Add on listener
|
2025-05-08 21:57:20 +12:00 |
|
Jake Barnby
|
9c50d60350
|
Handle upsert usage
|
2025-05-08 21:08:23 +12:00 |
|
Jake Barnby
|
572c49cc90
|
Revert "Don't accumulate docs on update/delete"
This reverts commit 8c1b9044b3.
# Conflicts:
# app/controllers/api/databases.php
|
2025-05-07 15:44:58 +12:00 |
|
Jake Barnby
|
8c1b9044b3
|
Don't accumulate docs on update/delete
|
2025-05-07 03:10:13 +12:00 |
|
Jake Barnby
|
cd72d70432
|
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
|
2025-04-17 17:09:51 +12:00 |
|
Jake Barnby
|
ba58a372d1
|
Throw on key not found
|
2025-04-16 10:50:53 +12:00 |
|
Shimon Newman
|
c4a506445d
|
Revert "Revert "Multi region support""
|
2025-04-11 17:52:19 +03:00 |
|
Christy Jacob
|
ffe153630d
|
Revert "Multi region support"
|
2025-04-10 22:19:23 +05:30 |
|
Jake Barnby
|
cfab30b43f
|
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
# Conflicts:
# app/init/resources.php
|
2025-04-09 16:31:52 +12:00 |
|
shimon
|
0dc319d244
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
|
2025-04-03 11:30:14 +03:00 |
|
Damodar Lohani
|
1660c0b00c
|
Fix: image transformation cache
|
2025-04-03 02:44:29 +00:00 |
|
Jake Barnby
|
5aca1fcfa9
|
Fix content type usage
|
2025-03-27 21:03:28 +13:00 |
|
shimon
|
cb2d0dc592
|
adding custom domain validation against _APP_CUSTOM_DOMAIN_DENY_LIST
|
2025-03-26 09:07:38 +02:00 |
|
shimon
|
dedcdc2e0e
|
adding region query to deleteProjectsByTeam
|
2025-03-25 19:13:11 +02:00 |
|
shimon
|
16aca35bd4
|
debug
|
2025-03-24 20:33:51 +02:00 |
|
shimon
|
69bdf50c85
|
debug
|
2025-03-20 18:27:23 +02:00 |
|
shimon
|
ea02639767
|
debug
|
2025-03-20 18:15:51 +02:00 |
|
shimon
|
3bc81c82ec
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
# src/Appwrite/Platform/Workers/Usage.php
|
2025-03-05 17:29:57 +02:00 |
|
Jake Barnby
|
d809ab1ff3
|
Merge branch 'feat-bulk-operations' of github.com:appwrite/appwrite into feat-bulk-operations
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/shared/api.php
# composer.json
# composer.lock
|
2025-03-05 12:47:47 +13:00 |
|
Jake Barnby
|
a5c4fe0a2d
|
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
# Conflicts:
# 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/databases.php
# app/controllers/shared/api.php
# composer.json
# composer.lock
# docs/references/databases/create-document.md
|
2025-03-05 12:44:39 +13:00 |
|
shimon
|
b314ae8208
|
disable transformedAt update for console users
|
2025-03-03 15:19:49 +02:00 |
|
shimon
|
368b61493f
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
# composer.lock
|
2025-02-27 10:29:06 +02:00 |
|
Jake Barnby
|
3e02b830ac
|
Fix inject
|
2025-02-18 18:17:52 +13:00 |
|
Jake Barnby
|
07a6d60b01
|
Remove leftover
|
2025-02-18 02:02:29 +13:00 |
|
shimon
|
e597ee4493
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
# app/http.php
|
2025-02-15 06:24:48 +02:00 |
|
Jake Barnby
|
6dbc8c5464
|
Allow disabling specific metrics in hooks via keys
|
2025-02-13 00:19:51 +13:00 |
|
Jake Barnby
|
2449b76676
|
Format
|
2025-02-12 21:25:53 +13:00 |
|
Jake Barnby
|
9427b07580
|
Add expired property directly to key
|
2025-02-12 21:22:08 +13:00 |
|
Jake Barnby
|
775e6ec9cf
|
Fix role setting
|
2025-02-12 20:34:38 +13:00 |
|
Jake Barnby
|
5780ec9547
|
Make sure key has app role before continuing checks
|
2025-02-12 18:45:06 +13:00 |
|
Jake Barnby
|
1c91604c80
|
Only disable database reads/writes and network stats
|
2025-02-11 20:56:39 +13:00 |
|
Jake Barnby
|
7490240397
|
Fix name shadowing
|
2025-02-11 18:29:42 +13:00 |
|
Jake Barnby
|
e5a3866065
|
Fix imports
|
2025-02-11 17:53:40 +13:00 |
|
Jake Barnby
|
30bc70b9b1
|
Abstract key decoding and check if usage is enabled
|
2025-02-11 17:49:22 +13:00 |
|
Bradley Schofield
|
a27ba015e9
|
Merge branch '1.6.x' into feat-bulk-operations
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/shared/api.php
# composer.json
# composer.lock
|
2025-02-11 09:23:49 +09:00 |
|
shimon
|
2106022507
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
# composer.json
# composer.lock
|
2025-02-09 10:06:56 +02:00 |
|
Damodar Lohani
|
cf66bee925
|
Merge remote-tracking branch 'origin/1.6.x' into feat-logs-db
|
2025-02-05 09:49:11 +00:00 |
|
Fabian Gruber
|
a16f26d378
|
feat: add AMQP queues
|
2025-02-05 10:29:33 +01:00 |
|
shimon
|
4dc7206e04
|
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
# Conflicts:
# composer.json
# composer.lock
|
2025-02-04 21:12:11 +02:00 |
|
Jake Barnby
|
386c6076b2
|
Merge branch '1.6.x' into feat-bulk-operations
# Conflicts:
# composer.json
# composer.lock
|
2025-02-05 01:52:35 +13:00 |
|
Damodar Lohani
|
63c07a456f
|
Merge branch '1.6.x' into feat-logs-db
|
2025-02-02 07:08:25 +05:45 |
|
Damodar Lohani
|
cb31e7954e
|
refactor rename
|
2025-01-30 04:53:53 +00:00 |
|
Bradley Schofield
|
9f043a1b58
|
Merge branch '1.6.x' into feat-migrations-dynamic-keys
|
2025-01-30 11:26:52 +09:00 |
|
Bradley Schofield
|
ecaaa4be53
|
Make migrations use Dynamic keys for destination
|
2025-01-30 11:23:39 +09:00 |
|
shimon
|
850737c953
|
transformedAt for files addition
|
2025-01-29 22:12:31 +05:30 |
|
Shimon Newman
|
f1f660352e
|
Revert "Transformed at addition"
|
2025-01-29 10:30:35 +02:00 |
|
shimon
|
f97b3aaa86
|
transformedAt for files addition
|
2025-01-28 16:49:55 +02:00 |
|
Damodar Lohani
|
d84f6e4ee0
|
reset database listeners
|
2025-01-28 06:40:20 +00:00 |
|
Damodar Lohani
|
3124554403
|
remove db listeners as counters are now done separately by usage worker
|
2025-01-27 07:39:33 +00:00 |
|
Bradley Schofield
|
8fb7a2db32
|
Merge branch '1.6.x' into feat-bulk-operations
# Conflicts:
# 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/databases.php
# app/controllers/api/functions.php
# app/controllers/api/migrations.php
# app/controllers/api/projects.php
# app/controllers/api/proxy.php
# app/controllers/api/storage.php
# app/controllers/api/users.php
# app/controllers/api/vcs.php
# composer.json
# composer.lock
# docs/references/account/create-push-target.md
# docs/references/account/delete-push-target.md
# docs/references/account/update-push-target.md
# src/Appwrite/SDK/Method.php
# src/Appwrite/Specification/Format/OpenAPI3.php
# src/Appwrite/Specification/Format/Swagger2.php
|
2025-01-23 11:19:20 +09:00 |
|