ArnabChatterjee20k
0e1cabe47a
Merge remote-tracking branch 'origin/1.9.x' into presence-api
2026-05-14 18:25:16 +05:30
harsh mahajan
437b3bfa10
fix: lint
2026-05-14 18:08:59 +05:30
harsh mahajan
0b07305775
fix: remove redundant comment, rename commitSkip to validator, use getDescription in span
2026-05-14 18:05:04 +05:30
harsh mahajan
b5f0ebb37b
refactor: replace DeploymentSkipPatterns validator with VCS_DEPLOYMENT_SKIP_PATTERNS constant
2026-05-14 17:59:34 +05:30
ArnabChatterjee20k
2cbd8bbb47
linting
2026-05-14 17:33:53 +05:30
ArnabChatterjee20k
12b2acd7f7
Merge remote-tracking branch 'origin/1.9.x' into presence-api
2026-05-14 17:31:24 +05:30
Harsh Mahajan
736196b58b
Merge branch '1.9.x' into feat/skip-deployment-commit-patterns
2026-05-14 17:31:06 +05:30
harsh mahajan
e3755679c5
refactor: extend Contains validator, keep only [skip ci] pattern
2026-05-14 17:26:32 +05:30
ArnabChatterjee20k
3703da188e
refactor: enhance presence management to prevent cross-user overwrites
2026-05-14 17:17:27 +05:30
Chirag Aggarwal
450c80ca5b
Merge pull request #12312 from appwrite/fix/text-response-specs
...
Fix text response schemas in API specs
2026-05-14 16:56:32 +05:30
Chirag Aggarwal
e1547023f6
Fix OpenAPI text redirect response schemas
2026-05-14 16:48:58 +05:30
Chirag Aggarwal
6d0a76cf51
Fix text response schemas in API specs
2026-05-14 16:35:08 +05:30
Chirag Aggarwal
a3fa12e5b3
Merge pull request #12305 from appwrite/chore/refactor-delete-queue-publisher
...
refactor: Migrate queueForDeletes to DeletePublisher and DeleteMessage
2026-05-14 16:31:03 +05:30
Chirag Aggarwal
659bc0dab7
Merge pull request #12307 from appwrite/codex/delete-orphaned-rules-1-9
...
[codex] Delete orphaned proxy rules on create
2026-05-14 16:28:33 +05:30
Chirag Aggarwal
6b51a56b2b
Tidy deleteOrphanedRule conditionals
2026-05-14 15:42:52 +05:30
Chirag Aggarwal
421a9974af
Delete orphaned proxy rules on create
2026-05-14 15:33:29 +05:30
Chirag Aggarwal
65d1e58e34
refactor: migrate delete queue publisher
2026-05-14 14:40:11 +05:30
ArnabChatterjee20k
f7e5e825f2
Merge remote-tracking branch 'origin/presence-api' into presence-api
2026-05-14 13:29:19 +05:30
ArnabChatterjee20k
7dd85f9143
add ownership guard to prevent cross-user presence overwrite
2026-05-14 13:28:47 +05:30
ArnabChatterjee20k
7da3591d2b
Merge branch '1.9.x' into presence-api
2026-05-14 13:12:42 +05:30
premtsd-code
beb119883a
Merge branch '1.9.x' into feat-platform-db-access
2026-05-14 08:37:33 +01:00
ArnabChatterjee20k
5e4de3931a
added presences leaf names
2026-05-14 12:17:45 +05:30
ArnabChatterjee20k
2b7ed2aa24
removed stale
2026-05-14 12:15:15 +05:30
harsh mahajan
5b7d6f1ca6
Fix project specs navigation order
2026-05-14 12:13:13 +05:30
ArnabChatterjee20k
ad0b2ebb06
changed to sentence case for the dispatcher messages
2026-05-14 11:53:40 +05:30
ArnabChatterjee20k
a3542ed7fa
feat: enhance presence handling by refactoring usage and event triggering logic
2026-05-14 11:48:41 +05:30
ArnabChatterjee20k
0aa8d402ae
feat: streamline presence cleanup logic and enhance stale presence deletion
2026-05-14 11:36:55 +05:30
Jake Barnby
a4d1043684
Merge pull request #12302 from appwrite/fix-transaction-deletes
...
fix: match transactions collection name in deletes worker
2026-05-14 17:48:18 +12:00
Prem Palanisamy
0497137d80
Merge remote-tracking branch 'origin/1.9.x' into feat-platform-db-access
...
# Conflicts:
# composer.lock
2026-05-14 06:20:03 +01:00
Jake Barnby
10eae0ab87
fix: match transactions collection name in deletes worker
...
The DELETE_TYPE_TRANSACTION constant was 'transaction' (singular), so
the worker's inner switch on $document->getCollection() (which returns
'transactions') never matched and every transaction deletion fell to
the default branch, logging "No lazy delete operation available for
document of type: transactions". Renamed to DELETE_TYPE_TRANSACTIONS
to align with every other constant used in that switch.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-14 13:58:40 +12:00
Prem Palanisamy
bddde5f298
Merge remote-tracking branch 'origin/1.9.x' into feat-platform-db-access
...
# Conflicts:
# app/controllers/api/migrations.php
# composer.json
# composer.lock
# src/Appwrite/Platform/Workers/Migrations.php
2026-05-13 16:36:39 +01:00
ArnabChatterjee20k
995f844254
feat: refine permissions parameter handling in Presence action for clarity and consistency
2026-05-13 19:19:00 +05:30
ArnabChatterjee20k
42d3240d05
feat: refactor presence state usage and telemetry span naming for consistency
2026-05-13 19:12:11 +05:30
ArnabChatterjee20k
52c072489b
Merge remote-tracking branch 'origin/1.9.x' into presence-api
2026-05-13 18:58:44 +05:30
ArnabChatterjee20k
602ceb55ef
feat: refactor presence state usage across multiple files for consistency
2026-05-13 18:57:09 +05:30
ArnabChatterjee20k
f09aec7651
feat: update presence handling and refactor related attributes for consistency
2026-05-13 18:52:14 +05:30
Chirag Aggarwal
85e2cf7d8b
(refactor): Migrate queueForFunctions to FunctionPublisher and FunctionMessage
2026-05-13 18:28:05 +05:30
ArnabChatterjee20k
f818f16ebe
feat: simplify presence parameter validation by removing Nullable wrapper
2026-05-13 18:25:06 +05:30
loks0n
24e108fdbf
fix: use canonical project.id/user.id so trace sampler matches realtime and VCS spans
...
The sampler reads project.id from the span; realtime and VCS were storing it
under namespaced keys (realtime.project.id, vcs.github.event.repo.{id}.project.id),
causing all those spans to be dropped when _APP_TRACE_PROJECT_ID was set.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 11:03:28 +01:00
loks0n
a0c4b7695e
chore: normalize Span keys and centralize span lifecycle
...
Span attribute keys are now snake_case with dots only for child
relationships. Worker span lifecycle moved to app/worker.php; selective
trace filtering moved to the exporter sampler in app/init/span.php so
handlers only call Span::add.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 10:29:42 +01:00
ArnabChatterjee20k
20162a69be
feat: ensure unique ID assignment for new presence documents
2026-05-13 14:26:23 +05:30
ArnabChatterjee20k
a1f321d92e
updated presence model
2026-05-13 12:38:47 +05:30
ArnabChatterjee20k
4e2bd9c307
feat: add presence already exists error handling and update exception messages
2026-05-13 12:30:54 +05:30
ArnabChatterjee20k
e799589d11
feat: implement deduplication for presence delete events and enhance presence management
2026-05-13 12:20:12 +05:30
ArnabChatterjee20k
7f6482a7d2
Merge remote-tracking branch 'origin/1.9.x' into presence-api
2026-05-13 11:12:23 +05:30
ArnabChatterjee20k
84f18341ed
feat: add setOwnerPermissions method and update presence ownership logic
2026-05-13 11:09:56 +05:30
Jake Barnby
be2bb984c5
Merge pull request #12194 from appwrite/feat-insights-module
...
feat(insights): add insights module with CTA framework
2026-05-13 17:34:56 +12:00
Jake Barnby
b058eb31f4
(refactor): inline CTAs as JSON on insights collection
2026-05-13 17:10:33 +12:00
Chirag Aggarwal
31fbc64ad2
Update SDK generator cover image config
2026-05-13 10:19:54 +05:30
Luke B. Silver
35941ddc34
Merge pull request #12220 from appwrite/feat/utopia-http-resources-context
...
Migrate to utopia-php/http resources/context API
2026-05-12 23:01:29 +01:00