shimon
|
beea3abfc7
|
remove debug prints
|
2025-12-01 15:50:15 +02:00 |
|
shimon
|
2dfa7d9542
|
Enhance health check logic to allow partial database failures without throwing an error, improving resilience in environments with multiple databases.
|
2025-12-01 13:40:34 +02:00 |
|
shimon
|
22c90ca7ad
|
debug
|
2025-12-01 13:23:58 +02:00 |
|
shimon
|
2563a8f967
|
health api fix
|
2025-12-01 13:11:17 +02:00 |
|
shimon
|
27d88a421e
|
debug
|
2025-12-01 11:59:21 +02:00 |
|
shimon
|
e4755c624f
|
debug
|
2025-12-01 11:45:01 +02:00 |
|
shimon
|
21ef33ea45
|
debug
|
2025-12-01 11:34:09 +02:00 |
|
shimon
|
5b2fdf7e5b
|
tmp debug health db api
|
2025-12-01 11:19:25 +02:00 |
|
Chirag Aggarwal
|
6aa054bc7c
|
chore: release sdks for adding getScreenshot method to Avatars service
|
2025-11-29 00:56:04 +05:30 |
|
shimon
|
013e961c37
|
Refactor: Remove unused authorization parameter from redeployVcsFunction calls and related methods
|
2025-11-28 18:13:03 +02:00 |
|
shimon
|
b899e13763
|
Refactor: Update database authorization handling in realtime.php and regenerate composer.lock
|
2025-11-28 16:22:59 +02: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 Newman
|
95e29d1046
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-11-28 16:10:26 +02:00 |
|
Hemachandar
|
e204419b8b
|
handle invalid offset
|
2025-11-28 15:33:32 +05:30 |
|
Hemachandar
|
851fb58645
|
Merge branch '1.8.x' into ser-504
|
2025-11-28 13:13:06 +05:30 |
|
Hemachandar
|
6f0c4d6c4e
|
fix limit & offset computation
|
2025-11-28 12:41:04 +05:30 |
|
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 |
|
Hemachandar
|
d517ca8444
|
Merge branch '1.8.x' into ser-504
|
2025-11-27 20:12:58 +05:30 |
|
Hemachandar
|
adc5426ce9
|
feedback
|
2025-11-27 20:02:39 +05:30 |
|
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 |
|
Damodar Lohani
|
2fdfbf6e61
|
Fix type
|
2025-11-27 11:48:32 +00:00 |
|
Hemachandar
|
fd466dfcea
|
Revert "Update deploymentId in sites rule for first deployment"
|
2025-11-27 16:31:14 +05:30 |
|
shimon
|
fb95a05599
|
teams update
|
2025-11-27 12:13:07 +02:00 |
|
shimon
|
b76f01b144
|
Merge remote-tracking branch 'origin/refactor-auth-single-instance' into refactor-auth-single-instance
|
2025-11-27 11:54:36 +02:00 |
|
shimon
|
35e3294dc4
|
teams update
|
2025-11-27 11:51:53 +02:00 |
|
shimon
|
81c2ff501b
|
Refactor: Adjust parameter order in getUserGitHub function calls for consistency
|
2025-11-27 11:26:53 +02:00 |
|
Damodar Lohani
|
2bd308c236
|
Merge pull request #10758 from appwrite/feat-appwrite-auth
Feat: utopia auth
|
2025-11-27 15:11:20 +05:45 |
|
Damodar Lohani
|
06c876906c
|
AI suggested fixes
|
2025-11-27 00:58:32 +00:00 |
|
shimon
|
830eda7460
|
Refactor: Update functions to include Authorization parameter and enable stopOnFailure in PHPUnit configuration
|
2025-11-26 17:34:44 +02:00 |
|
Jake Barnby
|
04dd0f807d
|
Add realtime logger
|
2025-11-27 00:25:04 +13:00 |
|
Damodar Lohani
|
5dd3f9c574
|
Format
|
2025-11-26 11:08:13 +00:00 |
|
Damodar Lohani
|
cbc8b2ca0d
|
Fix: validator not working
|
2025-11-26 11:02:00 +00:00 |
|
Damodar Lohani
|
f6b04ae63e
|
Fix type
|
2025-11-26 10:56:56 +00: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
|
cee9906073
|
reverting the revert
|
2025-11-26 12:27:57 +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
|
b9ca0e5dc2
|
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
|
2025-11-26 22:50:15 +13:00 |
|
Hemachandar
|
1ed3cf0e59
|
Support query limit and offset in list repos API
|
2025-11-25 19:24:30 +05:30 |
|
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 |
|
Matej Bačo
|
7efbae4310
|
Merge pull request #10793 from appwrite/feat-SER-448-improve-MFA-docs-endpoint-order
refactor(account): move MFA endpoints to module actions
|
2025-11-25 09:40:39 +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
|
21237f8e02
|
Merge branch '1.8.x' into browser-bump
|
2025-11-25 12:22:51 +05:30 |
|
Harsh Mahajan
|
34ce5099e2
|
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
|
2025-11-25 11:30:25 +05:30 |
|
Jake Barnby
|
8fe7de7ff9
|
Custom disposition
|
2025-11-25 15:19:16 +13:00 |
|
Matej Bačo
|
13a7ead598
|
Fix TanStack Start default output directory
|
2025-11-24 12:08:55 +01:00 |
|
Harsh Mahajan
|
d40e793137
|
Merge branch '1.8.x' into feat-SER-448-improve-MFA-docs-endpoint-order
|
2025-11-24 14:57:50 +05:30 |
|