Matej Bačo
9dad7cef9e
Merge branch '1.9.x' into feat-mocks-public-api
2026-04-23 10:17:32 +02:00
Matej Bačo
9e23867f0a
Merge pull request #11976 from appwrite/feat-auth-methods-api
...
Feat: Auth methods public API
2026-04-23 10:14:34 +02:00
Matej Bačo
b0939b92c3
Fix failing account tests
2026-04-22 17:02:22 +02:00
Matej Bačo
a0274a7b6f
Fix failing tests
2026-04-22 15:12:58 +02:00
Matej Bačo
bb4fdefee7
New tests for auth methods (base + integration)
2026-04-22 14:51:10 +02:00
Chirag Aggarwal
b2d24080b9
Stabilize database e2e CI retries
2026-04-22 18:08:45 +05:30
Chirag Aggarwal
f0e2a8b2c4
Merge pull request #11972 from appwrite/t3code/sentry-bug-fix
2026-04-22 17:18:15 +05:30
Matej Bačo
6648a1987b
Fix tests
2026-04-22 13:14:43 +02:00
Chirag Aggarwal
838dbc52e3
Merge branch '1.9.x' into t3code/sentry-bug-fix
2026-04-22 16:23:25 +05:30
Chirag Aggarwal
e7d9ef74c4
Fix deployment single chunk content range
...
Fixes CLOUD-3JN6
2026-04-22 16:05:12 +05:30
Chirag Aggarwal
d106e1d5bb
Fix session alert test payload
2026-04-22 15:57:32 +05:30
Matej Bačo
d1ade3872e
Fix failing tests
2026-04-22 12:22:00 +02:00
Matej Bačo
9065d9ada4
Add mocks scopes
2026-04-22 12:13:10 +02:00
Matej Bačo
355d4323fc
Fix tests not running
2026-04-22 12:01:42 +02:00
Matej Bačo
f770277ea5
New mock phones tests
2026-04-22 11:42:39 +02:00
Matej Bačo
eeadba3b59
Add missing endpoint in email templates
2026-04-22 11:36:54 +02:00
Matej Bačo
0d27c59cb8
Merge branch '1.9.x' into feat-public-project-policies
2026-04-22 09:57:48 +02:00
Matej Bačo
efc37c68ec
Merge branch '1.9.x' into feat-project-smtp-endpoints
2026-04-22 09:50:08 +02:00
Chirag Aggarwal
5b6dd5f75a
Merge pull request #11949 from appwrite/chore/phpstan-level-4
2026-04-22 11:17:21 +05:30
Jake Barnby and Claude Opus 4.7
8a841a6971
fix: cast cached total to int in listDocuments/listRows
...
Redis stringifies scalars on save, so on a cache hit the `total` field
was served as a string. Flutter SDK (and any strictly-typed client) then
failed with `TypeError: "37": type 'String' is not a subtype of type 'int'`.
The cache-miss path returned an int from `count()`, which is why only
repeat requests with `ttl > 0` tripped the bug.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-22 16:14:30 +12:00
Chirag Aggarwal
c973ca0a5d
Address PHPStan level 4 review feedback
2026-04-22 09:34:03 +05:30
Matej Bačo
39af9c544d
Remove unnessessary backwards compatibility
2026-04-21 18:22:44 +02:00
Matej Bačo
193891a7c9
Fix analyzer
2026-04-21 17:38:32 +02:00
Matej Bačo
70cb5ca68a
linter fix
2026-04-21 17:34:59 +02:00
Matej Bačo
c8a1746119
Fix existing tests
2026-04-21 17:34:44 +02:00
Matej Bačo
06eb550e98
Finalize tests
2026-04-21 16:56:00 +02:00
Matej Bačo
6c89a05a60
Fix 0 session to mean unlimited
2026-04-21 16:38:53 +02:00
Matej Bačo
1b993ede0f
Merge branch '1.9.x' into feat-project-smtp-endpoints
2026-04-21 16:15:00 +02:00
Matej Bačo
0be94a7aff
Fix tests
2026-04-21 15:57:30 +02:00
Matej Bačo
eba145ee2d
More integration tests
2026-04-21 15:13:27 +02:00
Matej Bačo
99d230c70d
Integration tests
2026-04-21 14:39:02 +02:00
Matej Bačo
6adabae620
Add policy tests
2026-04-21 14:05:46 +02:00
Matej Bačo
5f9dc0fcd8
Req & res filters, review fixes
2026-04-21 13:58:36 +02:00
Chirag Aggarwal
da4dcd8505
Merge branch '1.9.x' into chore/phpstan-level-4
2026-04-21 17:08:46 +05:30
Matej Bačo
cce04b3bd1
Improve test coverage
2026-04-21 10:28:11 +02:00
Matej Bačo
b1d37bc4be
Fix remaining test failures
2026-04-20 23:03:16 +02:00
Matej Bačo
72cd7671c4
Fix projects tests
2026-04-20 23:01:00 +02:00
Matej Bačo
c3e411fcaa
Fix tests
2026-04-20 22:47:47 +02:00
Matej Bačo
9e94f15f02
Finalize tests
2026-04-20 22:23:34 +02:00
Matej Bačo
e27719108b
Add tests
2026-04-20 22:15:03 +02:00
Matej Bačo
8c03db70e9
Finalize templates design
2026-04-20 22:04:20 +02:00
Matej Bačo
8ea69e0321
Fix password visibility test
2026-04-20 16:57:23 +02:00
Matej Bačo
dfec2b3cb7
Improve test coverage
2026-04-20 16:11:22 +02:00
Matej Bačo
848f09956e
Improve backwards compatibility test coverage
2026-04-20 15:36:49 +02:00
ArnabChatterjee20k
b8385fe927
updated
2026-04-20 18:27:48 +05:30
Matej Bačo
ba4430801d
Merge branch 'feat-project-templates-api' into feat-project-smtp-endpoints
2026-04-20 14:49:04 +02:00
Matej Bačo
2f62cced0a
Merge branch '1.9.x' into feat-project-smtp-endpoints
2026-04-20 14:46:42 +02:00
Matej Bačo
afb8f70316
Fix tests
2026-04-20 14:42:52 +02:00
ArnabChatterjee20k
78eeac6d14
Add unsubscribe functionality and enhance subscription handling in Realtime tests
2026-04-20 17:38:01 +05:30
Matej Bačo
2097b0a0b0
Better support for post-smtp changes
2026-04-20 14:04:53 +02:00