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
Matej Bačo
a85c5e582c
Add auth method APIs (public)
2026-04-22 14:19:04 +02:00
Chirag Aggarwal
f0e2a8b2c4
Merge pull request #11972 from appwrite/t3code/sentry-bug-fix
2026-04-22 17:18:15 +05:30
Chirag Aggarwal
2f12717f30
Merge pull request #11969 from appwrite/t3code/spec-overlap-verification
2026-04-22 16:28:34 +05:30
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
Chirag Aggarwal
00512df4ca
Clean up spec enum validation reporting
2026-04-22 15:45:16 +05:30
Chirag Aggarwal
038be90969
Preserve nested items enum validation
2026-04-22 15:33:18 +05:30
Chirag Aggarwal
481eaf7530
Merge remote-tracking branch 'origin/1.9.x' into t3code/spec-overlap-verification
2026-04-22 15:24:34 +05:30
Chirag Aggarwal
2390d40731
Remove specs task unit test
2026-04-22 15:24:13 +05:30
Chirag Aggarwal
4f74394e8f
Fix spec enum name validation
2026-04-22 15:21:41 +05:30
Chirag Aggarwal
affd5876ab
Add spec enum service overlap validation
2026-04-22 14:49:35 +05:30
Matej Bačo
af531ee4f9
Merge pull request #11964 from appwrite/feat-public-project-policies
...
Feat: public project policies
2026-04-22 10:23:10 +02:00
Matej Bačo
72bb6378c2
Leftover
2026-04-22 10:00:19 +02:00
Matej Bačo
bfa1960d8a
Remove unneeded const
2026-04-22 10:00:10 +02:00
Matej Bačo
e530bf41f7
Post-merge fix
2026-04-22 09:59:00 +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
97e611029e
Merge pull request #11900 from appwrite/feat-project-smtp-endpoints
...
Feat: Public API for project SMTP endpoints
2026-04-22 09:52:09 +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
2c973387c5
Merge pull request #11967 from appwrite/fix/listrows-total-int-cast
...
fix: cast cached total to int in listDocuments/listRows
2026-04-22 17:02:43 +12:00
Jake Barnby
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
Damodar Lohani
af05ad5784
Merge pull request #11953 from appwrite/CLO-4204-slow-query-hook
...
feat: add afterQuery hook to listRows (tablesdb) action
2026-04-22 07:25:24 +05:45
Matej Bačo
39af9c544d
Remove unnessessary backwards compatibility
2026-04-21 18:22:44 +02:00
Luke B. Silver
10b6955e98
Merge pull request #11965 from appwrite/fix/support-worker-num
...
fix: honor _APP_WORKERS_NUM in realtime
2026-04-21 17:14:08 +01:00
loks0n
7e963e8439
fix: honor _APP_WORKERS_NUM in realtime
...
Realtime was ignoring _APP_WORKERS_NUM and always computing workers as
CPU × _APP_WORKER_PER_CORE, making it impossible to cap the worker count
without also changing the per-core multiplier. Prefer _APP_WORKERS_NUM
when set, falling back to the CPU × per-core calculation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 16:55:56 +01:00
Matej Bačo
d9d5a81337
Fix 0->null backwrds compatibility
2026-04-21 17:51:31 +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
648ffcdcfa
Fix event labels
2026-04-21 16:07:52 +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
Chirag Aggarwal
4ac1b68bbc
Fix OpenAPI enum keys analysis
2026-04-21 18:03:18 +05:30
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
d0f853d4cd
Add more project policies
2026-04-21 13:38:27 +02:00
Matej Bačo
2f272f0480
Cleanup unused markdowns descriptions
2026-04-21 13:27:08 +02:00
Matej Bačo
4317ee5617
Move some of auth settings to project policies
2026-04-21 13:11:42 +02:00
Damodar Lohani
1dc9217c65
Merge branch '1.9.x' into CLO-4204-slow-query-hook
2026-04-21 14:31:45 +05:45
Damodar Lohani
50bd2877f4
chore: shorten afterQuery docblock
2026-04-21 08:46:21 +00:00