Commit Graph

  • 581f4aea79 fc3e: posts Pinia store — cursor scroll + filters + detail fetch bvandeusen 2026-05-21 18:55:29 -04:00
  • 266137e3d0 fc3e: /api/posts blueprint — list (with cursor + filters) + detail bvandeusen 2026-05-21 18:55:18 -04:00
  • 5925ebe1f1 fc3e: PostFeedService — cursor-paginated unified posts feed mirroring GalleryService.scroll bvandeusen 2026-05-21 18:54:49 -04:00
  • 07edb73373 fc3e: html_to_plain + truncate_at_word utilities (stdlib html.parser, no new deps) bvandeusen 2026-05-21 18:53:35 -04:00
  • 60492da2c2 fc3d: Settings — Download scheduling fieldset (default interval / retention / warning threshold) bvandeusen 2026-05-21 16:05:16 -04:00
  • 32b7ad143b fc3d: SourceHealthDot — green/amber/red/grey badge with tooltip; embed in SourceRow bvandeusen 2026-05-21 16:04:44 -04:00
  • 28a4ed3d38 fc3d: settings API exposes scheduling knobs with bounds validation bvandeusen 2026-05-21 16:04:19 -04:00
  • 69b3fa2ba9 fc3d: api_sources tests cover consecutive_failures + next_check_at fields bvandeusen 2026-05-21 16:03:48 -04:00
  • cd6983f728 fc3d: SourceRecord surfaces consecutive_failures + server-derived next_check_at bvandeusen 2026-05-21 16:03:33 -04:00
  • 2e8aa8c3ce fc3d: beat schedule — tick_due_sources every 60s + daily download_event cleanup bvandeusen 2026-05-21 16:02:44 -04:00
  • ec004933a5 fc3d: cleanup_old_download_events daily task (terminal-only, configurable retention) bvandeusen 2026-05-21 16:02:36 -04:00
  • 9d5793f0ce fc3d: tick_due_sources Celery task on the scan queue bvandeusen 2026-05-21 16:01:59 -04:00
  • 87fb534722 fc3d: DownloadService finalize hook — Source.consecutive_failures/last_error/last_checked_at bvandeusen 2026-05-21 16:00:40 -04:00
  • 0493fdc466 fc3d: scheduler_service — pure logic for due-source selection + backoff bvandeusen 2026-05-21 15:59:35 -04:00
  • 6d67e6e987 fc3d: models — Source.consecutive_failures + ImportSettings scheduling knobs bvandeusen 2026-05-21 15:58:42 -04:00
  • 5f2ebd66b7 fc3d: migration 0014 — source.consecutive_failures + import_settings scheduling knobs bvandeusen 2026-05-21 15:58:30 -04:00
  • 4a09cca46e feat(ci): pin container.image to ci-python:3.14 + ship ci-requirements.md bvandeusen 2026-05-21 09:19:30 -04:00
  • 1fe259fa14 fix(fc3c): structured JPEGs + phash_threshold=0 so both fixtures attach bvandeusen 2026-05-20 22:45:55 -04:00
  • c212691771 fix(fc3c): distinct test JPEG colors so both attach (sha256 dedup was kicking in) bvandeusen 2026-05-20 22:39:27 -04:00
  • e5da27f755 fix(fc3c): origin='downloaded' (existing enum value), not invented 'imported_download' bvandeusen 2026-05-20 22:01:26 -04:00
  • 717ceb4b5a fix(fc3c): explicit import of download task module in registration test bvandeusen 2026-05-20 21:20:30 -04:00
  • 29598c3f9a fix(fc3c): ruff — split SyncSession import, StrEnum, ASYNC240 noqa, blank-line bvandeusen 2026-05-20 20:50:38 -04:00
  • 95df9be60e feat(fc3c): SettingsView — Downloader section (rate limit + validate-files toggle) bvandeusen 2026-05-20 20:48:05 -04:00
  • f309a1e79e feat(fc3c): /subscriptions Check Now button — wires SourceRow → store.checkNow bvandeusen 2026-05-20 20:47:36 -04:00
  • d35605ab73 feat(fc3c): /downloads view + DownloadEventRow + DownloadDetailModal + FilterPills bvandeusen 2026-05-20 20:46:48 -04:00
  • 397c21c88e feat(fc3c): downloads Pinia store + sources.checkNow action + vitests bvandeusen 2026-05-20 20:45:45 -04:00
  • e9814ca7e4 feat(fc3c): expose download_rate_limit_seconds + download_validate_files in /api/settings/import bvandeusen 2026-05-20 20:44:58 -04:00
  • 71e6114f49 feat(fc3c): /api/downloads blueprint (list + detail w/ keyset pagination) bvandeusen 2026-05-20 20:44:28 -04:00
  • 95cfdff97d feat(fc3c): POST /api/sources/<id>/check — enqueue download bvandeusen 2026-05-20 20:43:48 -04:00
  • 772fb6f9d0 feat(fc3c): download_source Celery task + register in celery_app bvandeusen 2026-05-20 20:43:16 -04:00
  • 82fc6afe53 feat(fc3c): DownloadService orchestrator — 3-phase pipeline + Patreon retry bvandeusen 2026-05-20 20:42:51 -04:00
  • 7a96b1d06c feat(fc3c): GalleryDLService — subprocess wrap + error classification + validate/quarantine bvandeusen 2026-05-20 20:41:42 -04:00
  • 0c80c12984 feat(fc3c): PatreonResolver — vanity → campaign_id via requests bvandeusen 2026-05-20 20:39:50 -04:00
  • 25e6e1b10f feat(fc3c): FileValidator — magic-byte head/tail check for fresh writes bvandeusen 2026-05-20 20:39:17 -04:00
  • a67755c929 feat(fc3c): Importer.attach_in_place + _supersede(new_path=) + _copy_to_library helper bvandeusen 2026-05-20 20:38:47 -04:00
  • 159d4cb046 feat(fc3c): migration 0013 — download_event.metadata + import_settings downloader fields bvandeusen 2026-05-20 20:36:07 -04:00
  • 20535eb963 fix(fc3b): ruff I001 (blank-line) + F841 (unused crypto binding) bvandeusen 2026-05-20 18:46:59 -04:00
  • 408971a798 fix(fc3b): SourceFormDialog + SubscriptionsView read platforms store; drop sources.loadPlatforms bvandeusen 2026-05-20 18:39:44 -04:00
  • a0203f4727 feat(fc3b): /credentials view + ExtensionKeyBar + PlatformCredentialRow + UploadDialog bvandeusen 2026-05-20 18:38:32 -04:00
  • e83747b085 feat(fc3b): platforms + credentials Pinia stores + vitests bvandeusen 2026-05-20 18:37:45 -04:00
  • 6fe8d199a0 fix(fc3b): replace FC-3a KNOWN_PLATFORMS w/ registry; drop /api/sources/platforms bvandeusen 2026-05-20 18:37:17 -04:00
  • e77d976ff0 feat(fc3b): extension_api_key endpoints + create_app bootstraps credential key bvandeusen 2026-05-20 18:36:28 -04:00
  • 617aa5a90a feat(fc3b): /api/credentials blueprint (CRUD + X-Extension-Key auth) bvandeusen 2026-05-20 18:35:54 -04:00
  • 4a9cada8c0 feat(fc3b): CredentialService — CRUD + on-demand cookies.txt materialisation bvandeusen 2026-05-20 18:35:07 -04:00
  • ca8a27fee7 feat(fc3b): /api/platforms blueprint (read-only registry view) bvandeusen 2026-05-20 18:34:23 -04:00
  • 5596de6ed5 feat(fc3b): platforms.py — GS-6 registry (single source of truth) bvandeusen 2026-05-20 18:34:02 -04:00
  • 28842fd07d feat(fc3b): CredentialCrypto — Fernet with on-disk system key bvandeusen 2026-05-20 18:33:34 -04:00
  • 2a18016b69 feat(fc3b): migration 0012 + AppSetting model bvandeusen 2026-05-20 18:33:14 -04:00
  • e623e97be2 feat(fc3b): migration 0011 — credential schema aligned with GS wire fields bvandeusen 2026-05-20 18:32:52 -04:00
  • bf828c7b9d fix(fc3a): ruff I001 import-block fixes + use sqlalchemy.case (not func.case) bvandeusen 2026-05-20 14:22:53 -04:00
  • ecca91753f feat(fc3a): ArtistService.overview returns is_subscription for the badge bvandeusen 2026-05-20 12:58:50 -04:00
  • 9123e4b4b5 feat(fc3a): ArtistView — populate Subscription/Sources chips + manage link bvandeusen 2026-05-20 12:58:15 -04:00
  • 72b072e6b3 feat(fc3a): SourceFormDialog (structured+JSON tabs) + ArtistCreateDialog bvandeusen 2026-05-20 12:57:50 -04:00
  • 79d6d74637 feat(fc3a): SubscriptionsView + ArtistSection + SourceRow + router bvandeusen 2026-05-20 12:57:13 -04:00
  • ded5e5f642 feat(fc3a): sources Pinia store + vitest bvandeusen 2026-05-20 12:56:22 -04:00
  • c415cb45d9 feat(fc3a): /api/artists POST + autocomplete bvandeusen 2026-05-20 12:55:51 -04:00
  • 1e834c0139 feat(fc3a): /api/sources blueprint (CRUD + platforms endpoint) bvandeusen 2026-05-20 12:55:27 -04:00
  • 0270a23c1e feat(fc3a): ArtistService.find_or_create + autocomplete bvandeusen 2026-05-20 12:54:47 -04:00
  • 8fa6c502d5 feat(fc3a): SourceService — CRUD + validation + is_subscription auto-flip bvandeusen 2026-05-20 12:54:20 -04:00
  • a13a5878eb feat(fc3a): migration 0010 — unique(source.artist_id, platform, url) bvandeusen 2026-05-20 12:53:34 -04:00
  • c7f42c10e5 fix(test): verify_integrity sha-mismatch row needs a distinct path (image_record.path is unique) bvandeusen 2026-05-19 18:15:59 -04:00
  • 61b623de48 feat(integrity): ImageViewer badge for corrupt/unverified status bvandeusen 2026-05-19 17:54:25 -04:00
  • d4d8976f29 feat(integrity): image-detail payload includes integrity_status bvandeusen 2026-05-19 17:53:54 -04:00
  • c37a3c9b55 feat(integrity): /api/system/stats exposes integrity counts bvandeusen 2026-05-19 17:53:12 -04:00
  • 389d1bb0cf feat(integrity): /trigger accepts mode=verify → enqueues verify_integrity bvandeusen 2026-05-19 17:51:56 -04:00
  • e28de547c7 feat(integrity): verify_integrity task (keyset, fail-soft) + weekly beat bvandeusen 2026-05-19 17:51:33 -04:00
  • c33741837b fix(test): drop obsolete FC-2a deep-rejected assertion (deep now accepted in 2d-vi) bvandeusen 2026-05-19 15:33:16 -04:00
  • 5dfdbf5a60 feat(deep-scan): Importer(deep=) re-derive on sha-match; import_file wires batch.scan_mode bvandeusen 2026-05-19 15:32:26 -04:00
  • 9535533385 feat(deep-scan): trigger accepts 'deep'; scan_directory(mode) + enqueue backfill_phash bvandeusen 2026-05-19 15:09:19 -04:00
  • ae67e67299 feat(deep-scan): keyset-paginated backfill_phash task bvandeusen 2026-05-19 14:59:04 -04:00
  • 7dea165fae fix(test): archive members need structured imgs+threshold0; provenance payload gained attachments key bvandeusen 2026-05-19 11:22:17 -04:00
  • cba662a900 feat(attachments): downloadable attachments in ProvenancePanel + PostInfoHeader bvandeusen 2026-05-19 11:17:14 -04:00
  • 74e34d359b feat(attachments): provenance payload attachments + download route bvandeusen 2026-05-19 11:16:01 -04:00
  • 89103c4570 feat(attachments): scan enumerates all; import_file maps 'attached' + member ML bvandeusen 2026-05-19 11:14:49 -04:00
  • f97551e2f6 feat(attachments): importer dispatch — archive extract + non-media capture bvandeusen 2026-05-19 11:13:36 -04:00
  • df76fd75d8 feat(attachments): fail-soft archive_extractor (zip/cbz/rar/7z) bvandeusen 2026-05-19 11:11:37 -04:00
  • 1475bad48b feat(attachments): sha-addressed AttachmentStore bvandeusen 2026-05-19 11:11:07 -04:00
  • 8f69478227 feat(attachments): PostAttachment model + 0009 (table + batch counter) bvandeusen 2026-05-19 11:10:53 -04:00
  • e3f6e6fadd fix(test): artist_service _fixture sets artist_id (post-vii-c ArtistService reads it) bvandeusen 2026-05-18 21:47:45 -04:00
  • 80701dabf7 fix(test): update FC-2b/2a tests that pinned pre-vii-c artist behavior bvandeusen 2026-05-18 21:39:54 -04:00
  • 9d61f0da44 feat(provenance): drop artist tag-kind affordances from the UI bvandeusen 2026-05-18 21:36:54 -04:00
  • 592c665701 feat(provenance): ML stops surfacing the artist category bvandeusen 2026-05-18 21:36:43 -04:00
  • e798302cfa feat(provenance): _artists_for resolves via artist_id (closes vii-b gap) bvandeusen 2026-05-18 21:36:16 -04:00
  • aaf5d1ea70 feat(provenance): ArtistService resolves images via artist_id bvandeusen 2026-05-18 21:34:30 -04:00
  • 914cf14d9e feat(provenance): importer sets image_record.artist_id, stops minting artist tags bvandeusen 2026-05-18 21:33:55 -04:00
  • 63e7185811 feat(provenance): image_record.artist_id + 0008 backfill/drop-artist-tags bvandeusen 2026-05-18 21:33:11 -04:00
  • 8fe1994d8e feat(provenance): GalleryView post_id filter + PostInfoHeader wiring bvandeusen 2026-05-18 20:18:05 -04:00
  • 8abdaa4393 feat(provenance): modal sidebar stacks ProvenancePanel above Tags bvandeusen 2026-05-18 20:17:42 -04:00
  • 7e904f41b5 feat(provenance): always-on artist label on gallery thumbnails bvandeusen 2026-05-18 20:17:17 -04:00
  • 06f4c81418 feat(provenance): PostInfoHeader for the post-filtered gallery bvandeusen 2026-05-18 20:17:02 -04:00
  • b69d637b77 feat(provenance): ProvenancePanel — peer post cards (read-only) bvandeusen 2026-05-18 20:16:46 -04:00
  • b33253429a feat(provenance): gallery store post_id filter (mutually exclusive with tag_id) bvandeusen 2026-05-18 20:16:09 -04:00
  • 7bfd700671 feat(provenance): provenance store (cached image/post lookups) bvandeusen 2026-05-18 20:15:42 -04:00
  • 63a7cbdde4 feat(provenance): locale-independent formatPostDate util bvandeusen 2026-05-18 20:15:23 -04:00
  • f6d5353b3b feat(provenance): per-image artist on gallery scroll payload bvandeusen 2026-05-18 20:15:07 -04:00
  • 7014e6827d fix(test): ruff F841 — don't bind unmatched seed images (tuple-unpack flagged) bvandeusen 2026-05-18 18:29:18 -04:00
  • 1590447301 feat(provenance): post_id/artist_id gallery filters via EXISTS (mutually exclusive) bvandeusen 2026-05-18 18:08:54 -04:00
  • bb3fb5145a feat(provenance): /api/provenance image + post endpoints bvandeusen 2026-05-18 18:07:06 -04:00
  • 0de8eaa4c6 feat(provenance): ProvenanceService.for_post (post-header payload) bvandeusen 2026-05-18 18:06:36 -04:00
  • 491bdcb943 feat(provenance): ProvenanceService.for_image (peer provenance rows) bvandeusen 2026-05-18 18:06:15 -04:00