Matej Bačo
|
e5ed7c835a
|
Merge branch '1.8.x' into chore-php-types
|
2026-01-21 14:43:22 +01:00 |
|
ArnabChatterjee20k
|
b1fab79dc4
|
updated query logic in array to be of and format
|
2026-01-16 19:06:55 +05:30 |
|
ArnabChatterjee20k
|
da871635d9
|
Fix namespace import for RuntimeQuery class and update test file accordingly
|
2026-01-16 16:16:03 +05:30 |
|
ArnabChatterjee20k
|
b2486fcb6c
|
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
|
2026-01-16 15:47:25 +05:30 |
|
Matej Bačo
|
1308706023
|
Merge branch '1.8.x' into chore-php-types
|
2026-01-15 15:52:51 +01:00 |
|
Jake Barnby
|
2cfb5ecfd9
|
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
This reverts commit 38687bc24e.
|
2026-01-15 04:08:00 +13:00 |
|
Jake Barnby
|
38687bc24e
|
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
This reverts commit c12cad80bb, reversing
changes made to 2a17429226.
# Conflicts:
# composer.lock
|
2026-01-15 03:48:42 +13:00 |
|
Jake Barnby
|
5c915ef92f
|
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
This reverts commit 321fc8ee70.
|
2026-01-14 19:07:49 +13:00 |
|
Jake Barnby
|
321fc8ee70
|
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
This reverts commit a4734a5de7, reversing
changes made to 15922fb88c.
# Conflicts:
# composer.lock
|
2026-01-14 02:37:17 +13:00 |
|
Jake Barnby
|
7573ee75a2
|
Use authorization instance
|
2026-01-07 20:04:28 +13:00 |
|
Matej Bačo
|
eda189dbf1
|
AI review improvements
|
2025-12-29 13:24:26 +01:00 |
|
Matej Bačo
|
ee911e3df6
|
Finalize unit key tests
|
2025-12-29 11:21:49 +01:00 |
|
Matej Bačo
|
eb2c616089
|
Improve key unit tests
|
2025-12-29 10:47:27 +01:00 |
|
Matej Bačo
|
6774de4eef
|
add todo
|
2025-12-27 19:18:25 +01:00 |
|
ArnabChatterjee20k
|
874e5f61f0
|
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
|
2025-12-24 19:01:13 +05:30 |
|
ArnabChatterjee20k
|
39cf207df9
|
re
|
2025-12-24 18:57:58 +05:30 |
|
Matej Bačo
|
c08acedf6a
|
Fix key test
|
2025-12-23 15:12:41 +01:00 |
|
Jake Barnby
|
dc85d44647
|
Revert "Refactor auth single instance"
|
2025-12-20 02:54:50 +13:00 |
|
Jake Barnby
|
13f4aa9a80
|
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
|
2025-12-18 18:17:41 +13:00 |
|
Hemachandar
|
dfb53895eb
|
tiny
|
2025-12-16 12:40:42 +05:30 |
|
Hemachandar
|
109967953e
|
feedback + tests
|
2025-12-16 12:20:59 +05:30 |
|
loks0n
|
da0b2a7517
|
fix: cors wildcard
|
2025-12-14 22:41:15 +00:00 |
|
loks0n
|
f765eb92e7
|
feat: cors service
|
2025-12-11 09:01:31 +00:00 |
|
shimon
|
5b3659af7c
|
Remove unused Auth import in storage controller and fix formatting in UserTest class
|
2025-11-28 16:11:48 +02:00 |
|
shimon
|
67311fe5d6
|
Refactor: Update role retrieval to use authorization object in multiple files
|
2025-11-27 18:56:33 +02:00 |
|
shimon
|
5da1f791a5
|
sync with 1.8.x
|
2025-11-27 18:17:04 +02:00 |
|
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 |
|
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 |
|
Damodar Lohani
|
94ba8ee5f2
|
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
|
2025-11-23 06:43:52 +00: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 |
|
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 |
|
Matej Bačo
|
831a261c04
|
Sync unit tests with DNS lib validator
|
2025-11-10 16:29:34 +01:00 |
|
Damodar Lohani
|
12c27edaf9
|
Fix user test
|
2025-11-05 05:23:32 +00:00 |
|
Damodar Lohani
|
4d22f4252f
|
Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth
|
2025-11-05 01:59:42 +00:00 |
|
Shimon Newman
|
a970969c4d
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-11-04 17:06:53 +02:00 |
|
loks0n
|
b42cc11eba
|
feat: bump utopia dns
|
2025-11-04 10:56:34 +00:00 |
|
Damodar Lohani
|
4b15fec1d7
|
Remove further auth static methods
|
2025-11-04 07:51:03 +00:00 |
|
Damodar Lohani
|
918ad4a545
|
remove auth test and add user test
|
2025-11-04 07:41:42 +00:00 |
|
shimon
|
a6d1f46133
|
addressing comments
|
2025-10-29 10:38:09 +02:00 |
|
shimon
|
9e79d883a0
|
Refactor authorization retrieval in realtime and update imports in migration files; clean up whitespace in tests
|
2025-10-28 14:16:26 +02:00 |
|
shimon
|
cc6319a2c7
|
singletone fix
|
2025-10-28 11:09:20 +02:00 |
|
shimon
|
e7b8e6c90d
|
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
# Conflicts:
# composer.json
# composer.lock
|
2025-10-27 19:26:53 +02: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
|
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 |
|
Steven Nguyen
|
536cff9cc6
|
chore: add specification validator test
|
2025-09-15 21:39:23 +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 |
|
Jake Barnby
|
89197e0f9e
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# app/config/specs/open-api3-latest-console.json
# app/config/specs/swagger2-latest-console.json
# composer.lock
|
2025-08-09 01:12:18 +12:00 |
|
Matej Bačo
|
10a7f8acfe
|
Formatting fix
|
2025-08-06 11:06:35 +02:00 |
|
Matej Bačo
|
61ec98bc5e
|
Improve tests
|
2025-08-06 11:06:18 +02:00 |
|
Matej Bačo
|
2d4e99cb1a
|
Revert revert of CAA validation
|
2025-08-05 13:44:06 +02:00 |
|