Hemachandar
|
c09f7d5cf9
|
Fix file token expiry
|
2025-11-27 19:40:09 +05:30 |
|
shimon
|
f216ea5d65
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/graphql.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/controllers/shared/api/auth.php
# app/init/resources.php
# app/realtime.php
# app/worker.php
# composer.lock
# src/Appwrite/Auth/Auth.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Decrement.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Increment.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Operations/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Get.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/XList.php
# src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Buckets/Files/Action.php
# src/Appwrite/Utopia/Request.php
# src/Appwrite/Utopia/Response.php
# tests/unit/Auth/AuthTest.php
# tests/unit/Messaging/MessagingChannelsTest.php
|
2025-11-27 15:50:37 +02:00 |
|
Hemachandar
|
fd466dfcea
|
Revert "Update deploymentId in sites rule for first deployment"
|
2025-11-27 16:31:14 +05:30 |
|
Jake Barnby
|
2139a4d742
|
Format
|
2025-11-26 23:49:21 +13:00 |
|
Damodar Lohani
|
d539186808
|
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
|
2025-11-26 10:42:55 +00:00 |
|
shimon
|
4ad249f918
|
Revert "Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance""
This reverts commit 8765d5650a.
|
2025-11-26 12:05:12 +02:00 |
|
Jake Barnby
|
b9ca0e5dc2
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
|
2025-11-26 22:50:15 +13:00 |
|
Jake Barnby
|
cdb331a704
|
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
|
2025-11-26 22:49:50 +13:00 |
|
Jake Barnby
|
092f623373
|
Fix tests
|
2025-11-26 22:49:39 +13:00 |
|
Matej Bačo
|
3d8cee4676
|
Merge pull request #10820 from appwrite/ser-550
Update deploymentId in sites rule for first deployment
|
2025-11-25 09:50:16 +01:00 |
|
Jake Barnby
|
bd124aad2a
|
Merge branch '1.8.x' into feat-mongodb
|
2025-11-25 08:26:00 +00:00 |
|
Jake Barnby
|
2776925540
|
Tests via console features
|
2025-11-25 21:11:01 +13:00 |
|
Hemachandar
|
c713357131
|
Merge branch '1.8.x' into ser-550
|
2025-11-25 13:23:09 +05:30 |
|
Darshan
|
fe9ecb6fcb
|
simplify: index.
|
2025-11-25 13:22:19 +05:30 |
|
Darshan
|
21237f8e02
|
Merge branch '1.8.x' into browser-bump
|
2025-11-25 12:22:51 +05:30 |
|
Jake Barnby
|
448e60479d
|
Downgrade migrations
|
2025-11-25 16:04:46 +13:00 |
|
shimon
|
6213df9fb3
|
Update composer.lock for sdk-generator version 1.5.8 and adjust caching TTL in XList to 30 seconds; modify related tests for consistency in cache behavior.
|
2025-11-23 12:46:16 +02:00 |
|
Damodar Lohani
|
94ba8ee5f2
|
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
|
2025-11-23 06:43:52 +00:00 |
|
Darshan
|
e5fa23ef6c
|
add: 1:1 comparison tests.
|
2025-11-21 20:05:31 +05:30 |
|
Chirag Aggarwal
|
b905686c0e
|
fix typo
|
2025-11-21 10:28:02 +05:30 |
|
Jake Barnby
|
d8d970e03e
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/messaging.php
# app/controllers/api/projects.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/api/users.php
# composer.lock
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Boolean/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Datetime/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Email/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Enum/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Float/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/IP/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Line/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Point/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Polygon/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Relationship/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/String/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/URL/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Decrement.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Attribute/Increment.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Boolean/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Datetime/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Email/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Enum/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Float/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/IP/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Line/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Point/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Polygon/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Relationship/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Relationship/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/String/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/URL/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Column/Decrement.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Column/Increment.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/XList.php
# src/Appwrite/Platform/Modules/Functions/Http/Deployments/Create.php
# src/Appwrite/Platform/Modules/Sites/Http/Deployments/Create.php
# src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Buckets/Files/Create.php
# src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Update.php
|
2025-11-20 17:46:19 +13:00 |
|
Jake Barnby
|
8765d5650a
|
Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance"
This reverts commit 919b01a1b1, reversing
changes made to deb5039352.
|
2025-11-19 16:21:06 +13:00 |
|
shimon
|
30df7a43d5
|
Refactor caching logic in XList to use JSON encoding for query serialization and update cache header keys to lowercase in tests
|
2025-11-18 20:11:02 +02:00 |
|
Hemachandar
|
9f7e3146a4
|
feedback
|
2025-11-18 20:08:43 +05:30 |
|
shimon
|
77905e241f
|
cached documents list
|
2025-11-18 16:26:56 +02:00 |
|
Chirag Aggarwal
|
71b6ac0364
|
Merge branch '1.8.x' into feat-per-bucket-image-transformations
|
2025-11-18 09:50:02 +05:30 |
|
Jake Barnby
|
919b01a1b1
|
Merge pull request #10682 from appwrite/refactor-auth-single-instance
Refactor authorization handling across multiple modules to use the ne…
|
2025-11-18 03:25:48 +00:00 |
|
Hemachandar
|
3d69998f9c
|
another test fix
|
2025-11-17 18:41:28 +05:30 |
|
Hemachandar
|
d2000ee9d8
|
test fix
|
2025-11-17 17:58:15 +05:30 |
|
Hemachandar
|
0718f90405
|
test failures due to merge
|
2025-11-17 15:51:36 +05:30 |
|
Hemachandar
|
52766cfdba
|
Merge branch '1.8.x' into ser-550
|
2025-11-17 14:57:00 +05:30 |
|
Hemachandar
|
ba542554ce
|
functions and more tests
|
2025-11-17 14:53:26 +05:30 |
|
Matej Bačo
|
4a86b2d5b1
|
Merge branch '1.8.x' into feat-suggested-env-vars
|
2025-11-14 18:05:21 +01:00 |
|
Hemachandar
|
d9522ac6b8
|
Update deploymentId in sites rule for first deployment
|
2025-11-14 20:44:48 +05:30 |
|
Jake Barnby
|
6274d5a3e4
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-11-14 05:21:40 +00:00 |
|
Jake Barnby
|
d0057ec404
|
Merge pull request #10800 from appwrite/feat-operators
Fix operators in transactions
|
2025-11-14 05:13:52 +00:00 |
|
Jake Barnby
|
ab90563989
|
Fix tests
|
2025-11-14 17:31:17 +13:00 |
|
Jake Barnby
|
83b9815644
|
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
|
2025-11-14 16:45:57 +13:00 |
|
Jake Barnby
|
082afcec19
|
Merge branch 'feat-operators' of github.com:appwrite/appwrite into feat-operators
|
2025-11-14 16:40:24 +13:00 |
|
Jake Barnby
|
2ab36f4cd6
|
Use helper for tests
|
2025-11-14 16:40:00 +13:00 |
|
Jake Barnby
|
a11cf6b002
|
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
|
2025-11-14 15:34:36 +13:00 |
|
Jake Barnby
|
298e6f9260
|
Merge branch '1.8.x' into feat-operators
|
2025-11-13 11:29:05 +00:00 |
|
Jake Barnby
|
3df2efb7ae
|
Fix file reads
|
2025-11-14 00:15:18 +13:00 |
|
Jake Barnby
|
b0a0454c55
|
Merge pull request #10738 from appwrite/fix-webp-library
Fix webp upload and previews
|
2025-11-13 11:01:10 +00:00 |
|
Matej Bačo
|
5e4c74d501
|
Merge pull request #10486 from appwrite/feat-add-branch-deployments
Add branch-only deployments to Sites without ref tags
|
2025-11-13 10:33:46 +01:00 |
|
Jake Barnby
|
c78da61304
|
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
|
2025-11-13 22:14:10 +13:00 |
|
shimon
|
5722241ff8
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
# Conflicts:
# composer.lock
|
2025-11-13 11:10:40 +02:00 |
|
Matej Bačo
|
fe8593fecc
|
Merge pull request #10751 from appwrite/ser-279
fix: Throw error when file token expiry is in the past
|
2025-11-13 09:34:46 +01:00 |
|
Hemachandar
|
bc19e66775
|
fix tests
|
2025-11-12 20:27:42 +05:30 |
|
Jake Barnby
|
e8f2e78ac4
|
Use internal bucket
|
2025-11-12 22:18:25 +13:00 |
|