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 |
|
Jake Barnby
|
dc85d44647
|
Revert "Refactor auth single instance"
|
2025-12-20 02:54:50 +13: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 |
|
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 |
|
Damodar Lohani
|
dff7aa6ce0
|
format
|
2025-11-04 07:12:42 +00:00 |
|
Damodar Lohani
|
437d914e90
|
More refactor and fixes
|
2025-11-04 06:08:35 +00: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 |
|
Eldad Fux
|
8aa5714173
|
cleanups
|
2025-03-17 21:44:31 +01:00 |
|
ChiragAgg5k
|
d86984f6cf
|
chore: used config in auth
|
2025-01-10 08:42:10 +05:30 |
|
Jake Barnby
|
8bc37026cd
|
Revert "Feat adding coroutines"
|
2024-10-08 20:54:40 +13:00 |
|
Binyamin Yawitz
|
d14edf4207
|
reverting: to set coroutines as head
|
2024-10-01 10:30:47 -04:00 |
|
Binyamin Yawitz
|
5512340cdd
|
Revert "Feat eldad4 coroutines"
|
2024-09-20 12:30:05 -04:00 |
|
Binyamin Yawitz
|
0d41b084ea
|
chore: formatting and packages updates
|
2024-09-05 18:17:16 -04:00 |
|
Binyamin Yawitz
|
557eefe2c4
|
review: addressing
|
2024-09-05 18:06:41 -04:00 |
|
Binyamin Yawitz
|
feb775d2c4
|
chore: merge, lint, stan
|
2024-09-04 14:52:01 -04:00 |
|
Binyamin Yawitz
|
7d248f29f0
|
feat: Coroutine graphql wip
|
2024-06-11 18:08:40 -04:00 |
|
Eldad Fux
|
c53de9fb6b
|
Merge branch 'main' of github.com:appwrite/appwrite into feat-eldad4-coroutines
|
2024-05-08 18:21:55 +01:00 |
|
Steven Nguyen
|
b75f5263a2
|
Merge branch 'main' into chore-sync-main-into-1.5.x
|
2024-04-23 23:43:53 +00:00 |
|
Eldad Fux
|
766b2ba13e
|
Avatars tests are green!
|
2024-04-14 22:17:07 +02:00 |
|
Matej Bačo
|
c87a7053b4
|
Fix bug in MFA protected group
|
2024-04-10 11:42:20 +00:00 |
|
Eldad Fux
|
5ce3de4933
|
Merge remote-tracking branch 'origin/main' into feat-eldad2-coroutines
|
2024-04-02 02:13:15 +02:00 |
|
Eldad Fux
|
8ed1da4ea8
|
Updated getEnv to use system lib
|
2024-04-01 13:02:47 +02:00 |
|
Matej Bačo
|
db1674811f
|
Finish fixing code QL warnings
|
2024-03-08 13:57:20 +01:00 |
|
Matej Bačo
|
005a239932
|
Auth fixes
|
2024-03-07 18:24:01 +01:00 |
|
Matej Bačo
|
efeb898be1
|
Import fixes
|
2024-03-07 15:29:42 +01:00 |
|
Torsten Dittmann
|
0a1d572c72
|
chore: run formatter
|
2024-03-06 18:34:21 +01:00 |
|
Matej Bačo
|
d4e4337c57
|
PR review changes
|
2024-03-04 08:50:50 +00:00 |
|
Matej Bačo
|
9137dc82f8
|
Re-implement mfa protection as hook
|
2024-03-03 14:18:09 +00:00 |
|
Jake Barnby
|
8ed2b1f3a5
|
Fix tests
|
2024-02-12 18:35:05 +13:00 |
|
Jake Barnby
|
18f7168160
|
Merge main
|
2024-02-12 14:18:19 +13:00 |
|
Khushboo Verma
|
d40a51b50a
|
Only disallow console requests
|
2024-02-02 20:01:54 +05:30 |
|
Khushboo Verma
|
d96d84201e
|
Add auth group to create email token endpoint
|
2024-02-02 14:03:20 +05:30 |
|
Khushboo Verma
|
851e5c5154
|
Remove restrict group and add logic to auth group
|
2024-02-01 17:40:41 +05:30 |
|
loks0n
|
f1664c1cd7
|
fix: remove token auth.type
|
2024-01-17 12:09:15 +00:00 |
|
loks0n
|
3a9202a46b
|
chore: christy feedback
|
2023-10-25 13:20:29 +01:00 |
|
shimon
|
18f192ed65
|
benchmarks
|
2022-12-19 10:25:49 +02:00 |
|
Eldad Fux
|
db345fae41
|
WIP
|
2022-11-24 09:53:52 +02:00 |
|