This website requires JavaScript.
a67755c929
feat(fc3c): Importer.attach_in_place + _supersede(new_path=) + _copy_to_library helper
bvandeusen and Claude Opus 4.7
2026-05-20 20:38:47 -04:00
159d4cb046
feat(fc3c): migration 0013 — download_event.metadata + import_settings downloader fields
bvandeusen and Claude Opus 4.7
2026-05-20 20:36:07 -04:00
20535eb963
fix(fc3b): ruff I001 (blank-line) + F841 (unused crypto binding)
bvandeusen and Claude Opus 4.7
2026-05-20 18:46:59 -04:00
408971a798
fix(fc3b): SourceFormDialog + SubscriptionsView read platforms store; drop sources.loadPlatforms
bvandeusen and Claude Opus 4.7
2026-05-20 18:39:44 -04:00
a0203f4727
feat(fc3b): /credentials view + ExtensionKeyBar + PlatformCredentialRow + UploadDialog
bvandeusen and Claude Opus 4.7
2026-05-20 18:38:32 -04:00
e83747b085
feat(fc3b): platforms + credentials Pinia stores + vitests
bvandeusen and Claude Opus 4.7
2026-05-20 18:37:45 -04:00
6fe8d199a0
fix(fc3b): replace FC-3a KNOWN_PLATFORMS w/ registry; drop /api/sources/platforms
bvandeusen and Claude Opus 4.7
2026-05-20 18:37:17 -04:00
e77d976ff0
feat(fc3b): extension_api_key endpoints + create_app bootstraps credential key
bvandeusen and Claude Opus 4.7
2026-05-20 18:36:28 -04:00
617aa5a90a
feat(fc3b): /api/credentials blueprint (CRUD + X-Extension-Key auth)
bvandeusen and Claude Opus 4.7
2026-05-20 18:35:54 -04:00
4a9cada8c0
feat(fc3b): CredentialService — CRUD + on-demand cookies.txt materialisation
bvandeusen and Claude Opus 4.7
2026-05-20 18:35:07 -04:00
ca8a27fee7
feat(fc3b): /api/platforms blueprint (read-only registry view)
bvandeusen and Claude Opus 4.7
2026-05-20 18:34:23 -04:00
5596de6ed5
feat(fc3b): platforms.py — GS-6 registry (single source of truth)
bvandeusen and Claude Opus 4.7
2026-05-20 18:34:02 -04:00
28842fd07d
feat(fc3b): CredentialCrypto — Fernet with on-disk system key
bvandeusen and Claude Opus 4.7
2026-05-20 18:33:34 -04:00
2a18016b69
feat(fc3b): migration 0012 + AppSetting model
bvandeusen and Claude Opus 4.7
2026-05-20 18:33:14 -04:00
e623e97be2
feat(fc3b): migration 0011 — credential schema aligned with GS wire fields
bvandeusen and Claude Opus 4.7
2026-05-20 18:32:52 -04:00
bf828c7b9d
fix(fc3a): ruff I001 import-block fixes + use sqlalchemy.case (not func.case)
bvandeusen and Claude Opus 4.7
2026-05-20 14:22:53 -04:00
ecca91753f
feat(fc3a): ArtistService.overview returns is_subscription for the badge
bvandeusen and Claude Opus 4.7
2026-05-20 12:58:50 -04:00
9123e4b4b5
feat(fc3a): ArtistView — populate Subscription/Sources chips + manage link
bvandeusen and Claude Opus 4.7
2026-05-20 12:58:15 -04:00
72b072e6b3
feat(fc3a): SourceFormDialog (structured+JSON tabs) + ArtistCreateDialog
bvandeusen and Claude Opus 4.7
2026-05-20 12:57:50 -04:00
79d6d74637
feat(fc3a): SubscriptionsView + ArtistSection + SourceRow + router
bvandeusen and Claude Opus 4.7
2026-05-20 12:57:13 -04:00
ded5e5f642
feat(fc3a): sources Pinia store + vitest
bvandeusen and Claude Opus 4.7
2026-05-20 12:56:22 -04:00
c415cb45d9
feat(fc3a): /api/artists POST + autocomplete
bvandeusen and Claude Opus 4.7
2026-05-20 12:55:51 -04:00
1e834c0139
feat(fc3a): /api/sources blueprint (CRUD + platforms endpoint)
bvandeusen and Claude Opus 4.7
2026-05-20 12:55:27 -04:00
0270a23c1e
feat(fc3a): ArtistService.find_or_create + autocomplete
bvandeusen and Claude Opus 4.7
2026-05-20 12:54:47 -04:00
8fa6c502d5
feat(fc3a): SourceService — CRUD + validation + is_subscription auto-flip
bvandeusen and Claude Opus 4.7
2026-05-20 12:54:20 -04:00
a13a5878eb
feat(fc3a): migration 0010 — unique(source.artist_id, platform, url)
bvandeusen and Claude Opus 4.7
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 and Claude Opus 4.7
2026-05-19 18:15:59 -04:00
61b623de48
feat(integrity): ImageViewer badge for corrupt/unverified status
bvandeusen and Claude Opus 4.7
2026-05-19 17:54:25 -04:00
d4d8976f29
feat(integrity): image-detail payload includes integrity_status
bvandeusen and Claude Opus 4.7
2026-05-19 17:53:54 -04:00
c37a3c9b55
feat(integrity): /api/system/stats exposes integrity counts
bvandeusen and Claude Opus 4.7
2026-05-19 17:53:12 -04:00
389d1bb0cf
feat(integrity): /trigger accepts mode=verify → enqueues verify_integrity
bvandeusen and Claude Opus 4.7
2026-05-19 17:51:56 -04:00
e28de547c7
feat(integrity): verify_integrity task (keyset, fail-soft) + weekly beat
bvandeusen and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
2026-05-19 15:32:26 -04:00
9535533385
feat(deep-scan): trigger accepts 'deep'; scan_directory(mode) + enqueue backfill_phash
bvandeusen and Claude Opus 4.7
2026-05-19 15:09:19 -04:00
ae67e67299
feat(deep-scan): keyset-paginated backfill_phash task
bvandeusen and Claude Opus 4.7
2026-05-19 14:59:04 -04:00
7dea165fae
fix(test): archive members need structured imgs+threshold0; provenance payload gained attachments key
bvandeusen and Claude Opus 4.7
2026-05-19 11:22:17 -04:00
cba662a900
feat(attachments): downloadable attachments in ProvenancePanel + PostInfoHeader
bvandeusen and Claude Opus 4.7
2026-05-19 11:17:14 -04:00
74e34d359b
feat(attachments): provenance payload attachments + download route
bvandeusen and Claude Opus 4.7
2026-05-19 11:16:01 -04:00
89103c4570
feat(attachments): scan enumerates all; import_file maps 'attached' + member ML
bvandeusen and Claude Opus 4.7
2026-05-19 11:14:49 -04:00
f97551e2f6
feat(attachments): importer dispatch — archive extract + non-media capture
bvandeusen and Claude Opus 4.7
2026-05-19 11:13:36 -04:00
df76fd75d8
feat(attachments): fail-soft archive_extractor (zip/cbz/rar/7z)
bvandeusen and Claude Opus 4.7
2026-05-19 11:11:37 -04:00
1475bad48b
feat(attachments): sha-addressed AttachmentStore
bvandeusen and Claude Opus 4.7
2026-05-19 11:11:07 -04:00
8f69478227
feat(attachments): PostAttachment model + 0009 (table + batch counter)
bvandeusen and Claude Opus 4.7
2026-05-19 11:10:53 -04:00
e3f6e6fadd
fix(test): artist_service _fixture sets artist_id (post-vii-c ArtistService reads it)
bvandeusen and Claude Opus 4.7
2026-05-18 21:47:45 -04:00
80701dabf7
fix(test): update FC-2b/2a tests that pinned pre-vii-c artist behavior
bvandeusen and Claude Opus 4.7
2026-05-18 21:39:54 -04:00
9d61f0da44
feat(provenance): drop artist tag-kind affordances from the UI
bvandeusen and Claude Opus 4.7
2026-05-18 21:36:54 -04:00
592c665701
feat(provenance): ML stops surfacing the artist category
bvandeusen and Claude Opus 4.7
2026-05-18 21:36:43 -04:00
e798302cfa
feat(provenance): _artists_for resolves via artist_id (closes vii-b gap)
bvandeusen and Claude Opus 4.7
2026-05-18 21:36:16 -04:00
aaf5d1ea70
feat(provenance): ArtistService resolves images via artist_id
bvandeusen and Claude Opus 4.7
2026-05-18 21:34:30 -04:00
914cf14d9e
feat(provenance): importer sets image_record.artist_id, stops minting artist tags
bvandeusen and Claude Opus 4.7
2026-05-18 21:33:55 -04:00
63e7185811
feat(provenance): image_record.artist_id + 0008 backfill/drop-artist-tags
bvandeusen and Claude Opus 4.7
2026-05-18 21:33:11 -04:00
8fe1994d8e
feat(provenance): GalleryView post_id filter + PostInfoHeader wiring
bvandeusen and Claude Opus 4.7
2026-05-18 20:18:05 -04:00
8abdaa4393
feat(provenance): modal sidebar stacks ProvenancePanel above Tags
bvandeusen and Claude Opus 4.7
2026-05-18 20:17:42 -04:00
7e904f41b5
feat(provenance): always-on artist label on gallery thumbnails
bvandeusen and Claude Opus 4.7
2026-05-18 20:17:17 -04:00
06f4c81418
feat(provenance): PostInfoHeader for the post-filtered gallery
bvandeusen and Claude Opus 4.7
2026-05-18 20:17:02 -04:00
b69d637b77
feat(provenance): ProvenancePanel — peer post cards (read-only)
bvandeusen and Claude Opus 4.7
2026-05-18 20:16:46 -04:00
b33253429a
feat(provenance): gallery store post_id filter (mutually exclusive with tag_id)
bvandeusen and Claude Opus 4.7
2026-05-18 20:16:09 -04:00
7bfd700671
feat(provenance): provenance store (cached image/post lookups)
bvandeusen and Claude Opus 4.7
2026-05-18 20:15:42 -04:00
63a7cbdde4
feat(provenance): locale-independent formatPostDate util
bvandeusen and Claude Opus 4.7
2026-05-18 20:15:23 -04:00
f6d5353b3b
feat(provenance): per-image artist on gallery scroll payload
bvandeusen and Claude Opus 4.7
2026-05-18 20:15:07 -04:00
7014e6827d
fix(test): ruff F841 — don't bind unmatched seed images (tuple-unpack flagged)
bvandeusen and Claude Opus 4.7
2026-05-18 18:29:18 -04:00
1590447301
feat(provenance): post_id/artist_id gallery filters via EXISTS (mutually exclusive)
bvandeusen and Claude Opus 4.7
2026-05-18 18:08:54 -04:00
bb3fb5145a
feat(provenance): /api/provenance image + post endpoints
bvandeusen and Claude Opus 4.7
2026-05-18 18:07:06 -04:00
0de8eaa4c6
feat(provenance): ProvenanceService.for_post (post-header payload)
bvandeusen and Claude Opus 4.7
2026-05-18 18:06:36 -04:00
491bdcb943
feat(provenance): ProvenanceService.for_image (peer provenance rows)
bvandeusen and Claude Opus 4.7
2026-05-18 18:06:15 -04:00
3b5f894435
feat(provenance): nh3 HTML sanitizer for scraped post descriptions
bvandeusen and Claude Opus 4.7
2026-05-18 18:05:45 -04:00
9d433fc1ab
fix(test): sidecar idempotency needs phash_threshold=0 (orthogonal splits collapse at default)
bvandeusen and Claude Opus 4.7
2026-05-18 15:13:48 -04:00
9b79b66b76
feat(sidecar): importer creates Source/Post/ImageProvenance from sidecars (idempotent, fail-soft)
bvandeusen and Claude Opus 4.7
2026-05-18 14:46:17 -04:00
ef7e4d92a9
feat(sidecar): minimal gallery-dl sidecar find + parse util
bvandeusen and Claude Opus 4.7
2026-05-18 14:44:37 -04:00
15dac50367
feat(post): add nullable description + attachment_count (migration 0007)
bvandeusen and Claude Opus 4.7
2026-05-18 09:38:43 -04:00
3f2f50cdb9
fix(test): threshold test needs structured images (solid colors phash-collapse)
bvandeusen and Claude Opus 4.7
2026-05-17 22:25:48 -04:00
7f55f360a3
fix(test): phash 'far' case needs structured images — solid colors phash-collapse
bvandeusen and Claude Opus 4.7
2026-05-17 22:18:07 -04:00
c408ffd5fc
feat(phash): ImportFiltersForm exposes phash_threshold
bvandeusen and Claude Opus 4.7
2026-05-17 22:07:44 -04:00
4d5564c363
feat(phash): import task maps 'superseded' to complete + re-queues ML/thumbnail
bvandeusen and Claude Opus 4.7
2026-05-17 22:06:46 -04:00
a510378603
feat(phash): importer near-dup dispatch + in-place supersession (clear ML)
bvandeusen and Claude Opus 4.7
2026-05-17 22:05:43 -04:00
9ef5e5047d
feat(phash): import_settings.phash_threshold (migration 0006) exposed + validated in API
bvandeusen and Claude Opus 4.7
2026-05-17 22:04:13 -04:00
d2e8dd3a3b
feat(phash): compute_phash + find_similar util (hash_size=8, fits existing column)
bvandeusen and Claude Opus 4.7
2026-05-17 22:02:42 -04:00
d00379905e
feat(reader): Read entry points — TagCard icon, TagsView route, SeriesManageView button
bvandeusen and Claude Opus 4.7
2026-05-17 16:31:40 -04:00
0d838bf50d
feat(reader): SeriesReaderView — IR-faithful immersive series reader
bvandeusen and Claude Opus 4.7
2026-05-17 16:30:48 -04:00
4fb176faf6
feat(reader): seriesReader store + pure scroll/progress/clamp helpers
bvandeusen and Claude Opus 4.7
2026-05-17 16:29:57 -04:00
f52c31367a
feat(reader): immersive series-read route + route-aware AppShell (suppress TopNav)
bvandeusen and Claude Opus 4.7
2026-05-17 16:29:21 -04:00
129af2e594
feat(series): list_pages returns full image_url for the reader
bvandeusen and Claude Opus 4.7
2026-05-17 16:28:20 -04:00
9e96525234
fix(test): seriesManage reorder spec must not JSON.parse the bodyless GET refresh
bvandeusen and Claude Opus 4.7
2026-05-17 12:21:15 -04:00
886284d182
feat(series): SeriesManageView + /series/:tagId route + TagCard manage affordance
bvandeusen and Claude Opus 4.7
2026-05-16 23:38:20 -04:00
b19aff198e
feat(series): seriesManage Pinia store + pure moveItem reorder helper
bvandeusen and Claude Opus 4.7
2026-05-16 23:36:44 -04:00
a9e7ee9ba9
feat(series): TagService.merge repoints series_page.series_tag_id
bvandeusen and Claude Opus 4.7
2026-05-16 23:36:04 -04:00
d8e585a76e
feat(series): /api/series pages/add/remove/reorder/cover routes
bvandeusen and Claude Opus 4.7
2026-05-16 23:35:12 -04:00
0db76c70e8
feat(series): SeriesService list/add(move)/remove/reorder/cover with guards
bvandeusen and Claude Opus 4.7
2026-05-16 23:34:17 -04:00
b83baa7d7f
feat(series): SeriesPage model + 0005 migration (unique image, ordered pages)
bvandeusen and Claude Opus 4.7
2026-05-16 23:33:12 -04:00
9062942af6
feat(nav): teleport Gallery Select into the nav action slot
bvandeusen and Claude Opus 4.7
2026-05-16 19:40:39 -04:00
a2529d750a
feat(nav): teleport Showcase Shuffle into the nav action slot
bvandeusen and Claude Opus 4.7
2026-05-16 19:40:14 -04:00
af2598451c
feat(nav): health dot beside wordmark + #fc-nav-actions per-view slot
bvandeusen and Claude Opus 4.7
2026-05-16 19:39:36 -04:00
5a6070c3fa
fix(theme): define on-surface-variant = vellum so muted body text stays readable on obsidian
bvandeusen and Claude Opus 4.7
2026-05-16 19:01:51 -04:00
85b6f37e3d
fix(bulk): Select toggle in a right-aligned toolbar, not floated over the nav health marker
bvandeusen and Claude Opus 4.7
2026-05-16 18:48:59 -04:00
35e26d6226
fix(bulk): node-safe toast (globalThis.window) + common-tags test matches non-empty spec guard
bvandeusen and Claude Opus 4.7
2026-05-16 18:15:23 -04:00
82689e10bc
feat(bulk): IR-style BulkEditorPanel + GalleryView select toggle and wiring
bvandeusen and Claude Opus 4.7
2026-05-16 18:05:33 -04:00
bff9af1478
feat(bulk): GalleryItem select-mode click + checkbox/order-badge overlay
bvandeusen and Claude Opus 4.7
2026-05-16 18:04:29 -04:00
349d8e50ef
feat(bulk): gallerySelection Pinia store with order, mode, bulk actions
bvandeusen and Claude Opus 4.7
2026-05-16 18:03:54 -04:00
f946918cd2
feat(bulk): SuggestionService.for_selection consensus + POST /api/suggestions/bulk
bvandeusen and Claude Opus 4.7
2026-05-16 18:03:16 -04:00