Albrecht Degering zemion
  • Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan-core 2026-08-19 23:15:40 +02:00
51bf14f376 docs(core): define collaboration connector strategy
zemion closed issue GovOPlaN/govoplan-core#269 2026-08-19 23:10:24 +02:00
[Security] Upgrade React Router past RSC CSRF advisory
zemion commented on issue GovOPlaN/govoplan-core#269 2026-08-19 23:10:23 +02:00
[Security] Upgrade React Router past RSC CSRF advisory

The recorded release-lock blocker has now cleared, so this issue can close.

Current evidence:

  • Core pins react-router 8.3.0 and contains no react-router-dom installation in either `package-lo…
zemion closed issue GovOPlaN/govoplan-mail#18 2026-08-19 23:06:22 +02:00
[Task] Polish mailbox and message display beyond the read-only baseline
zemion commented on issue GovOPlaN/govoplan-mail#18 2026-08-19 23:06:21 +02:00
[Task] Polish mailbox and message display beyond the read-only baseline

Implemented and verified in 9ac8847.

This completes the read-only mailbox polish by:

  • presenting provider-derived Seen state as explicit read/unread UI without mutating mailbox flags; -…
zemion pushed to main at GovOPlaN/govoplan-mail 2026-08-19 23:06:11 +02:00
9ac8847559 feat(mail): complete mailbox display states
zemion commented on issue GovOPlaN/govoplan-views#3 2026-08-19 22:57:58 +02:00
[Task] Make Views the canonical user and group module-visibility layer

Completed and verified. The behavior was implemented by the existing Views entitlement work (f271ca2) and Core surface normalization; the remaining acceptance-focused coverage is pushed in…

zemion closed issue GovOPlaN/govoplan-views#3 2026-08-19 22:57:58 +02:00
[Task] Make Views the canonical user and group module-visibility layer
zemion pushed to main at GovOPlaN/govoplan-core 2026-08-19 22:57:46 +02:00
8d9bcfd8b5 test(core): prove Views cannot grant access
zemion pushed to main at GovOPlaN/govoplan-views 2026-08-19 22:56:36 +02:00
e49129c3eb test(views): cover canonical module visibility
zemion closed issue GovOPlaN/govoplan-access#16 2026-08-19 22:50:39 +02:00
[Feature] Add session and device listing with selective revocation
zemion commented on issue GovOPlaN/govoplan-access#16 2026-08-19 22:50:39 +02:00
[Feature] Add session and device listing with selective revocation

Implemented and pushed in govoplan-access commit 2be1dbc (feat(access): add governed session management).\n\nAcceptance evidence:\n- Added account-scoped active-session listing with stable…

zemion pushed to main at GovOPlaN/govoplan-access 2026-08-19 22:50:25 +02:00
2be1dbc132 feat(access): add governed session management
zemion closed issue GovOPlaN/govoplan-organizations#3 2026-08-19 22:17:12 +02:00
Define delegation and acting-in-place lifecycle rules
zemion commented on issue GovOPlaN/govoplan-organizations#3 2026-08-19 22:17:12 +02:00
Define delegation and acting-in-place lifecycle rules

Completed and published across the owning boundaries.

  • Organizations d1e3b1c documents the distinct delegable/substitution and act-in-place semantics on function definitions.
  • IDM dc99a40
zemion pushed to main at GovOPlaN/govoplan-access 2026-08-19 22:16:57 +02:00
38fc22c06b docs(access): describe acting context enforcement
zemion pushed to main at GovOPlaN/govoplan-idm 2026-08-19 22:16:44 +02:00
dc99a40384 docs(idm): complete delegation lifecycle guidance
zemion pushed to main at GovOPlaN/govoplan-organizations 2026-08-19 22:16:37 +02:00
d1e3b1cbfd docs: define function delegation modes
zemion closed issue GovOPlaN/govoplan-campaign#71 2026-08-19 22:14:09 +02:00
[Feature] Save and load campaign templates through the template library
zemion commented on issue GovOPlaN/govoplan-campaign#71 2026-08-19 22:14:07 +02:00
[Feature] Save and load campaign templates through the template library

Implemented and published.

  • Core 3c7a593 carries typed required-field contracts in content-library draft requests.
  • Templates 5de54cc persists those requirements on immutable draft…