feat: Expose Actions to the web client #52

Manually merged
day01 merged 1 commits from feat/0.6-actions-web-read into develop 2026-08-30 21:06:25 +00:00
Owner

Summary

  • expose browser-authenticated Actions reads from Control
  • reuse the native ActionsRead service and Identity ACL
  • allow the configured front origin with credentialed CORS
  • cover cookie auth and CORS in HTTP adapter tests

Verification

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • SYNCODE_TEST_DATABASE_URL=... cargo test --workspace --all-targets --all-features
  • ./scripts/check-architecture.sh
  • ./scripts/check-rust-loc.sh
## Summary - expose browser-authenticated Actions reads from Control - reuse the native ActionsRead service and Identity ACL - allow the configured front origin with credentialed CORS - cover cookie auth and CORS in HTTP adapter tests ## Verification - cargo fmt --check - cargo clippy --workspace --all-targets --all-features -- -D warnings - SYNCODE_TEST_DATABASE_URL=... cargo test --workspace --all-targets --all-features - ./scripts/check-architecture.sh - ./scripts/check-rust-loc.sh
day01 added 1 commit 2026-08-30 21:06:16 +00:00
day01 manually merged commit 61e90fe181 into develop 2026-08-30 21:06:25 +00:00
day01 deleted branch feat/0.6-actions-web-read 2026-08-30 21:06:25 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: syncode/control#52