• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-mail#12 2026-07-12 02:06:54 +02:00
[Debt] Refactor high-complexity mail profile and transport functions

Consolidated into govoplan-mail#10 so the complexity/audit work is handled where the server/credential split is already being implemented.

The audit evidence and suggested refactor steps were…

zemion closed issue GovOPlaN/govoplan-mail#12 2026-07-12 02:06:54 +02:00
[Debt] Refactor high-complexity mail profile and transport functions
zemion commented on issue GovOPlaN/govoplan-mail#10 2026-07-12 01:36:08 +02:00
[Design review] Rework Mail server, envelope, credential, and policy structure

Codex State: progress

Summary

  • Split the mail profile tree so SMTP/IMAP server settings and SMTP/IMAP credentials are visible as separate child rows, with edit actions opening the…
zemion commented on issue GovOPlaN/govoplan-core#224 2026-07-12 01:36:00 +02:00
[Feature] Platform theming system and visual appearance controls

Codex State: progress

Summary

  • Added a core-owned theme contract entry to the UI/UX decision ledger, converted the user theme selector to the shared SegmentedControl, added a token-based…
zemion commented on issue GovOPlaN/govoplan-admin#4 2026-07-12 01:35:45 +02:00
Admin: reconcile Package catalog and Packages sections

Codex State: done

Summary

  • Clarified the distinction between configuration packages and module package install/catalog surfaces in navigation copy and README guidance.

Changed…

zemion closed issue GovOPlaN/govoplan-admin#4 2026-07-12 01:35:45 +02:00
Admin: reconcile Package catalog and Packages sections
zemion commented on issue GovOPlaN/govoplan-calendar#9 2026-07-12 01:35:45 +02:00
[Performance] Chunk calendar source cleanup for large subscriptions

Codex State: done

Summary

  • Implemented bounded full-sync cleanup for CalDAV source events so full sync no longer materializes every active source event before soft-deleting stale…
zemion closed issue GovOPlaN/govoplan-calendar#9 2026-07-12 01:35:45 +02:00
[Performance] Chunk calendar source cleanup for large subscriptions
zemion commented on issue GovOPlaN/govoplan-access#12 2026-07-12 01:35:41 +02:00
[Performance] Add pagination and batch loading to access admin lists

Codex State: progress

Summary

  • Added bounded pagination metadata and page/page_size parameters to legacy admin list endpoints for identities, users, groups, roles, system roles, system…
zemion closed issue GovOPlaN/govoplan-files#28 2026-07-12 01:12:18 +02:00
[Debt] Refactor high-complexity files connector and transfer flows
zemion commented on issue GovOPlaN/govoplan-files#20 2026-07-12 01:12:18 +02:00
[Feature] Add S3-compatible object-storage connector for external file providers

Codex State: done

Summary

  • Added S3-compatible provider descriptor, backend validation, profile/UI provider keys, and optional govoplan-files[s3] dependency.
  • Implemented S3 bucket…
zemion closed issue GovOPlaN/govoplan-files#20 2026-07-12 01:12:18 +02:00
[Feature] Add S3-compatible object-storage connector for external file providers
zemion commented on issue GovOPlaN/govoplan-files#21 2026-07-12 01:12:18 +02:00
[Feature] Add SharePoint/OneDrive connector for external file providers

Codex State: progress

Summary

  • Reserved SharePoint and OneDrive provider keys across backend profile validation, provider descriptors, API schemas, and the WebUI provider selector. -…
zemion commented on issue GovOPlaN/govoplan-files#25 2026-07-12 01:12:18 +02:00
[Debt] Split large files router into focused route modules

Codex State: progress

Summary

  • Added route-registration smoke coverage for connector and bulk organize endpoints so future router splits can preserve API paths.
  • Extracted connector…
zemion commented on issue GovOPlaN/govoplan-files#28 2026-07-12 01:12:18 +02:00
[Debt] Refactor high-complexity files connector and transfer flows

Codex State: done

Summary

  • Refactored connector settings delta response building into focused helpers.
  • Split connector profile mapping into provider/scope/credential/normalized-construc…
zemion commented on issue GovOPlaN/govoplan-idm#4 2026-07-12 00:42:19 +02:00
[Debt] Refactor IDM assignment workflow guard

Codex State: done

Summary

  • Split assignment workflow validation into shape, source resolution, and source-specific rules.
  • Added direct/delegated/acting-for accepted and rejected…
zemion closed issue GovOPlaN/govoplan-tenancy#4 2026-07-12 00:42:19 +02:00
[Debt] Refactor tenant update route complexity
zemion commented on issue GovOPlaN/govoplan-tenancy#4 2026-07-12 00:42:19 +02:00
[Debt] Refactor tenant update route complexity

Codex State: done

Summary

  • Split tenant update route into permission, lookup, content normalization, governance override, and status-update helpers.
  • Added tests for content/status…
zemion closed issue GovOPlaN/govoplan-policy#7 2026-07-12 00:42:19 +02:00
[Debt] Refactor privacy policy scope update complexity
zemion closed issue GovOPlaN/govoplan-idm#4 2026-07-12 00:42:19 +02:00
[Debt] Refactor IDM assignment workflow guard