bvandeusen
|
1fe259fa14
|
fix(fc3c): structured JPEGs + phash_threshold=0 so both fixtures attach
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 22:45:55 -04:00 |
|
bvandeusen
|
c212691771
|
fix(fc3c): distinct test JPEG colors so both attach (sha256 dedup was kicking in)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 22:39:27 -04:00 |
|
bvandeusen
|
e5da27f755
|
fix(fc3c): origin='downloaded' (existing enum value), not invented 'imported_download'
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 22:01:26 -04:00 |
|
bvandeusen
|
717ceb4b5a
|
fix(fc3c): explicit import of download task module in registration test
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 21:20:30 -04:00 |
|
bvandeusen
|
e9814ca7e4
|
feat(fc3c): expose download_rate_limit_seconds + download_validate_files in /api/settings/import
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:44:58 -04:00 |
|
bvandeusen
|
71e6114f49
|
feat(fc3c): /api/downloads blueprint (list + detail w/ keyset pagination)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:44:28 -04:00 |
|
bvandeusen
|
95cfdff97d
|
feat(fc3c): POST /api/sources/<id>/check — enqueue download
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:43:48 -04:00 |
|
bvandeusen
|
772fb6f9d0
|
feat(fc3c): download_source Celery task + register in celery_app
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:43:16 -04:00 |
|
bvandeusen
|
82fc6afe53
|
feat(fc3c): DownloadService orchestrator — 3-phase pipeline + Patreon retry
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:42:51 -04:00 |
|
bvandeusen
|
7a96b1d06c
|
feat(fc3c): GalleryDLService — subprocess wrap + error classification + validate/quarantine
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:41:42 -04:00 |
|
bvandeusen
|
0c80c12984
|
feat(fc3c): PatreonResolver — vanity → campaign_id via requests
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:39:50 -04:00 |
|
bvandeusen
|
25e6e1b10f
|
feat(fc3c): FileValidator — magic-byte head/tail check for fresh writes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:39:17 -04:00 |
|
bvandeusen
|
a67755c929
|
feat(fc3c): Importer.attach_in_place + _supersede(new_path=) + _copy_to_library helper
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:38:47 -04:00 |
|
bvandeusen
|
159d4cb046
|
feat(fc3c): migration 0013 — download_event.metadata + import_settings downloader fields
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 20:36:19 -04:00 |
|
bvandeusen
|
20535eb963
|
fix(fc3b): ruff I001 (blank-line) + F841 (unused crypto binding)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:46:59 -04:00 |
|
bvandeusen
|
6fe8d199a0
|
fix(fc3b): replace FC-3a KNOWN_PLATFORMS w/ registry; drop /api/sources/platforms
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:37:17 -04:00 |
|
bvandeusen
|
e77d976ff0
|
feat(fc3b): extension_api_key endpoints + create_app bootstraps credential key
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:36:28 -04:00 |
|
bvandeusen
|
617aa5a90a
|
feat(fc3b): /api/credentials blueprint (CRUD + X-Extension-Key auth)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:35:54 -04:00 |
|
bvandeusen
|
4a9cada8c0
|
feat(fc3b): CredentialService — CRUD + on-demand cookies.txt materialisation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:35:07 -04:00 |
|
bvandeusen
|
ca8a27fee7
|
feat(fc3b): /api/platforms blueprint (read-only registry view)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:34:23 -04:00 |
|
bvandeusen
|
5596de6ed5
|
feat(fc3b): platforms.py — GS-6 registry (single source of truth)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:34:02 -04:00 |
|
bvandeusen
|
28842fd07d
|
feat(fc3b): CredentialCrypto — Fernet with on-disk system key
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:33:34 -04:00 |
|
bvandeusen
|
2a18016b69
|
feat(fc3b): migration 0012 + AppSetting model
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:33:14 -04:00 |
|
bvandeusen
|
e623e97be2
|
feat(fc3b): migration 0011 — credential schema aligned with GS wire fields
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 18:32:52 -04:00 |
|
bvandeusen
|
bf828c7b9d
|
fix(fc3a): ruff I001 import-block fixes + use sqlalchemy.case (not func.case)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 14:22:53 -04:00 |
|
bvandeusen
|
c415cb45d9
|
feat(fc3a): /api/artists POST + autocomplete
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 12:55:51 -04:00 |
|
bvandeusen
|
1e834c0139
|
feat(fc3a): /api/sources blueprint (CRUD + platforms endpoint)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 12:55:27 -04:00 |
|
bvandeusen
|
0270a23c1e
|
feat(fc3a): ArtistService.find_or_create + autocomplete
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 12:54:47 -04:00 |
|
bvandeusen
|
8fa6c502d5
|
feat(fc3a): SourceService — CRUD + validation + is_subscription auto-flip
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 12:54:20 -04:00 |
|
bvandeusen
|
a13a5878eb
|
feat(fc3a): migration 0010 — unique(source.artist_id, platform, url)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-20 12:53:34 -04:00 |
|
bvandeusen
|
c7f42c10e5
|
fix(test): verify_integrity sha-mismatch row needs a distinct path (image_record.path is unique)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 18:15:59 -04:00 |
|
bvandeusen
|
d4d8976f29
|
feat(integrity): image-detail payload includes integrity_status
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 17:53:54 -04:00 |
|
bvandeusen
|
c37a3c9b55
|
feat(integrity): /api/system/stats exposes integrity counts
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 17:53:12 -04:00 |
|
bvandeusen
|
389d1bb0cf
|
feat(integrity): /trigger accepts mode=verify → enqueues verify_integrity
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 17:52:18 -04:00 |
|
bvandeusen
|
e28de547c7
|
feat(integrity): verify_integrity task (keyset, fail-soft) + weekly beat
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 17:51:33 -04:00 |
|
bvandeusen
|
c33741837b
|
fix(test): drop obsolete FC-2a deep-rejected assertion (deep now accepted in 2d-vi)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 15:33:16 -04:00 |
|
bvandeusen
|
5dfdbf5a60
|
feat(deep-scan): Importer(deep=) re-derive on sha-match; import_file wires batch.scan_mode
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 15:32:26 -04:00 |
|
bvandeusen
|
9535533385
|
feat(deep-scan): trigger accepts 'deep'; scan_directory(mode) + enqueue backfill_phash
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 15:31:26 -04:00 |
|
bvandeusen
|
ae67e67299
|
feat(deep-scan): keyset-paginated backfill_phash task
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 14:59:04 -04:00 |
|
bvandeusen
|
7dea165fae
|
fix(test): archive members need structured imgs+threshold0; provenance payload gained attachments key
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:22:17 -04:00 |
|
bvandeusen
|
74e34d359b
|
feat(attachments): provenance payload attachments + download route
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:16:01 -04:00 |
|
bvandeusen
|
89103c4570
|
feat(attachments): scan enumerates all; import_file maps 'attached' + member ML
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:14:49 -04:00 |
|
bvandeusen
|
f97551e2f6
|
feat(attachments): importer dispatch — archive extract + non-media capture
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:13:36 -04:00 |
|
bvandeusen
|
df76fd75d8
|
feat(attachments): fail-soft archive_extractor (zip/cbz/rar/7z)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:11:37 -04:00 |
|
bvandeusen
|
1475bad48b
|
feat(attachments): sha-addressed AttachmentStore
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:11:07 -04:00 |
|
bvandeusen
|
8f69478227
|
feat(attachments): PostAttachment model + 0009 (table + batch counter)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-19 11:10:53 -04:00 |
|
bvandeusen
|
e3f6e6fadd
|
fix(test): artist_service _fixture sets artist_id (post-vii-c ArtistService reads it)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-18 21:47:45 -04:00 |
|
bvandeusen
|
80701dabf7
|
fix(test): update FC-2b/2a tests that pinned pre-vii-c artist behavior
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-18 21:39:54 -04:00 |
|
bvandeusen
|
592c665701
|
feat(provenance): ML stops surfacing the artist category
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-18 21:36:43 -04:00 |
|
bvandeusen
|
e798302cfa
|
feat(provenance): _artists_for resolves via artist_id (closes vii-b gap)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-18 21:36:16 -04:00 |
|