Steven Nguyen
72ae883587
Merge branch 'main' into chore-sync-main
2025-12-11 22:40:23 +00:00
Steven Nguyen
3d0aa74ffe
Merge pull request #10863 from VijaykumarPujar-tech/new_branch
...
Fix: Implement mandatory authentication check for Custom SMTP configuration
2025-12-11 13:51:27 -08:00
Luke B. Silver
e4a7b1b103
Merge pull request #10937 from appwrite/fix-imagine-hostnames-2
...
Fix imagine hostnames 2
2025-12-11 19:05:12 +00:00
loks0n
c6ffa181a2
fix: imagine hostnames 2
2025-12-11 18:53:58 +00:00
Matej Bačo
cd8e93db60
Merge pull request #10031 from appwrite/chore-add-new-site-templates
...
Add formspree and react-admin templates to sites
2025-12-11 16:56:03 +01:00
Aditya Oberai
ceb2108012
shift db seeding command to build command
2025-12-11 15:00:59 +00:00
Aditya Oberai
383f0c1ef1
remove unnecessary images
2025-12-11 15:00:04 +00:00
Matej Bačo
52ccbfcdf7
AI code quality fixes
2025-12-11 15:52:44 +01:00
Steven Nguyen
35fe622548
Merge pull request #10925 from Ujjwaljain16/fix-10740-mfa-recovery-code-validation
...
fix: resolve MFA recovery code validation in 1.8.0
2025-12-11 06:28:06 -08:00
Aditya Oberai
d502ab0cd5
Merge branch '1.8.x' into chore-add-new-site-templates
2025-12-11 18:35:52 +05:30
Darshan
72f86ce5ef
Merge pull request #10934 from appwrite/database-errors
2025-12-11 16:58:35 +05:30
Darshan
062233cdbc
Merge branch '1.8.x' into database-errors
2025-12-11 16:10:00 +05:30
Darshan
102d3fd245
fix: tests.
2025-12-11 16:08:13 +05:30
Darshan
cb9705f0a2
update: better signature.
2025-12-11 15:59:24 +05:30
Luke B. Silver
61d1546d14
Merge pull request #10911 from appwrite/feat-multiple-app-domains
...
feat: multiple app domains
2025-12-11 10:09:33 +00:00
Darshan
2e4ac091d1
Merge branch '1.8.x' into database-errors
2025-12-11 15:27:42 +05:30
Darshan
ef5f0ed6b4
update: to use placeholders.
2025-12-11 15:26:45 +05:30
Luke B. Silver
22a1a5a452
Update app/controllers/general.php
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-11 09:41:31 +00:00
Matej Bačo
e738bae523
Fix screenshot script; auto-fill API key, custom required env vars
...
Tag is correct fallback: https://github.com/appwrite/appwrite/blob/decf2c7a1bc5d2d989434fb0adc6a6fb44a77db2/src/Appwrite/Utopia/Request/Filters/V21.php#L28
2025-12-11 10:31:05 +01:00
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
loks0n
50c6a35079
feat: multiple app domains
2025-12-11 09:01:31 +00:00
Chirag Aggarwal
f8c39c8f06
Merge pull request #10933 from appwrite/hide-deprecated-methods-from-docs
2025-12-11 14:23:21 +05:30
Chirag Aggarwal
aa12ef6569
Add public visibility control for deprecated methods
...
- Add 'public' parameter to SDK Method class to control documentation visibility
- Mark deprecated methods as non-public (public: false) to hide them from docs
- Update OpenAPI and Swagger specs to reflect visibility changes
- Affected endpoints: account verification, messaging providers, and MFA authenticators
2025-12-11 13:53:34 +05:30
Steven Nguyen
5912a4c4a0
Merge pull request #10931 from appwrite/main
...
Sync main into 1.8.x
2025-12-10 22:50:12 -08:00
Damodar Lohani
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
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
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
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
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
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]
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
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
0f84f21bb4
Merge branch 'main' into new_branch
2025-12-08 20:31:25 +05:30