ArnabChatterjee20k
c1cab2e41a
removed redundant
2026-05-12 17:33:21 +05:30
ArnabChatterjee20k
95dd44115d
refactor: update Dockerfile to remove composer stage and adjust presence handling in tests
2026-05-12 15:49:59 +05:30
ArnabChatterjee20k
cad35c7d5c
refactor: enhance presence deletion logic and add expiration check in Get action
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-11 16:47:36 +05:30
ArnabChatterjee20k
9f65c6ce41
updated namespace
2026-05-11 15:27:54 +05:30
ArnabChatterjee20k
28621678dd
changed presence to presences for the e2e tests
2026-05-11 14:35:01 +05:30
ArnabChatterjee20k
4b98579adf
refactor: simplify user retrieval in Presence handler by directly instantiating User object
2026-05-11 14:29:47 +05:30
ArnabChatterjee20k
6b7fb918cc
refactor: streamline presence upsert logic and remove redundant presenceId parameter
2026-05-08 19:09:50 +05:30
ArnabChatterjee20k
ffeb27e5a3
updated presence test
2026-05-08 14:36:59 +05:30
ArnabChatterjee20k
46e86ce854
fix: drop expired presences at fetch time and clean up Presence model attributes
2026-05-08 12:28:33 +05:30
ArnabChatterjee20k
5767ab8ac7
refactor: update triggerPresenceUsage to accept Document and streamline presence cleanup logic
2026-05-08 12:09:12 +05:30
ArnabChatterjee20k
5002afde09
optimizations
...
fix: update presence handling to include hostname and correct usage trigger parameter
improvement: removed an external findOne call to the db and used the timestamps for knowing upsert did an update or a create
2026-05-08 12:05:03 +05:30
ArnabChatterjee20k
c13a0d1010
updated test
2026-05-08 11:27:11 +05:30
ArnabChatterjee20k
f526fc8577
roles updated
2026-05-08 11:14:00 +05:30
ArnabChatterjee20k
63333a0cbf
updated delete endpoint exceptions
2026-05-08 11:13:38 +05:30
ArnabChatterjee20k
0048d3f911
updated presence worker deletion to cap the 30 days limit
2026-05-08 11:10:36 +05:30
ArnabChatterjee20k
31adbe6189
fix: update presence permissions from read to write in tests and implementation
2026-05-08 11:02:25 +05:30
ArnabChatterjee20k
a1811570b3
fix: update presence permissions from read to write in roles and HTTP handlers
2026-05-08 10:49:38 +05:30
Jake Barnby
a8f33ab964
Merge branch '1.9.x' into presence-api
2026-05-07 19:13:57 +12:00
Jake Barnby
0f67fd7618
Merge pull request #12210 from appwrite/realtime-messsage-dispatchers
...
Realtime messsage dispatchers (presence api)
2026-05-07 19:12:56 +12:00
ArnabChatterjee20k
ec8d48327c
reverted type error as query exception only thown
2026-05-07 12:34:34 +05:30
ArnabChatterjee20k
ce07c6ffd5
added type error to the subscribe handler
2026-05-07 12:24:42 +05:30
ArnabChatterjee20k
6679d02a35
refactor: rename connection to connectionId for consistency across handlers
2026-05-07 11:48:45 +05:30
Luke B. Silver
c89bf3084a
Merge pull request #12229 from appwrite/chore/builds
...
Chore/builds
2026-05-06 22:47:57 +01:00
loks0n
9387c480f5
Add Span attributes to build worker for trace observability
2026-05-06 19:56:17 +01:00
loks0n
8201fea9ef
Differentiate executor timeouts for builds, sync, and async executions
...
Adds Executor\Exception\Timeout (with timeoutSeconds) and translates it at
each call site into BUILD_TIMEOUT, FUNCTION_SYNCHRONOUS_TIMEOUT, or
FUNCTION_ASYNCHRONOUS_TIMEOUT instead of always using the misleading sync
function error. Build timeouts now append to streamed buildLogs rather
than replacing them, and the build worker reports its timeout via Span.
2026-05-06 15:54:11 +01:00
Matej Bačo
bf52b1ba31
Merge pull request #12228 from appwrite/fix-refresh-session
...
Fix: Refreshing non-oauth sessions
2026-05-06 16:38:01 +02:00
Matej Bačo
e834a95213
PR review improvements
2026-05-06 16:21:50 +02:00
Matej Bačo
a9dd957a7a
Fix test
2026-05-06 15:57:25 +02:00
Matej Bačo
d2b551cd12
Fix refreshing nonoauth sessions
2026-05-06 15:50:18 +02:00
Matej Bačo
bc0501aaf2
Merge pull request #12224 from appwrite/fix-oauth-oidc-params
...
Fix: OAuth OIDC param consistency
2026-05-06 12:25:45 +02:00
Matej Bačo
a65c6136f4
Improve code quality
2026-05-06 12:08:02 +02:00
Matej Bačo
78133a3c25
Merge branch '1.9.x' into fix-oauth-oidc-params
2026-05-06 11:46:09 +02:00
Matej Bačo
140cbb633d
Fix tests
2026-05-06 11:45:35 +02:00
Matej Bačo
389146c625
oidc backwards compatibiltiy test
2026-05-06 11:32:00 +02:00
Matej Bačo
ec927104fe
Merge pull request #12221 from appwrite/fix-variables-api-feature-parity
...
Feat: Variables API feature parity
2026-05-06 11:27:32 +02:00
Matej Bačo
dcef7ef559
OIDC param name improvement
2026-05-06 11:24:53 +02:00
ArnabChatterjee20k
63e226c761
updated
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-06 14:50:40 +05:30
Matej Bačo
ff518a055f
Merge branch '1.9.x' into fix-oauth-oidc-params
2026-05-06 11:17:42 +02:00
Matej Bačo
00ee9c6b0e
Fix benchmark
2026-05-06 11:09:11 +02:00
ArnabChatterjee20k
6290a664e9
refactor: rename presence methods for consistency and clarity
2026-05-06 14:16:59 +05:30
Matej Bačo
d27b578888
Fix more tests
2026-05-06 10:34:37 +02:00
Matej Bačo
1ccf058c14
Fix failing tests
2026-05-06 10:19:30 +02:00
Jake Barnby
1273bcd33a
Merge pull request #11673 from appwrite/big-int
...
Big int
2026-05-06 20:17:45 +12:00
Matej Bačo
add2b7b64a
Merge pull request #12208 from appwrite/feat-public-proxy-api
...
Feat: Public Proxy API
2026-05-06 10:15:57 +02:00
ArnabChatterjee20k
ac80ba270b
updated queries
2026-05-06 13:24:34 +05:30
ArnabChatterjee20k
a0d77ba1b2
Merge remote-tracking branch 'origin/1.9.x' into big-int
2026-05-06 13:22:37 +05:30
ArnabChatterjee20k
f9c18a6462
updated validator subscribe
2026-05-06 13:20:19 +05:30
Matej Bačo
63ac3bedca
Merge pull request #12212 from appwrite/fix-param-name-consistency
...
Fix endpoint consistency (oauth get)
2026-05-06 09:42:22 +02:00
Matej Bačo
a286b78a0b
Fix function tests
2026-05-06 09:41:00 +02:00
ArnabChatterjee20k
d2ea6ef2ca
removed redundant dumps
2026-05-06 12:33:42 +05:30