github-actions[bot]
2375758a39
chore(release): update build metadata files [skip ci]
2026-03-10 21:51:21 +00:00
semantic-release
12c70b802a
0.115.0
...
Automatically generated by python-semantic-release
2026-03-10 21:51:18 +00:00
Christian Krakau-Louis
086793c05a
Merge pull request #579 from christianlouis/copilot/add-audit-logging-with-tamper-detection
...
fix(migrations): rebase audit_logs migration onto current main
2026-03-10 22:51:00 +01:00
Christian Krakau-Louis
f7dface365
Merge branch 'main' into copilot/add-audit-logging-with-tamper-detection
2026-03-10 22:41:26 +01:00
copilot-swe-agent[bot]
6e2e4a830f
fix(migrations): rebase audit_logs migration onto main's 027_ensure_shared_links_table
...
- Add 027_ensure_shared_links_table.py from main branch
- Renumber 027_add_audit_logs → 028_add_audit_logs
- Update down_revision to chain from 027_ensure_shared_links_table
- Restore all model imports in migrations/env.py (were dropped in previous PR)
- Restore shared_links in db_migrate.py _TABLE_ORDER
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 21:34:15 +00:00
copilot-swe-agent[bot]
4eb04bd7f6
fix(mobile): address code review findings in mobile app config and tests
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 09:57:58 +00:00
copilot-swe-agent[bot]
d538c0879d
feat(mobile): add iOS/Android mobile app with SSO login, camera upload, and push notifications
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 09:52:02 +00:00
github-actions[bot]
ba17067012
chore(release): update build metadata files [skip ci]
2026-03-10 09:28:50 +00:00
semantic-release
45713f2de9
0.114.1
...
Automatically generated by python-semantic-release
2026-03-10 09:28:47 +00:00
Christian Krakau-Louis
70e5391649
Merge pull request #589 from christianlouis/copilot/fix-expire-stale-shared-links
2026-03-10 10:28:28 +01:00
copilot-swe-agent[bot]
a50c3aadf5
Initial plan
2026-03-10 09:27:31 +00:00
copilot-swe-agent[bot]
ca84a11284
fix: remove accidental pip artifact file and update docs for iCloud Drive
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 01:03:36 +00:00
copilot-swe-agent[bot]
82d67c56b3
feat(storage): add Apple iCloud Drive storage provider
...
Add iCloud Drive as a new storage destination using the pyicloud library.
Includes upload task, configuration, user integration handler, provider
status, onboarding support, and comprehensive tests.
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:43:00 +00:00
copilot-swe-agent[bot]
6e50c61970
test(tasks): add _should_upload_to_icloud mock to send_to_all tests
...
Add icloud upload check mock alongside existing _should_upload_to_*
function mocks in all TestSendToAllDestinations test methods.
Changes:
- Import _should_upload_to_icloud from app.tasks.send_to_all
- Add @patch decorator for _should_upload_to_icloud in 9 test methods
- Add mock_icloud parameter to each test method signature
- Set mock_icloud.return_value = False where other mocks are set to False
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-10 00:37:24 +00:00
copilot-swe-agent[bot]
6fb1df1aad
test(views): boost coverage for 11 view modules toward 100%
...
Adds tests/test_views_coverage_boost.py with 37 tests covering:
- api_tokens, notifications, shared_links, share, plans views (template rendering)
- imap_accounts view (helper functions + route with mocked owner)
- integrations view (DB queries, tier logic, HTTP/generic exception handling)
- general view (multi-user subscription branch with signed session cookie)
- filemanager view (PB formatting, broken symlink stat errors in scan/walk)
- files view (pipeline step filtering, dedup toggle, ValueError in commonpath)
- help view (no-session branch, logged-in user Zammad widget population)
Coverage improvements (full suite):
- 27 of 29 view modules now at 100% (was 18 of 29)
- imap_accounts: 30.95% → 100%
- integrations: 82.09% → 100%
- filemanager: 96.63% → 100%
- help: 96% → 100%
- plans: 86.67% → 100%
- api_tokens/notifications/shared_links/share: 88-90% → 100%
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:31:28 +00:00
copilot-swe-agent[bot]
5d716ad78f
fix(auth): address code review feedback - sanitize error messages, remove unused import
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:27:07 +00:00
copilot-swe-agent[bot]
9c26d412d7
test(auth): add tests for social login and fix existing config validator tests
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:24:53 +00:00
copilot-swe-agent[bot]
ac6e052788
feat(auth): add social login support for Google, Microsoft, Apple, and Dropbox
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:12:15 +00:00
copilot-swe-agent[bot]
c8987d966b
test(views): add comprehensive coverage tests for 11 view modules
...
Adds tests/test_views_coverage_boost.py with 35 tests covering:
- api_tokens, notifications, shared_links, share, plans (template render)
- imap_accounts (helper functions + route with owner)
- integrations (DB queries, tier logic, error handling)
- general (multi-user subscription branch)
- filemanager (PB formatting, broken symlink stat errors)
- files (pipeline step filtering, dedup, ValueError in commonpath)
- help (no-session branch)
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:11:30 +00:00
copilot-swe-agent[bot]
542fb46ee7
fix(compliance): address code review feedback - add aria-busy, input validation, use IntegrityError
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:09:08 +00:00
copilot-swe-agent[bot]
491c424580
docs(compliance): add ComplianceGuide.md and update ConfigurationGuide with compliance_enabled setting
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:05:44 +00:00
copilot-swe-agent[bot]
289dcc375c
fix(db): add migration to create shared_links table for databases that skipped 025
...
Migration 025_add_shared_links was inserted into the Alembic chain
(between 024_add_api_tokens and 025_add_user_notifications) after some
databases had already been migrated past that point. Those databases
never had the shared_links table created, causing OperationalError when
the expire-shared-links scheduled task runs or when users try to create
shared links.
This commit:
- Adds migration 027_ensure_shared_links_table that idempotently creates
the table if it doesn't exist
- Updates migrations/env.py to import all models for autogenerate support
- Adds shared_links to db_migrate.py _TABLE_ORDER for proper migration
ordering
- Adds a regression test verifying the fix
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-10 00:01:33 +00:00
copilot-swe-agent[bot]
666f739f4e
feat(compliance): add GDPR, HIPAA, SOC2 compliance templates with one-click apply and dashboard
...
- Add ComplianceTemplate model in app/models.py
- Create database migration 027_add_compliance_templates
- Add compliance_enabled feature flag to config and settings metadata
- Create compliance_service.py with pre-built template definitions and evaluation
- Create compliance API endpoints (list, get, apply, status, summary)
- Create compliance admin view and dashboard template
- Add compliance link to admin navigation (desktop and mobile)
- Seed compliance templates at application startup
- Add comprehensive tests (29 passing)
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:55:29 +00:00
copilot-swe-agent[bot]
1e5e35a26a
refactor(routing): address code review feedback - simplify list filter, fix docs example
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:38:25 +00:00
copilot-swe-agent[bot]
e95693d684
docs(routing): add routing rules documentation to API.md and UserGuide.md
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:36:13 +00:00
copilot-swe-agent[bot]
c286e1b394
test(i18n): add comprehensive tests and documentation for i18n system
...
- Add 45 tests covering translation files, translate(), Accept-Language
parsing, language detection, l10n formatters, and API endpoints
- Create InternationalizationGuide.md documentation
- Fix linting issues (E741, PLW2901)
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:35:32 +00:00
copilot-swe-agent[bot]
40d56f0396
feat(routing): add conditional routing rules for document-to-pipeline assignment
...
- Add PipelineRoutingRule model to app/models.py
- Add Alembic migration 027_add_routing_rules
- Add routing engine (app/utils/routing_engine.py) with rule evaluation
- Add CRUD API endpoints (app/api/routing_rules.py)
- Register router in app/api/__init__.py
- Add comprehensive tests (73 tests, all passing)
Supported fields: file_type, document_type, category, filename, size, metadata.*
Supported operators: equals, not_equals, contains, not_contains, regex, gt, lt, gte, lte
First-match-wins evaluation with default pipeline fallback
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:34:37 +00:00
copilot-swe-agent[bot]
653c137222
fix(audit): address code review - header validation, touch targets, env.demo cleanup
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:33:43 +00:00
copilot-swe-agent[bot]
3b491ea84c
docs(audit): add SIEM configuration to docs, .env.demo, and settings metadata
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:29:12 +00:00
copilot-swe-agent[bot]
ff76855f29
feat(i18n): add internationalization framework with 10 languages
...
- Create i18n utility module (app/utils/i18n.py) with translation loading,
browser language detection, AI fallback, and l10n helpers
- Add JSON translation files for EN, DE, FR, ES, IT, PT, NL, PL, ZH, RU
- Add preferred_language column to UserProfile model with migration
- Register _() translation function as Jinja2 global
- Update base.html with translated navigation, footer, cookie notice
- Add language selector dropdown in nav bar (desktop + mobile)
- Create API endpoints for language preference (POST/GET /api/i18n/)
- Support language detection: user profile > cookie > Accept-Language > default
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:28:02 +00:00
copilot-swe-agent[bot]
35db9f88de
feat(audit): add comprehensive audit logging with SIEM integration
...
- Add AuditLog model with append-only design (timestamp, user, action, resource, IP, details, severity)
- Add audit_service.py with record/query helpers and SIEM forwarding (Syslog RFC 5424, HTTP/webhook)
- Add /api/audit-logs REST endpoints with filtering and pagination
- Add /admin/audit-logs viewer UI with real-time filters
- Add SIEM config settings (syslog, HTTP for Splunk HEC/Logstash/Grafana Loki)
- Add Alembic migration 027_add_audit_logs
- Add navigation link in admin menu
- Add comprehensive tests (20 tests covering model, service, SIEM, API, view)
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 23:18:18 +00:00
copilot-swe-agent[bot]
73295cad33
Initial plan
2026-03-09 23:15:51 +00:00
copilot-swe-agent[bot]
b4131e0d19
Initial plan
2026-03-09 23:14:47 +00:00
copilot-swe-agent[bot]
3afd406c59
Initial plan
2026-03-09 23:13:25 +00:00
copilot-swe-agent[bot]
341dad643f
Initial plan
2026-03-09 23:06:40 +00:00
copilot-swe-agent[bot]
9ee3249146
Initial plan
2026-03-09 23:06:22 +00:00
copilot-swe-agent[bot]
1875986ce8
Initial plan
2026-03-09 23:05:10 +00:00
copilot-swe-agent[bot]
7685b787f2
Initial plan
2026-03-09 23:04:32 +00:00
copilot-swe-agent[bot]
95f1798908
Initial plan
2026-03-09 23:04:14 +00:00
github-actions[bot]
e709f2646c
chore(release): update build metadata files [skip ci]
2026-03-09 23:01:00 +00:00
semantic-release
d5ed512612
0.114.0
...
Automatically generated by python-semantic-release
2026-03-09 23:00:57 +00:00
Christian Krakau-Louis
5fd3f0661b
Merge pull request #577 from christianlouis/copilot/create-user-auth-workflow
...
fix(templates): remove orphan `</div>` in google_drive.html breaking HTML accessibility lint
2026-03-10 00:00:39 +01:00
copilot-swe-agent[bot]
256d9cb674
fix(templates): remove orphan </div> in google_drive.html causing HTML accessibility lint failure
...
The extra </div> at line 260 (before the {% endif %} closing the admin
auth-method block) was introduced when the per-user OAuth wizard PR
restructured the admin section. Removing it balances the div tree so
that the outer container div is properly closed by line 427.
djlint frontend/templates/ --lint now reports 0 errors across 58 files.
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 21:46:38 +00:00
github-actions[bot]
5d5784f069
chore(release): update build metadata files [skip ci]
2026-03-09 21:30:44 +00:00
semantic-release
91549c8f5e
0.113.0
...
Automatically generated by python-semantic-release
2026-03-09 21:30:41 +00:00
Christian Krakau-Louis
4555cdb7df
Merge pull request #576 from christianlouis/copilot/add-scheduled-batch-processing
...
feat: scheduled batch processing — 8 admin-managed jobs, DB-driven beat schedule, 100% coverage
2026-03-09 22:30:20 +01:00
copilot-swe-agent[bot]
0529ae53ff
fix: 100% coverage, WCAG accessibility fixes, and documentation updates for per-user OAuth wizards
...
Test coverage:
- Add config=None branch test for dropbox, onedrive, google_drive views (100% coverage)
- Add WATCH_FOLDER source-type test (folder_path vs folder key)
- Add integration-not-found fallback-to-admin-mode test
WCAG 2.1 AA fixes:
- Add aria-labelledby="modalTitle" to role="dialog" modals in setup templates
- Add aria-hidden="true" to decorative SVGs in callback templates
- Add role="status" aria-label="Loading" to spinner divs
- Add aria-live="polite" to processing-message and success/folder-selection regions
- Add role="alert" aria-live="assertive" to error containers
- Update "Return to Setup" link to preserve integration_id in user mode
Docs: update DropboxSetup.md, GoogleDriveSetup.md, OneDriveSetup.md with per-user OAuth flow section
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 20:19:19 +00:00
copilot-swe-agent[bot]
ec77c51cb5
fix: code standards audit — 100% coverage, Pydantic v2 model_config, asyncio.run(), targeted edge-case tests
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 19:00:13 +00:00
copilot-swe-agent[bot]
2d01e71afd
test(views): add user-mode coverage tests and fix dashboard helper duplication
...
- Add tests for user-mode with invalid JSON config (covers exception handling path)
- Add tests for user-mode with valid config (verifies folder path pre-population)
- Extract _watchFolderOAuthSource() helper to reduce isOAuthType/oauthLink duplication
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 18:32:04 +00:00
copilot-swe-agent[bot]
5bc1fac79c
feat(tasks): add 5 additional scheduled jobs (expire_shared_links, prune_processing_logs, prune_old_notifications, backfill_missing_metadata, sync_search_index)
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-09 18:25:26 +00:00