bvandeusen
  • Joined on 2026-05-30
bvandeusen pushed to main at bvandeusen/FabledCurator 2026-06-06 21:38:35 -04:00
01e5ce1410 Merge pull request 'Patreon: resolve creator campaign from a single-post URL' (#77) from dev into main
416d8d71cd feat(patreon): resolve the creator's campaign from a single-post URL
Compare 2 commits »
bvandeusen merged pull request bvandeusen/FabledCurator#77 2026-06-06 21:38:33 -04:00
Patreon: resolve creator campaign from a single-post URL
bvandeusen created pull request bvandeusen/FabledCurator#77 2026-06-06 21:38:28 -04:00
Patreon: resolve creator campaign from a single-post URL
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 21:32:15 -04:00
416d8d71cd feat(patreon): resolve the creator's campaign from a single-post URL
bvandeusen pushed to main at bvandeusen/FabledCurator 2026-06-06 21:27:24 -04:00
3bb94674cf Merge pull request 'Patreon download concurrency cap + immediate backfill kickoff on create' (#76) from dev into main
a3c9499e93 feat(subs): kick off the first backfill walk immediately on source create
87c7318125 feat(downloads): serialize same-platform downloads (Patreon concurrency cap)
Compare 3 commits »
bvandeusen merged pull request bvandeusen/FabledCurator#76 2026-06-06 21:27:22 -04:00
Patreon download concurrency cap + immediate backfill kickoff on create
bvandeusen created pull request bvandeusen/FabledCurator#76 2026-06-06 21:27:16 -04:00
Patreon download concurrency cap + immediate backfill kickoff on create
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 21:22:33 -04:00
a3c9499e93 feat(subs): kick off the first backfill walk immediately on source create
87c7318125 feat(downloads): serialize same-platform downloads (Patreon concurrency cap)
Compare 2 commits »
bvandeusen pushed to main at bvandeusen/FabledCurator 2026-06-06 21:12:04 -04:00
a75c602175 Merge pull request 'Subscriptions UX overhaul + Patreon /cw/ vanity fix' (#75) from dev into main
e4e35163ab feat(subs): subscriptions UX batch — error reasons, single-source rows, health sort, bulk backfill
b7d07324ee fix(subs): stop the lock/reload on source actions + regroup the row buttons
c65da42593 fix(patreon): handle the /cw/ creator-URL prefix in vanity extraction
Compare 4 commits »
bvandeusen merged pull request bvandeusen/FabledCurator#75 2026-06-06 21:12:02 -04:00
Subscriptions UX overhaul + Patreon /cw/ vanity fix
bvandeusen created pull request bvandeusen/FabledCurator#75 2026-06-06 21:11:55 -04:00
Subscriptions UX overhaul + Patreon /cw/ vanity fix
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 21:00:48 -04:00
e4e35163ab feat(subs): subscriptions UX batch — error reasons, single-source rows, health sort, bulk backfill
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 20:48:03 -04:00
b7d07324ee fix(subs): stop the lock/reload on source actions + regroup the row buttons
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 20:34:17 -04:00
c65da42593 fix(patreon): handle the /cw/ creator-URL prefix in vanity extraction
bvandeusen pushed to main at bvandeusen/FabledCurator 2026-06-06 19:59:34 -04:00
ef8f4f7193 Merge pull request 'Tag-casing acronym fix, Patreon resolver hardening, archive diagnostics, post-card strip' (#74) from dev into main
19eb4e9388 feat(import): surface WHY an archive was captured without extracting images
a559fabdd5 feat(patreon): scrape creator-page HTML as a campaign-id resolution fallback
711fd2bb75 style: drop aliased cross-module import (I001) — use a local _CAMPAIGNS_API constant
3556a54260 feat(patreon): surface source URL + vanity in campaign-id resolution errors
Compare 7 commits »
bvandeusen merged pull request bvandeusen/FabledCurator#74 2026-06-06 19:59:32 -04:00
Tag-casing acronym fix, Patreon resolver hardening, archive diagnostics, post-card strip
bvandeusen created pull request bvandeusen/FabledCurator#74 2026-06-06 19:59:27 -04:00
Tag-casing acronym fix, Patreon resolver hardening, archive diagnostics, post-card strip
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 19:01:23 -04:00
19eb4e9388 feat(import): surface WHY an archive was captured without extracting images
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 18:57:40 -04:00
a559fabdd5 feat(patreon): scrape creator-page HTML as a campaign-id resolution fallback
bvandeusen pushed to dev at bvandeusen/FabledCurator 2026-06-06 17:46:12 -04:00
711fd2bb75 style: drop aliased cross-module import (I001) — use a local _CAMPAIGNS_API constant