Damodar Lohani and GitHub
e85079a42f
Merge pull request #10928 from appwrite/fix-remove-temp-fix
...
Fix: remove temp queries
2025-12-11 04:58:41 +05:45
Damodar Lohani
4c9a94f5e2
Fix format
2025-12-10 22:48:07 +00:00
Ujjwaljain16
7fc8c6ae43
Simplify testMFARecoveryCodeChallenge to use existing session
2025-12-11 01:50:52 +05:30
Jake Barnby
c5dadc787d
Block operator tests
2025-12-11 00:23:46 +13:00
Damodar Lohani
61067bd8d3
Fix: remove temp queries
2025-12-10 10:32:51 +00:00
Ujjwaljain16
fb3b3ae51e
fix: add missing empty body array parameter to recovery codes API call
2025-12-10 15:40:40 +05:30
Darshan
39aa4c4a9a
add: setfrom.
2025-12-10 15:14:55 +05:30
Jake Barnby
587a0facf7
Fix teams test
2025-12-10 22:33:30 +13:00
Darshan
b03aa8d632
add: custom senders for cloud.
2025-12-10 14:32:04 +05:30
Jake Barnby
a8cf0a6176
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# app/controllers/api/teams.php
# app/init/resources.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-12-10 20:12:27 +13:00
Ujjwaljain16
0215577bc7
fix: MFA recovery code validation and test status code
...
- Fixed HTTP status code: POST /v1/account/mfa/recovery-codes now returns 201 (CREATED) instead of 200
- Updated testMFARecoveryCodeChallenge to expect 201 status code
- Added array_merge with origin header to all API calls in test for proper CORS validation
- Removed trailing whitespace for PSR-12 compliance
Fixes #10740
2025-12-10 05:37:43 +05:30
Ujjwaljain16
768d293cf5
reuse session from testCreateAccountSession instead of creating new session
...
remove unnecessary 'origin' headers to match other tests
set status code to 201 for MFA challenge creation endpoint
2025-12-10 01:58:47 +05:30
Steven Nguyen and GitHub
bdfb9e305e
Merge pull request #10924 from appwrite/chore-bump-docker-base
...
chore: bump base docker image version to 0.10.6 to fix vulnerabilities
2025-12-09 12:15:39 -08:00
Steven Nguyen and GitHub
6c1cbfddea
Merge pull request #10922 from appwrite/copilot/fix-delayed-executions-trigger
...
Fix: Prevent job loss on container shutdown for delayed executions
2025-12-09 10:26:20 -08:00
VijaykumarPujar-tech
e0a937912c
Added Validation check for username and password
2025-12-09 23:46:44 +05:30
VijaykumarPujar-tech
8951a8465c
Added the projects.php changes back
2025-12-09 23:30:34 +05:30
VijaykumarPujar-tech
2fa95b52a0
Reverted some added changes
2025-12-09 22:40:51 +05:30
shimon
305697a5d3
Update composer dependencies and refactor cache handling in XList class for improved performance
2025-12-09 11:29:09 +02:00
Ujjwaljain16
676d53b18e
fix: resolve MFA recovery code validation in 1.8.0
...
Remove strtolower() from recovery code type comparison (line 4945)
Remove strtolower() from match statement (line 4967)
Add comprehensive test for recovery code challenge validation
Fixes issue where recovery codes fail with 'Invalid token' error
Fixes #10740
2025-12-09 02:18:40 +05:30
Steven Nguyen and GitHub
3a3c92140b
Merge pull request #10916 from appwrite/copilot/fix-schedule-executions-bug
...
Fix ScheduleExecutions: inverted comparison prevented execution scheduling
2025-12-08 12:22:55 -08:00
Steven Nguyen and GitHub
cb3b22c9f9
chore: bump base docker image version to 0.10.6 to fix vulnerabilities
...
Our security scans reported several packages we used were out of date and required updates to patch security vulnerabilities.
2025-12-08 20:19:17 +00:00
copilot-swe-agent[bot] and stnguyen90
e4ebf755e4
Fix: Move schedule deletion inside coroutine to prevent job loss
...
Move the schedule document deletion and unset operation inside the coroutine, after the function is triggered. This ensures the schedule is only deleted after the job is successfully queued, preventing job loss if the container shuts down between coroutine start and completion.
This follows the same pattern used in ScheduleMessages.php.
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-08 19:50:32 +00:00
copilot-swe-agent[bot]
6a712e236d
Initial plan
2025-12-08 19:46:13 +00:00
Steven Nguyen and GitHub
1cf8b103a8
chore: only sleep if delay is greater than 0 seconds
...
This prevents the warning:
Swoole\Coroutine::sleep(): Timer must be greater than or equal to 0.001
2025-12-08 19:23:35 +00:00
shimon
3ca9468b11
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-functions-schedule
2025-12-08 17:50:06 +02:00
shimon
6156b97ea0
Refactor error handling in ScheduleBase class to improve project and resource validation.
2025-12-08 17:49:10 +02:00
Vijaykumar Pujar and GitHub
0f84f21bb4
Merge branch 'main' into new_branch
2025-12-08 20:31:25 +05:30
VijaykumarPujar-tech
a14d5c584e
Fix: robust SMTP validation and added regression test
2025-12-08 20:22:18 +05:30
shimon
d954681132
matcing documents xlist params order
2025-12-08 15:41:13 +02:00
shimon
872345366a
linter
2025-12-08 13:43:05 +02:00
shimon
5b1aec0f0b
Enhance XList functionality by adding cache and TTL parameters for improved query performance and response management.
2025-12-08 13:34:09 +02:00
Jake Barnby and GitHub
689e61c84f
Merge pull request #10917 from appwrite/fix-array-index
...
Block array indexes
2025-12-08 10:51:06 +00:00
Jake Barnby
aec7f27ce4
Fix tests
2025-12-08 23:20:40 +13:00
Luke B. Silver and GitHub
c7bdf2a99d
Merge pull request #10907 from appwrite/ser-650-2
...
Update utopia-php/dns version
2025-12-08 09:27:18 +00:00
Jake Barnby and GitHub
6320721f51
Merge pull request #10919 from appwrite/bump-lib-1.8.x
...
Bump migration lib 1.3.9
2025-12-08 09:23:26 +00:00
fogelito
77917c8b46
utopia-php/migration 1.3.9
2025-12-08 10:47:22 +02:00
shimon
98d063132c
composer.lock
2025-12-08 09:57:49 +02:00
shimon
fcb3699e99
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into cached-documents-list
...
# Conflicts:
# composer.json
# composer.lock
2025-12-08 09:56:48 +02:00
shimon
39658a7ee1
fixing comments
2025-12-08 09:55:15 +02:00
fogelito
d1b47a7916
utopia-php/migration 1.3.8
2025-12-08 09:39:51 +02:00
shimon
b79ff7fbff
sync with 1.8.x
2025-12-08 09:31:49 +02:00
shimon
0a0cf26269
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Create.php
2025-12-08 09:26:38 +02:00
fogelito
5df786be4b
utopia-php/migration (1.3.6 => 1.3.7)
2025-12-08 08:49:28 +02:00
Jake Barnby and GitHub
65bd9a41d5
Merge pull request #10894 from appwrite/feat-multi-create
...
Feat multi create
2025-12-08 05:55:52 +00:00
Jake Barnby
425bd514c2
Block array indexes
2025-12-08 18:54:46 +13:00
copilot-swe-agent[bot] and stnguyen90
be5f066dc3
Fix ScheduleExecutions bug: correct comparison operator to properly execute scheduled tasks
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2025-12-07 21:53:18 +00:00
copilot-swe-agent[bot]
b2155acc56
Initial plan
2025-12-07 21:48:09 +00:00
a241eab792
Update src/Appwrite/Platform/Tasks/ScheduleBase.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-07 18:26:14 +02:00
shimon
8ed4fa6ff1
composer
2025-12-07 17:03:18 +02:00
shimon
4289215620
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-functions-schedule
2025-12-07 16:59:28 +02:00