Chirag Aggarwal
1219391c76
update composer
2026-02-06 15:27:42 +05:30
Hemachandar
da7f5b7336
Move VCS repository APIs to Modules ( #11259 )
...
* Move VCS repository APIs to Modules
* add to http
* lint
* strategy fix
* rename to detections
2026-02-06 15:22:44 +05:30
loks0n
ec418e60b7
chore: remove auth skip from workers
2026-02-06 09:44:10 +00:00
Chirag Aggarwal
455004a536
chore: upgrade spomky-labs/otphp to latest
2026-02-06 15:12:37 +05:30
Matej Bačo
2ad0135890
Merge pull request #11249 from appwrite/ser-1092-v2
...
Create rule in SSL task
2026-02-06 09:34:26 +01:00
Jake Barnby
6414c0ebda
Merge pull request #11201 from appwrite/get-cursor-queries
...
Get cursor queries
2026-02-06 07:15:35 +00:00
Jake Barnby
801befeacd
Merge branch '1.8.x' into get-cursor-queries
2026-02-06 05:59:48 +00:00
Jake Barnby
941d40e704
Merge pull request #11260 from appwrite/localhost-endpoint
...
Localhost endpoint CSV
2026-02-06 05:49:55 +00:00
fogelito
093bc7bf3d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-06 07:14:07 +02:00
fogelito
90f10ce685
Use https
2026-02-06 07:13:39 +02:00
Hemachandar
45e74d7b3d
rule
2026-02-06 00:14:15 +05:30
Chirag Aggarwal
4090ce853e
Merge pull request #11256 from appwrite/release-cli-13.3.0
...
release cli sdk 13.3.0
2026-02-05 17:52:36 +05:30
Chirag Aggarwal
af5c0da1d9
release cli sdk 13.3.0
2026-02-05 17:05:22 +05:30
Jake Barnby
b5bb4c2e07
Merge pull request #11254 from appwrite/feat-collection-size
...
Expose row bytes used/bytes free on table/collection
2026-02-05 11:25:02 +00:00
Shmuel Fogel
c492cfe9ab
Merge pull request #11229 from appwrite/localhost-endpoint
...
Localhost endpoint
2026-02-05 13:00:00 +02:00
Jake Barnby
a866f0a69f
Gen specs
2026-02-05 23:50:16 +13:00
Jake Barnby
3b2c05eb8d
Update desc
2026-02-05 23:50:10 +13:00
fogelito
e28ba64dbf
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:36:25 +02:00
Jake Barnby
747b400616
Merge pull request #11251 from appwrite/fix-realtime-performance
...
Realtime query performance improvements
2026-02-05 10:15:58 +00:00
fogelito
cb58da7279
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:13:02 +02:00
Matej Bačo
106458a79d
Merge pull request #11208 from appwrite/ser-539-modules
...
Move project create & update APIs to Modules
2026-02-05 11:11:09 +01:00
fogelito
d40b1707ba
Remove var_dump
2026-02-05 12:09:54 +02:00
fogelito
8600d0e64f
Remove var_dump
2026-02-05 12:04:57 +02:00
Jake Barnby
2bc8d80273
Merge branch '1.8.x' into feat-collection-size
2026-02-05 09:55:23 +00:00
Jake Barnby
1d94e60a37
Merge branch '1.8.x' into fix-realtime-performance
2026-02-05 09:54:42 +00:00
Jake Barnby
4f7337759f
Expose row bytes used/bytes free on table/collection
2026-02-05 22:53:04 +13:00
Hemachandar
657f16031b
lint
2026-02-05 15:11:17 +05:30
Jake Barnby
fed8354c52
Merge pull request #11237 from appwrite/realtime-query-subscriptions
...
Realtime query subscriptions
2026-02-05 09:36:54 +00:00
Hemachandar
cbfef909ee
reset permissions
2026-02-05 15:03:27 +05:30
Hemachandar
107fadfe37
Merge branch '1.8.x' into ser-539-modules
2026-02-05 15:00:52 +05:30
Jake Barnby
e21614088f
fix: Address CodeRabbit review comments
...
- Fix OR precheck bug: skip attribute existence check when OR conditions
exist, since OR can match with partial attributes present
- Remove dead code in app/realtime.php (unused $names and $channels variables)
- Add tests for OR queries with missing attributes in one branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:24:26 +13:00
Hemachandar
1c6880a78e
Improve certificate sync logs ( #11243 )
...
* Add friendly message for async certificate generation
* better msg
* simplify
* remove escaping
* set certificateId
2026-02-05 14:48:37 +05:30
Jake Barnby
18125156d2
fix: Update compileAndFilter return type to nullable array
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:14:41 +13:00
Jake Barnby
765d334674
fix: Return null instead of empty array for non-matching queries
...
RuntimeQuery::filter() now returns null when the query doesn't match,
instead of an empty array. This distinguishes between "no match" and
"match with empty payload", fixing the issue where subscriptions with
empty payloads weren't being delivered.
Updated Realtime::getSubscribers() to check for null instead of using
!empty(), and updated all tests to expect null for non-matches.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 22:08:43 +13:00
Matej Bačo
a46fa50c51
Merge pull request #11252 from appwrite/ser-1103-installations
...
Move VCS installation APIs to Modules
2026-02-05 10:07:35 +01:00
Matej Bačo
cb81939604
Merge pull request #11253 from appwrite/ser-1033
...
Cleanup functions & sites attribute when installation is deleted
2026-02-05 10:04:38 +01:00
Jake Barnby
3e31094e1e
fix: Fix unit test failures for RuntimeQuery and Messaging tests
...
- Add missing isSelectAll() method to RuntimeQuery class
- Update RuntimeQueryTest to use compile() before filter() since filter()
expects pre-compiled query arrays, not Query objects
- Remove incorrect break statement in Realtime::getSubscribers() that was
stopping iteration after the first matching channel, causing subscribers
to not be found for subsequent channels
- Use local variable $subscriptionsByChannel to avoid unused variable warning
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 21:57:00 +13:00
fogelito
074470c2c2
check _APP_MIGRATION_HOST
2026-02-05 10:35:35 +02:00
ArnabChatterjee20k
f8f2f9ca25
removed reduntant test
2026-02-05 14:03:26 +05:30
fogelito
aff180c517
docker-compose.yml
2026-02-05 10:30:21 +02:00
fogelito
5d1b63fd35
docker-compose.yml
2026-02-05 10:29:45 +02:00
Hemachandar
aa30db2136
refactor
2026-02-05 13:51:32 +05:30
fogelito
64f8b9195b
_APP_MIGRATION_HOST
2026-02-05 10:12:55 +02:00
fogelito
12b7f94c1f
_APP_MIGRATION_HOST
2026-02-05 10:06:11 +02:00
Hemachandar
4aaa3bfd9f
Cleanup functions & sites attribute when installation is deleted
2026-02-05 13:27:06 +05:30
Hemachandar
6dd928b73c
Merge branch '1.8.x' into ser-1103-installations
2026-02-05 13:23:19 +05:30
Jake Barnby
e490f375ee
Batch groups
2026-02-05 20:48:40 +13:00
ArnabChatterjee20k
96ea3391d3
Merge branch '1.8.x' into realtime-query-subscriptions
2026-02-05 13:01:28 +05:30
Hemachandar
7f824785d5
lint
2026-02-05 12:55:34 +05:30
Hemachandar
8c191fca92
wire module
2026-02-05 12:44:19 +05:30