Commit graph

899 commits

Author SHA1 Message Date
shimon
8b3b07a710 linter 2025-10-22 16:40:00 +03:00
shimon
33f88fa5e0 Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock. 2025-10-22 16:35:48 +03:00
Jake Barnby
b12e006014
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
#	app/init/resources.php
#	composer.lock
2025-10-21 18:43:41 +13:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
This reverts commit 9dd1939d1f, reversing
changes made to 8dfdfcb522.

# Conflicts:
#	app/config/collections/common.php
#	app/controllers/api/users.php
#	app/init/resources.php
#	composer.lock
2025-10-21 14:59:30 +13:00
Jake Barnby
3a8e2b080d
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
#	app/init/resources.php
#	composer.json
#	composer.lock
#	src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Indexes/Create.php
#	tests/e2e/Services/Databases/Legacy/DatabasesBase.php
#	tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-10-21 03:16:21 +13:00
ArnabChatterjee20k
e0c293c5b4 Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api 2025-10-16 14:25:14 +05:30
shimon
f16eba2f9f Update PHPUnit configuration to stop on failure set to false, and clean up whitespace in multiple files for consistency. Adjust comments and ensure proper formatting in test cases and API handling. 2025-09-16 19:13:38 +03:00
shimon
f5fc099d87 Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
#	composer.lock
#	tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-16 10:26:43 +03:00
Damodar Lohani
53a117bd0f Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl 2025-09-14 04:49:34 +00:00
Jake Barnby
c140dd6fbb
Move disable 2025-09-14 10:58:21 +12:00
shimon
89d06d00c0 Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
#	.github/workflows/tests.yml
#	composer.lock
#	tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-11 16:54:49 +03:00
Damodar Lohani
6d19d76bac Fix scope check 2025-09-11 06:51:01 +00:00
Damodar Lohani
2be8895dfd Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl 2025-09-10 03:56:34 +00:00
loks0n
48c54bf5e8 chore: make webhooks publisher overridable 2025-09-01 18:06:12 +01:00
Jake Barnby
1462522438
Remove logging 2025-08-28 00:04:25 +12:00
Jake Barnby
c1676bcffd
Array scopes 2025-08-27 14:43:34 +12:00
shimon
4fb680350a Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
# Conflicts:
#	Dockerfile
#	composer.json
#	composer.lock
#	tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
#	tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
2025-08-26 14:20:47 +03:00
Darshan
4b6d25259f update: comment. 2025-08-22 11:49:54 +05:30
Darshan
07edb4e756 revert: database listener changes. 2025-08-22 11:40:32 +05:30
Darshan
ef47618bf3 update: user create events logic. 2025-08-21 12:20:50 +05:30
shimon
b9f4815c3a Remove unnecessary var_dump statements from api.php and enhance logging in MessagingConsoleClientTest for improved clarity and debugging. This aligns with recent efforts to clean up debugging output across the codebase. 2025-08-12 17:47:11 +03:00
shimon
c4fb7ecbc1 Refactor and clean up debugging output across multiple files, including mock.php, account.php, and OAuth2 classes. Removed unnecessary var_dump statements for improved code clarity and consistency. Updated MongoDB condition checks in test cases to ensure case-insensitive comparisons. 2025-08-12 15:20:30 +03:00
Jake Barnby
b418285349
Revert "Merge pull request #10299 from appwrite/feat-functions-redis-queue"
This reverts commit f81fd16d26, reversing
changes made to ec174a15cf.
2025-08-12 23:57:54 +12:00
Jake Barnby
38204a2c23
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	composer.lock
#	docker-compose.yml
#	tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-12 17:38:02 +12:00
shimon
e1475619ba Refactor debugging output across various files, including http.php, mock.php, and OAuth2 classes. Adjusted var_dump statements for improved traceability and consistency. Updated test assertions in ProjectsConsoleClientTest and UsersBase to enhance clarity and functionality. 2025-08-11 22:05:18 +03:00
Matej Bačo
b641c9e5e0 Linter fix 2025-08-11 15:13:57 +02:00
Matej Bačo
ee13066f18 Fix missing place not using proper publisher 2025-08-11 15:06:23 +02:00
Jake Barnby
bd4fb03b74
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# 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
#	composer.lock
#	tests/e2e/Services/Databases/Legacy/DatabasesBase.php
#	tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-06 17:24:00 +12:00
Chirag Aggarwal
58d556aab5 chore: update metric naming 2025-08-01 15:52:27 +05:30
Chirag Aggarwal
81e656e42c chore: update counter 2025-07-31 18:59:17 +05:30
Chirag Aggarwal
da1fa09e9c chore: update name 2025-07-31 17:06:29 +05:30
Chirag Aggarwal
d1c3a84ba1 chore: update to use gauge 2025-07-31 16:40:40 +05:30
Chirag Aggarwal
5c0579fbc7 feat: telemetry for cache hits and misses 2025-07-31 13:50:34 +05:30
Darshan
79bdf705d6 Merge branch '1.8.x' into 'bump-migrations'. 2025-07-18 10:57:29 +05:30
Darshan
40a6190844 update: log message with fallbacks. 2025-07-18 10:55:30 +05:30
Darshan
14e52058c7 fix: file tokens not working on file-security. 2025-07-08 13:46:53 +05:30
Christy Jacob
fd7628efe8 refactor: streamline cache handling in App::shutdown() and ensure file modification time updates 2025-06-30 21:03:30 +04:00
Christy Jacob
d6326758a8 patch: increase cache ttl to ensure hits 2025-06-30 20:58:00 +04:00
Jake Barnby
d52d8f7697
Fix API dump 2025-06-25 15:47:57 -04:00
Jake Barnby
e37cea5146
Add more trigger logging 2025-06-25 14:50:29 -04:00
Jake Barnby
d7d7fa3096
Add trigger logging 2025-06-25 14:47:23 -04:00
Christy Jacob
b5c5f76acc Merge branch '1.7.x' of github.com:appwrite/appwrite into feat-apps-module 2025-06-20 17:39:28 +04:00
Jake Barnby
3158c15111
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	app/controllers/api/functions.php
#	app/controllers/api/project.php
#	app/controllers/api/proxy.php
#	app/controllers/api/storage.php
#	app/controllers/api/vcs.php
#	app/controllers/general.php
#	app/controllers/shared/api.php
#	app/init/database/filters.php
#	composer.json
#	composer.lock
#	src/Appwrite/Migration/Migration.php
#	src/Appwrite/Migration/Version/V15.php
#	src/Appwrite/Migration/Version/V16.php
#	src/Appwrite/Migration/Version/V17.php
#	src/Appwrite/Migration/Version/V18.php
#	src/Appwrite/Migration/Version/V19.php
#	src/Appwrite/Migration/Version/V20.php
#	src/Appwrite/Migration/Version/V21.php
#	src/Appwrite/Platform/Tasks/Migrate.php
#	src/Appwrite/Platform/Workers/Builds.php
#	src/Appwrite/Platform/Workers/Deletes.php
#	src/Appwrite/Platform/Workers/Functions.php
#	src/Appwrite/Platform/Workers/StatsResources.php
#	src/Appwrite/Platform/Workers/StatsUsage.php
2025-05-27 13:36:23 +12:00
Jake Barnby
86f7489640
Internal ID -> sequence 2025-05-26 17:42:11 +12:00
Christy Jacob
28d2ed1baa
Revert "Feat sequence" 2025-05-23 21:39:56 +04:00
Jake Barnby
71e3446498
Change internal ID to sequence 2025-05-23 02:55:29 +12:00
Jake Barnby
d577fd1294
Sync 1.6.x 2025-05-17 20:23:46 +12:00
Fabian Gruber
5fe6359fe6
Create unique stable cache identifier (#9769) 2025-05-16 10:56:12 +02:00
Matej Bačo
af0c872999 Merge branch '1.6.x' into 1.7.x 2025-05-13 10:11:39 +02:00
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
Eldad Fux
fb29fe7b3c Merge remote-tracking branch 'origin/1.7.x' into feat-apps-module 2025-04-29 20:12:31 +02:00
Matej Bačo
23c4fa27be Fix tests, linter 2025-04-25 12:57:45 +02:00
Matej Bačo
d8103cb57e Merge branch '1.7.x' into 1.6.x 2025-04-25 12:18:04 +02:00
Matej Bačo
d5cb9d0f1f
Merge branch '1.7.x' into feat-tokens-module 2025-04-22 12:25:51 +02:00
Chirag Aggarwal
6d0d15f469 Merge branch '1.7.x' into feat-tokens-module 2025-04-18 16:01:06 +00:00
Chirag Aggarwal
d130e7d3bd chore: add stricter checks according to review 2025-04-18 15:32:25 +00:00
Matej Bačo
f8343e01cd PR review suggestions 2025-04-17 16:13:09 +02:00
Matej Bačo
9993cca484 Merge branch '1.7.x' into feat-development-keys 2025-04-17 15:51:31 +02:00
Chirag Aggarwal
b2dffe4057 Merge branch '1.7.x' into feat-tokens-module 2025-04-17 06:19:18 +00: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
Chirag Aggarwal
76c7eb14eb chore: fix sdk fallback back to unknown 2025-04-15 12:08:18 +00: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
Chirag Aggarwal
5a5d1752f9 Merge branch '1.7.x' into feat-development-keys 2025-04-09 09:02:20 +00:00
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
Damodar Lohani
8d0cdb8e7f
Merge branch 'feat-sites' into fix-usage-sites 2025-04-08 14:30:43 +05:45
Matej Bačo
8e32ef1851 Merge branch '1.7.x' into feat-sites 2025-04-08 10:41:39 +02: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
Damodar Lohani
1af638deef new resource type metrics 2025-04-01 02:21:52 +00:00
Damodar Lohani
ac152a76b5 Fix: usage stats changes 2025-03-31 06:28:58 +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
Eldad Fux
8aa5714173 cleanups 2025-03-17 21:44:31 +01:00
Matej Bačo
725dff7f0f Merge branch '1.7.x' into feat-sites 2025-03-13 11:41:28 +01:00
Eldad Fux
91921859a2 Merge remote-tracking branch 'origin/1.6.x' into feat-apps-module 2025-03-10 02:14:35 +01:00
Eldad Fux
a058925252 Code formatting 2025-03-10 00:23:22 +01:00
Eldad Fux
cb05b87dda Upgraded users to use utopia/auth 2025-03-10 00:08:04 +01:00
Chirag Aggarwal
3f133cab74 Merge branch '1.7.x' into feat-tokens-module 2025-03-06 15:25:42 +00: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
Chirag Aggarwal
6bc72cf43f
Merge branch '1.6.x' into feat-development-keys 2025-03-04 21:28:14 +05:30
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
Chirag Aggarwal
431eea2787 Merge branch '1.6.x' into feat-development-keys 2025-02-21 09:24:04 +00:00
Matej Bačo
95aab45cc2 Fix merge issue 2025-02-19 16:01:05 +01:00
Matej Bačo
3932b8bdc1 Merge branch '1.7.x' into feat-sites 2025-02-19 12:54:05 +01: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
Chirag Aggarwal
392803b5e8 chore: fix merge conflicts 2025-02-13 19:24:00 +00:00
Chirag Aggarwal
351afffdfe Merge branch '1.6.x' into feat-development-keys 2025-02-13 17:55:37 +00: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
Matej Bačo
7ac83d7a9f Merge branch '1.6.x' into feat-sites 2025-02-06 14:23:50 +01:00
Chirag Aggarwal
24f11dc8d6 Merge branch '1.6.x' into feat-development-keys 2025-02-05 09:58:45 +00: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
Chirag Aggarwal
a98f32b5e1 merge with 1.7.x 2025-02-04 16:56:14 +00: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
Chirag Aggarwal
c8afd2c613 Merge branch '1.6.x' into feat-development-keys 2025-02-04 11:21:07 +00:00
Matej Bačo
f9430d4d20 Merge branch '1.6.x' into fix-site-tests 2025-02-03 10:05:30 +01: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
Chirag Aggarwal
f867fddaae Merge branch '1.6.x' into feat-development-keys 2025-01-27 10:33:58 +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
Jake Barnby
758d8496c1
Merge pull request #9237 from appwrite/feat-1.6.x-new-sdk-class
Implement new SDK Class on 1.6.x
2025-01-22 20:38:10 +13:00
Darshan
bc533aeeaa update: change var name. 2025-01-21 12:11:20 +05:30
Darshan
3c3559aee5 update: apply comment suggestion. 2025-01-21 12:07:03 +05:30
Darshan
f8f403a66a remove: comments. 2025-01-21 12:02:08 +05:30
Darshan
be2929f07f Merge branch '1.6.x' into add-user-types 2025-01-21 11:56:36 +05:30
shimon
b2f920d983 debug 2025-01-20 10:03:54 +02:00
shimon
3c152b8349 debug 2025-01-20 09:25:15 +02:00
Bradley Schofield
e7b119abae Merge branch '1.6.x' into feat-1.6.x-new-sdk-class 2025-01-20 14:21:26 +09:00
shimon
fe18afcfca Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support 2025-01-19 10:33:47 +02:00
Christy Jacob
5240d0f9c6 Merge branch '1.6.x' of https://github.com/appwrite/appwrite into optimise-webhook-events 2025-01-17 11:48:41 +00:00
Christy Jacob
5b28e7c478 chore: review comments 2025-01-17 11:48:19 +00:00
Bradley Schofield
95dcb67747 Implement new SDK Class on 1.6.x 2025-01-17 13:31:39 +09:00
shimon
1ae7d730ba Merge branch '1.6.x' of https://github.com/appwrite/appwrite into multi-region-support 2025-01-16 15:04:52 +02:00
Darshan
25431adafb address comment: anonymous > guest. 2025-01-14 17:45:49 +05:30
Darshan
fabf581d21 fix: tests. 2025-01-14 13:47:01 +05:30
Darshan
e9479db0fa add: anonymous user type to audit/activity. 2025-01-14 13:18:11 +05:30
Darshan
377627118f address comments: change type names. 2025-01-12 18:27:58 +05:30
Darshan
e237f7c05d address comments: make things less complex. 2025-01-12 16:58:38 +05:30
Darshan
1e62e26ef1 add: userType and keyName to Audits. 2025-01-12 12:42:52 +05:30
Bradley Schofield
a1c70a6956 Run Formatter, Fix GraphQL 2025-01-10 14:23:04 +09:00
Christy Jacob
bdb6599087 chore: linter 2025-01-04 12:55:20 +05:30
Christy Jacob
56af9d0991 chore: add todo 2025-01-04 12:51:50 +05:30
Christy Jacob
e1c08e33d4 fix: trigger webhooks events only if a project has webhooks 2025-01-04 12:51:42 +05:30
Darshan
31f8950b45 add: hostname to audits. 2025-01-03 15:30:55 +05:30
shimon
e4bdbdd9ba Merge branch '1.6.x' of https://github.com/appwrite/appwrite into multi-region-support
# Conflicts:
#	composer.lock
2024-12-24 18:18:44 +02:00
Christy Jacob
50601bd454 chore: use redis adapter for abuse 2024-12-20 20:14:50 +05:30
Christy Jacob
b97dea7996
Revert "chore: initial commit" 2024-12-19 20:27:54 +05:30
Christy Jacob
599cc5e19a chore: review comments 2024-12-18 15:57:04 +05:30
Christy Jacob
911edd9457 chore: linter 2024-12-18 13:08:17 +05:30
Christy Jacob
f1a089f8c6 feat: fix tests 2024-12-18 12:57:52 +05:30
Christy Jacob
01393faf0b feat: update abuse library 2024-12-18 11:58:34 +05:30
Christy Jacob
ed918e1748 Merge branch '1.6.x' of github.com:appwrite/appwrite into migrate-to-redis-abuse 2024-12-17 10:09:00 +05:30
Christy Jacob
67996a8a14 feat: cleanup 2024-12-17 10:00:45 +05:30
Christy Jacob
ee05f3d3bc feat: migrate to redis abuse 2024-12-17 09:49:31 +05:30
Christy Jacob
396faa56c2 chore: initial commit 2024-12-17 08:21:38 +05:30
Bradley Schofield
b4c77fbd5f Get Initial Draft Working 2024-12-16 14:59:01 +09:00
Damodar Lohani
44f70dad56 Merge remote-tracking branch 'origin/1.6.x' into feat-development-keys 2024-12-15 08:51:11 +00:00
shimon
aa2a45f142 Merge branch '1.6.x' of https://github.com/appwrite/appwrite into multi-region-support
# Conflicts:
#	app/controllers/api/functions.php
#	app/controllers/api/messaging.php
#	docker-compose.yml
2024-12-14 20:18:06 +02:00
Christy Jacob
75b42e134a chore: replace occurrences of dbForConsole to dbForPlatform 2024-12-12 14:30:26 +04:00
shimon
635dbdb5cb debug 2024-12-03 16:38:44 +02:00
Bradley Schofield
c0d4b58eea Merge branch 'feat-bulk-operations' into feat-bulk-create
# Conflicts:
#	tests/e2e/Services/Databases/DatabasesCustomClientTest.php
2024-12-03 17:06:35 +09:00
Bradley Schofield
fbf985ea90 Add event 2024-12-02 19:57:21 +09:00
Bradley Schofield
3c418c1607 Address params and events 2024-12-02 18:08:10 +09:00
Bradley Schofield
8f8c008e8b Fix params and usage 2024-12-02 18:06:04 +09:00
shimon
1a6f23c3a1 debug 2024-12-02 10:13:10 +02:00
Bradley Schofield
84ba7febe7 Run Linter 2024-12-02 16:45:03 +09:00
Bradley Schofield
7b79642f4b Run Linter 2024-12-02 16:44:15 +09:00
Bradley Schofield
949347764a Add new database events 2024-12-02 16:43:19 +09:00
Bradley Schofield
32c4debffc Remove realtime/events from bulk operations and get usage events working 2024-12-02 16:40:19 +09:00
Damodar Lohani
fe7851b97f Merge remote-tracking branch 'origin/1.6.x' into feat-development-keys 2024-11-28 01:37:25 +00:00
Damodar Lohani
3a21ed6333 Merge remote-tracking branch 'origin/1.6.x' into fix-project-accessed-at 2024-11-26 11:51:50 +00:00
Damodar Lohani
580a9f331f fix user update 2024-11-26 08:59:03 +00:00
Bradley Schofield
675227d25a Address Comments 2024-11-25 14:34:23 +09:00
Damodar Lohani
cc3edd7b2b Refactor naming to Dev keys 2024-11-22 04:21:03 +00:00
Bradley Schofield
54260b5a9a Use new API Spec and get realtime/events working 2024-11-22 11:51:17 +09:00
Damodar Lohani
c33c5732e0 move accessed at to init 2024-11-20 04:29:57 +00:00
Bradley Schofield
79c043ec1f Fix Tests 2024-11-19 11:47:23 +09:00
Damodar Lohani
c555a707e6 Merge remote-tracking branch 'origin/1.7.x' into feat-file-tokens 2024-11-17 06:00:03 +00:00
Damodar Lohani
179684e8b2 improve dependency 2024-11-14 04:48:46 +00:00
Damodar Lohani
24353a1077 Merge remote-tracking branch 'origin/1.6.x' into feat-development-keys 2024-11-14 04:29:36 +00:00
Khushboo Verma
2ad0428727 Merge 1.6.x into feat-sites 2024-11-13 13:18:21 +05:30
Bradley Schofield
172d25d67c Address Comments 2024-11-12 15:43:36 +09:00
loks0n
229fe9ecd5 fix: tests 2024-11-05 15:50:32 +01:00
loks0n
ab7e454292 fix: event name 2024-11-05 15:17:41 +01:00
loks0n
2dea9b1f51 chore: clone 2024-11-05 14:35:35 +01:00
loks0n
20d8a702a1 chore: refactor 2024-11-04 15:20:43 +00:00
loks0n
d2deca7f1f feat: refactor events 2024-11-04 15:05:54 +00:00
loks0n
ff95532ccb chore: refactor 2024-11-01 16:29:34 +00:00