Commit graph

5049 commits

Author SHA1 Message Date
Jake Barnby
80057383e1
Merge pull request #10952 from appwrite/issue-tableid
Tableid and Collectionid in increment and decrement routes
2025-12-16 06:05:11 +00:00
Levi van Noort
3869269e0c
Merge branch '1.8.x' into CLO-3704-utopia-request-extend 2025-12-15 15:32:51 +01:00
Levi van Noort
cd90974e15 chore: changes to test to validate default behaviour instead 2025-12-15 13:22:29 +01:00
loks0n
da0b2a7517 fix: cors wildcard 2025-12-14 22:41:15 +00:00
ArnabChatterjee20k
70395cfacc added tableid and collectionid in increment and decrement 2025-12-13 23:43:51 +05:30
Luke B. Silver
bbc76ffe37
Merge pull request #10943 from appwrite/fix-preflight-requests
fix preflight requests
2025-12-12 10:11:53 +00:00
loks0n
2cb86c57ef fix: preflight requests 2025-12-12 09:49:04 +00:00
Levi van Noort
90fb5b6321 feat: improved reference client ip through _APP_TRUSTED_HEADERS 2025-12-12 08:42:49 +01:00
Steven Nguyen
72ae883587
Merge branch 'main' into chore-sync-main 2025-12-11 22:40:23 +00:00
Darshan
062233cdbc
Merge branch '1.8.x' into database-errors 2025-12-11 16:10:00 +05:30
Darshan
ef5f0ed6b4 update: to use placeholders. 2025-12-11 15:26:45 +05:30
loks0n
f765eb92e7 feat: cors service 2025-12-11 09:01:31 +00:00
Ujjwaljain16
7fc8c6ae43 Simplify testMFARecoveryCodeChallenge to use existing session 2025-12-11 01:50:52 +05:30
Ujjwaljain16
fb3b3ae51e fix: add missing empty body array parameter to recovery codes API call 2025-12-10 15:40:40 +05:30
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
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
Jake Barnby
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
Jake Barnby
65bd9a41d5
Merge pull request #10894 from appwrite/feat-multi-create
Feat multi create
2025-12-08 05:55:52 +00:00
Jake Barnby
48038512b9 Fix index validation 2025-12-05 21:05:14 +13:00
Hemachandar
b62a1d8b5c fix test 2025-12-05 12:40:35 +05:30
Jake Barnby
121f94676d Fix test 2025-12-05 01:03:43 +13:00
Jake Barnby
df94765cf3 Update validation 2025-12-04 23:25:15 +13:00
Jake Barnby
e00dacf9a2 Fix test 2025-12-03 23:24:05 +13:00
Jake Barnby
252a4e12ff Validate format on non-strings 2025-12-03 22:38:37 +13:00
Jake Barnby
dce4c6e9f1 Add more tests 2025-12-03 22:15:44 +13:00
Jake Barnby
8b4657ff8a Cleanup on create failures 2025-12-03 21:17:38 +13:00
Jake Barnby
c09c2848af Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create 2025-12-03 20:49:36 +13:00
Damodar Lohani
866bd5ebc8 Fix: update test IP 2025-12-02 05:25:25 +00:00
Damodar Lohani
e114d49789 Fix: add test 2025-12-02 01:04:51 +00:00
Jake Barnby
38af4b83c0 Merge remote-tracking branch 'origin/1.8.x' into feat-multi-create 2025-12-01 21:44:41 +13:00
Jake Barnby
cc50ba6b7d Add custom server test 2025-12-01 21:43:50 +13: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
128478ed00 coderabbit feedback 2025-11-28 12:54:34 +05:30
Hemachandar
6f0c4d6c4e fix limit & offset computation 2025-11-28 12:41:04 +05:30
Hemachandar
c09f7d5cf9 Fix file token expiry 2025-11-27 19:40:09 +05:30
Hemachandar
fd466dfcea
Revert "Update deploymentId in sites rule for first deployment" 2025-11-27 16:31:14 +05:30
Damodar Lohani
d539186808 Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth 2025-11-26 10:42:55 +00:00
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
Hemachandar
c713357131
Merge branch '1.8.x' into ser-550 2025-11-25 13:23:09 +05:30
Darshan
fe9ecb6fcb simplify: index. 2025-11-25 13:22:19 +05:30
Darshan
21237f8e02
Merge branch '1.8.x' into browser-bump 2025-11-25 12:22:51 +05:30
Jake Barnby
448e60479d Downgrade migrations 2025-11-25 16:04:46 +13:00
Damodar Lohani
94ba8ee5f2 Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth 2025-11-23 06:43:52 +00:00
Darshan
e5fa23ef6c add: 1:1 comparison tests. 2025-11-21 20:05:31 +05:30
Chirag Aggarwal
b905686c0e fix typo 2025-11-21 10:28:02 +05:30
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
Hemachandar
9f7e3146a4 feedback 2025-11-18 20:08:43 +05:30