bvandeusen
885dcf64f3
Merge pull request 'v26.05.24.0: TopNav re-fix (flex 1 1 0 side cells)' ( #6 ) from dev into main
2026-05-23 22:49:29 -04:00
bvandeusen and Claude Opus 4.7
05b398c352
fix(ui): TopNav side cells use flex: 1 1 0 (equal weight) so middle link block stays centered regardless of action-slot content
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 22:24:41 -04:00
bvandeusen
f2f6b6d25e
Merge pull request 'v26.05.23.3: dogfood UX polish + accurate active-batch stats' ( #5 ) from dev into main
2026-05-23 22:05:59 -04:00
bvandeusen and Claude Opus 4.7
7a5a71471e
fix(scan): auto-finalize empty scans + system_stats picks running batch with actual work
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:25:57 -04:00
bvandeusen and Claude Opus 4.7
38a45baad5
feat(ui): click outside the image in the viewer modal closes it (parity with IR)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:24:06 -04:00
bvandeusen and Claude Opus 4.7
c9ddcd0f60
fix(ui): viewer modal — haze background through to the image, fit-to-view at zoom 1
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:21:02 -04:00
bvandeusen and Claude Opus 4.7
95bc761a69
fix(ui): TopNav uses 1fr/auto/1fr grid so Gallery/Showcase action buttons don't shift the centered links
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:16:37 -04:00
bvandeusen and Claude Opus 4.7
6acf273267
fix(ui): poll import task list during active batch so Recent Import Tasks doesn't sit stale
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 21:12:17 -04:00
bvandeusen
0822240fde
Merge pull request 'v26.05.23.2: serve /images + artist cleanup migrator' ( #4 ) from dev into main
2026-05-23 12:19:16 -04:00
bvandeusen and Claude Opus 4.7
f5efbea053
feat(fc5): /api/migrate/cleanup — delete every image attributed to one artist, files + thumbs + DB
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 12:09:56 -04:00
bvandeusen and Claude Opus 4.7
f653c26680
fix(web): serve /images/<path> from disk so thumbnails+originals render instead of grey placeholders
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:51:08 -04:00
bvandeusen
27f7f3fd01
Merge pull request 'v26.05.23.1: migration durability + dogfood UX' ( #3 ) from dev into main
2026-05-23 11:21:33 -04:00
bvandeusen and Claude Opus 4.7
505dca1b4d
fix(ui): mount ImageViewer globally so tile clicks open as overlay, not route-redirect to /gallery
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:13:19 -04:00
bvandeusen and Claude Opus 4.7
061dc9e605
fix(tasks): collapse double blank line between imports and IMAGES_ROOT in import_file.py (ruff I001)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 11:05:35 -04:00
bvandeusen and Claude Opus 4.7
7d8b9c3d90
fix(tasks): share one sync engine per worker process to stop connection-pool leak
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:44:16 -04:00
bvandeusen and Claude Opus 4.7
8f25b27315
fix(import): scan_directory skips paths with existing non-failed ImportTask
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:25:27 -04:00
bvandeusen and Claude Opus 4.7
d6eba8e4bd
feat(ui): redesign /subscriptions as v-data-table with expandable source rows (GS-style)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 10:17:17 -04:00
bvandeusen and Claude Opus 4.7
6f68bf5fa7
feat(ui): bump thumbnail sizes 1.5x, make Settings fluid, add subscription_count stat
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 23:18:22 -04:00
bvandeusen and Claude Opus 4.7
ec44c653fe
fc5: strip SQLAlchemy +psycopg/+asyncpg driver suffix when passing URL to pg_dump/psql
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:54:19 -04:00
bvandeusen
c5bf564f53
Merge dev: v26.05.23.0 migration follow-ups ( #2 )
...
pg_dump + zstd in runtime image, lift Quart body cap to 1 GiB. See PR #2 .
2026-05-22 22:37:06 -04:00
bvandeusen and Claude Opus 4.7
8188985029
fc5: lift Quart request body cap to 1 GiB so large IR exports don't 413
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:23:29 -04:00
bvandeusen and Claude Opus 4.7
7f26217166
fc5: install postgresql-client + zstd in runtime image so backup/rollback work
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 22:17:18 -04:00
bvandeusen
602c7d275d
Merge dev: FC-1 → FC-5 v1 build ( #1 )
...
First merge of `dev` into `main` for FabledCurator. Brings FC-1 (Foundation) through FC-5 (Migration tooling) onto `main`. See PR #1 body for the full stage rollup.
2026-05-22 14:15:45 -04:00
bvandeusen and Claude Opus 4.7
599697c912
fix(fc5): ruff I001 — alphabetical order of import statements (backup < gs_ingest < rollback)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 14:04:10 -04:00
bvandeusen and Claude Opus 4.7
9fb3d11412
fix(fc5): ruff I001 — consolidate unaliased imports + tests/test_gs_ingest credential_type assertion
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 13:29:09 -04:00
bvandeusen and Claude Opus 4.7
e5885f85c5
fix(fc5): ruff (E712, ASYNC230/240, I001) + Credential.credential_type + FileStorage in api_migrate test
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 13:20:42 -04:00
bvandeusen and Claude Opus 4.7
26fd3f9f2c
fc5: docker-compose comment — legacy IR images bind-mount example at /import/imagerepo
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:05:12 -04:00
bvandeusen and Claude Opus 4.7
a9b354780b
fc5: LegacyMigrationCard — file uploads + step buttons + active-run + history; slotted into MaintenancePanel
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:04:24 -04:00
bvandeusen and Claude Opus 4.7
b600cf6e86
fc5: migration Pinia store — trigger + FormData upload + 2s poll + history list
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:03:38 -04:00
bvandeusen and Claude Opus 4.7
89224a7895
fc5: /api/migrate blueprint — multipart upload for ingest kinds + JSON for the rest + apply-without-backup guard
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:03:24 -04:00
bvandeusen and Claude Opus 4.7
c880bf8259
fc5: run_migration Celery task on maintenance queue + dispatch by kind
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:02:41 -04:00
bvandeusen and Claude Opus 4.7
b5896427d4
fc5: ml_queue (fire tag_and_embed for unprocessed) + verify (row counts + sha256 sample)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:01:46 -04:00
bvandeusen and Claude Opus 4.7
177d6728e1
fc5: tag_apply — joins manifest entries to ImageRecord by sha256 after filesystem scan
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:01:17 -04:00
bvandeusen and Claude Opus 4.7
77b17f7bb6
fc5: ir_ingest — Tag rows (skip artist/post) + manifest JSON for sha256-keyed tag_apply
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 09:00:29 -04:00
bvandeusen and Claude Opus 4.7
a13a54206e
fc5: gs_ingest — parsed-JSON ingest, Artist/Source/Credential, re-encrypts with FC key
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 08:59:43 -04:00
bvandeusen and Claude Opus 4.7
e1b057f494
fc5: backup + rollback services (pg_dump + tar.zst, manifest JSON, find-by-tag)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 08:12:17 -04:00
bvandeusen and Claude Opus 4.7
da9c19b2dc
fc5: migration 0015 + MigrationRun model (kind/status as String(32), API-validated)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-22 08:11:42 -04:00
bvandeusen and Claude Opus 4.7
0f31e84635
fc3f: ArtistsView + /artists route — search + platform filter + infinite scroll grid
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 22:15:28 -04:00
bvandeusen and Claude Opus 4.7
ab2847ad33
fc3f: ArtistCard — preview row + name + subscription chip + image count, clicks to /artist/:slug
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 22:15:06 -04:00
bvandeusen and Claude Opus 4.7
f2f74efff1
fc3f: artistDirectory Pinia store — cursor scroll + q + platform filters
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 22:14:53 -04:00
bvandeusen and Claude Opus 4.7
51bdaf167b
fc3f: GET /api/artists/directory — cursor + q + platform filters with validation
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 22:14:42 -04:00
bvandeusen and Claude Opus 4.7
23e11d33ef
fc3f: ArtistDirectoryService — cursor-paginated artists directory mirroring TagDirectoryService
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 22:14:15 -04:00
bvandeusen and Claude Opus 4.7
9b2a8d7fc6
fc3e: ArtistView — 'View posts' chip linking to /posts?artist_id=N
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:57:01 -04:00
bvandeusen and Claude Opus 4.7
6fb9e1ddf8
fc3e: PostsView + /posts route — IntersectionObserver infinite scroll, URL-driven filters
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:56:40 -04:00
bvandeusen and Claude Opus 4.7
b1a358c413
fc3e: PostCard — header + title + truncated-desc + thumbnail strip + attachment chips
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:56:14 -04:00
bvandeusen and Claude Opus 4.7
a4f960c22c
fc3e: PostsFilterBar — artist autocomplete + platform v-select with URL-driven hydration
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:55:45 -04:00
bvandeusen and Claude Opus 4.7
581f4aea79
fc3e: posts Pinia store — cursor scroll + filters + detail fetch
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:55:29 -04:00
bvandeusen and Claude Opus 4.7
266137e3d0
fc3e: /api/posts blueprint — list (with cursor + filters) + detail
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:55:18 -04:00
bvandeusen and Claude Opus 4.7
5925ebe1f1
fc3e: PostFeedService — cursor-paginated unified posts feed mirroring GalleryService.scroll
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:54:49 -04:00
bvandeusen and Claude Opus 4.7
07edb73373
fc3e: html_to_plain + truncate_at_word utilities (stdlib html.parser, no new deps)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 18:53:35 -04:00
bvandeusen and Claude Opus 4.7
60492da2c2
fc3d: Settings — Download scheduling fieldset (default interval / retention / warning threshold)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:05:16 -04:00
bvandeusen and Claude Opus 4.7
32b7ad143b
fc3d: SourceHealthDot — green/amber/red/grey badge with tooltip; embed in SourceRow
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:04:44 -04:00
bvandeusen and Claude Opus 4.7
28a4ed3d38
fc3d: settings API exposes scheduling knobs with bounds validation
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:04:19 -04:00
bvandeusen and Claude Opus 4.7
69b3fa2ba9
fc3d: api_sources tests cover consecutive_failures + next_check_at fields
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:03:48 -04:00
bvandeusen and Claude Opus 4.7
cd6983f728
fc3d: SourceRecord surfaces consecutive_failures + server-derived next_check_at
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:03:33 -04:00
bvandeusen and Claude Opus 4.7
2e8aa8c3ce
fc3d: beat schedule — tick_due_sources every 60s + daily download_event cleanup
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:02:44 -04:00
bvandeusen and Claude Opus 4.7
ec004933a5
fc3d: cleanup_old_download_events daily task (terminal-only, configurable retention)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:02:36 -04:00
bvandeusen and Claude Opus 4.7
9d5793f0ce
fc3d: tick_due_sources Celery task on the scan queue
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:01:59 -04:00
bvandeusen and Claude Opus 4.7
87fb534722
fc3d: DownloadService finalize hook — Source.consecutive_failures/last_error/last_checked_at
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 16:00:40 -04:00
bvandeusen and Claude Opus 4.7
0493fdc466
fc3d: scheduler_service — pure logic for due-source selection + backoff
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 15:59:35 -04:00
bvandeusen and Claude Opus 4.7
6d67e6e987
fc3d: models — Source.consecutive_failures + ImportSettings scheduling knobs
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 15:58:42 -04:00
bvandeusen and Claude Opus 4.7
5f2ebd66b7
fc3d: migration 0014 — source.consecutive_failures + import_settings scheduling knobs
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 15:58:30 -04:00
bvandeusen and Claude Opus 4.7
4a09cca46e
feat(ci): pin container.image to ci-python:3.14 + ship ci-requirements.md
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 09:19:30 -04:00
bvandeusen and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
29598c3f9a
fix(fc3c): ruff — split SyncSession import, StrEnum, ASYNC240 noqa, blank-line
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 20:50:38 -04:00
bvandeusen and Claude Opus 4.7
95df9be60e
feat(fc3c): SettingsView — Downloader section (rate limit + validate-files toggle)
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 20:48:05 -04:00
bvandeusen and Claude Opus 4.7
f309a1e79e
feat(fc3c): /subscriptions Check Now button — wires SourceRow → store.checkNow
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 20:47:36 -04:00
bvandeusen and Claude Opus 4.7
d35605ab73
feat(fc3c): /downloads view + DownloadEventRow + DownloadDetailModal + FilterPills
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 20:46:48 -04:00
bvandeusen and Claude Opus 4.7
397c21c88e
feat(fc3c): downloads Pinia store + sources.checkNow action + vitests
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 20:45:45 -04:00
bvandeusen and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
408971a798
fix(fc3b): SourceFormDialog + SubscriptionsView read platforms store; drop sources.loadPlatforms
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 18:39:44 -04:00
bvandeusen and Claude Opus 4.7
a0203f4727
feat(fc3b): /credentials view + ExtensionKeyBar + PlatformCredentialRow + UploadDialog
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 18:38:32 -04:00
bvandeusen and Claude Opus 4.7
e83747b085
feat(fc3b): platforms + credentials Pinia stores + vitests
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 18:37:45 -04:00
bvandeusen and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
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 and Claude Opus 4.7
ecca91753f
feat(fc3a): ArtistService.overview returns is_subscription for the badge
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 12:58:50 -04:00
bvandeusen and Claude Opus 4.7
9123e4b4b5
feat(fc3a): ArtistView — populate Subscription/Sources chips + manage link
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 12:58:15 -04:00
bvandeusen and Claude Opus 4.7
72b072e6b3
feat(fc3a): SourceFormDialog (structured+JSON tabs) + ArtistCreateDialog
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 12:57:50 -04:00
bvandeusen and Claude Opus 4.7
79d6d74637
feat(fc3a): SubscriptionsView + ArtistSection + SourceRow + router
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-20 12:57:13 -04:00