Ocideck/lib/widgets/dialogs
Brenno de Winter f93417dc3c Add fail-closed export classification gate (release ceiling)
Enforce an optional TLP release ceiling at the single export chokepoint
so no format (PDF/PPTX/HTML) can bypass it. Classifying a deck stays
optional; the gate only blocks decks classified above the configured
ceiling, and is off by default.

- ClassificationPolicy + ExportDecision: pure, tested decision logic
  (release ceiling, fail-closed; null = no gate).
- ExportService.export() evaluates the policy first and refuses without
  building or writing anything when blocked.
- Persist the ceiling as maxReleaseExportTlpKey in app settings/prefs
  (default off) with a setter on SettingsNotifier.
- Export dialog runs the same check up front and explains a blocked
  export before any work starts; app shell builds the policy from
  settings.
- Tests: classification_policy_test plus export_service chokepoint tests
  asserting a blocked export fails and writes no file.
- Docs: CHANGELOG, README, USER_GUIDE, ARCHITECTURE, SECURITY.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 00:26:29 +02:00
..
add_slide_dialog.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
consent_dialog.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
export_dialog.dart Add fail-closed export classification gate (release ceiling) 2026-06-12 00:26:29 +02:00
find_replace_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
image_carousel_picker.dart Add logger; replace silent catch(_) with logged fallbacks (#2) 2026-06-11 22:16:39 +02:00
import_slides_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
new_deck_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
open_presentation_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
presentation_info_dialog.dart Small UX tweaks: tab close affordance and date quick-fill 2026-06-08 21:50:23 +02:00
settings_dialog.dart Apply repo formatter across the tree 2026-06-11 22:17:07 +02:00
slide_finder_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00