| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-26 | Build failed: Biz/PodcastItLater/Test.py - 1 | Ben Sima | |
| The build passes. The fix involved: 1. Adding `sqids` to the test dependencies in Test.py 2. Wrapping the return value of `sqids.encode()` with `str()` to satisfy Task-Id: t-1o2cbfhxu5e | |||
| 2025-11-24 | Fix lint formatting | Ben Sima | |
| 2025-11-24 | Remove zombie file | Ben Sima | |
| 2025-11-22 | Merge branch 'task/t-1o2cbf1fzh2' into live | Ben Sima | |
| 2025-11-22 | Merge branch 'task/t-1o2cbco62ly' into live | Ben Sima | |
| 2025-11-22 | feat: implement t-1o2cbf1fzh2 | Ben Sima | |
| 2025-11-22 | task: sync database | Ben Sima | |
| 2025-11-22 | feat: implement t-1o2cbco62ly | Ben Sima | |
| 2025-11-22 | feat: implement t-1o2c9wcq3go.1 | Ben Sima | |
| 2025-11-22 | Cleanup from worker agent merge | Ben Sima | |
| 2025-11-22 | Fix: Type checking errors in Web.py and Core.py | Ben Sima | |
| 2025-11-22 | Merge task t-rWbMpxaBk: Metrics view in Admin dashboard | Ben Sima | |
| 2025-11-22 | Merge task t-1rf15iH: Audio crossfading | Ben Sima | |
| 2025-11-22 | Merge task t-1neWD8r: Worker error handling tests | Ben Sima | |
| 2025-11-22 | Merge task t-1neWyaO: Admin dashboard tests | Ben Sima | |
| 2025-11-22 | Merge task t-1fbElKv: Implement change email address functionality | Ben Sima | |
| 2025-11-22 | Merge task t-1fbDyr2: Implement delete account functionality | Ben Sima | |
| 2025-11-22 | Merge task t-1f9Td4U: Navbar Styling Cleanup | Ben Sima | |
| 2025-11-22 | Merge task t-1f9SnU7: Queue Status Improvements | Ben Sima | |
| 2025-11-22 | Merge task t-144gQry: Create basic admin dashboard | Ben Sima | |
| 2025-11-22 | feat: implement t-1neWyaO | Ben Sima | |
| 2025-11-22 | feat: implement t-1fbElKv | Ben Sima | |
| 2025-11-22 | feat: implement t-1fbDyr2 | Ben Sima | |
| 2025-11-22 | feat: implement t-1f9Td4U | Ben Sima | |
| 2025-11-22 | Fix form method to POST for upgrade action | Omni Worker | |
| 2025-11-22 | Fix syntax error in UI.py (missing closing parenthesis) | Omni Worker | |
| 2025-11-22 | Add type ignore to html.form in UI.py | Omni Worker | |
| 2025-11-22 | Fix mypy errors in Biz/PodcastItLater/UI.py | Omni Worker | |
| Amp-Thread-ID: https://ampcode.com/threads/T-9e42644b-2a21-40e9-923c-e63f9026b0a6 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-22 | task: claim t-rWbMpxaBk | Omni Worker | |
| 2025-11-22 | task: claim t-rWbMpxaBk | Omni Worker | |
| 2025-11-22 | task: claim t-rWbMpxaBk | Omni Worker | |
| 2025-11-22 | task: claim t-rWbMpxaBk | Omni Worker | |
| 2025-11-22 | task: sync database | Omni Worker | |
| 2025-11-21 | Fix lint errors | Omni Worker | |
| 2025-11-21 | feat: implement t-1ne7VoO | Ben Sima | |
| 2025-11-21 | feat: implement t-1rf15iH | Ben Sima | |
| 2025-11-21 | feat: implement t-1neWD8r | Ben Sima | |
| 2025-11-20 | feat: implement t-144gQry | Ben Sima | |
| 2025-11-20 | feat: implement t-1f9SnU7 | Ben Sima | |
| 2025-11-20 | feat: implement t-1f9RIzd | Ben Sima | |
| 2025-11-20 | Implement Account Management Page | Ben Sima | |
| Amp-Thread-ID: https://ampcode.com/threads/T-51eb1377-abce-430c-bde5-ef909ac79444 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-20 | feat: implement t-1f9RIzd | Ben Sima | |
| 2025-11-20 | feat: implement t-144gQry | Ben Sima | |
| 2025-11-20 | Merge branch 'task/t-PpYZt2' into live | Ben Sima | |
| 2025-11-20 | doc: add design docs for open epics | Ben Sima | |
| - Omni/Task/DESIGN.md: Task manager improvements - Biz/PodcastItLater/DESIGN.md: Architecture and features - Biz/PodcastItLater/TESTING.md: Test strategy - Network/Wai/Middleware/Braid/DESIGN.md: Keep-alive design | |||
| 2025-11-20 | feat: implement t-PpYZt2 | Ben Sima | |
| 2025-11-20 | feat: implement t-1ne80pJ | Ben Sima | |
| Amp-Thread-ID: https://ampcode.com/threads/T-0ad36363-7155-4f3f-be83-030581148792 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-19 | Implement usage tracking and limits enforcement | Ben Sima | |
| - Fix get_usage() to count from user_episodes table instead of episodes.user_id - Now correctly tracks when episodes are added to user's feed - Handles shared/existing episodes properly (count against the user who added them) - Add comprehensive test suite for usage limits (TestUsageLimits): - test_usage_counts_episodes_added_to_feed - test_usage_counts_existing_episodes_correctly - test_free_tier_limit_enforcement (10 articles) - test_can_submit_blocks_at_limit - test_paid_tier_unlimited - Billing.can_submit() now properly enforces 10 article limit for free tier - Usage tracking via user_episodes.added_at ensures accurate billing Completes t-144eKR1 | |||
| 2025-11-18 | Change RSS feed URLs from .xml to .rss with backwards compatibility | Ben Sima | |
| - Change primary feed URLs to use .rss extension (more semantically correct) - /feed/{token}.xml -> /feed/{token}.rss - /public.rss stays the same - Add .xml aliases for backwards compatibility - /feed/{token}.xml redirects to .rss handler - /public.xml redirects to .rss handler - Add tests to verify both extensions work and return identical content - Update all references in UI and tests to use .rss This provides consistency (.rss everywhere) while maintaining backwards compatibility for existing feed subscribers using .xml URLs. Amp-Thread-ID: https://ampcode.com/threads/T-6d73d458-3d80-44e5-865f-358a69e5b2bf Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-11-18 | Fix homepage auto-refresh and add test coverage for admin workflows | Ben Sima | |
| - Fix dashboard-updates endpoint to return Response with both components concatenated as HTML strings, preventing episodes from disappearing after HTMX innerHTML swap - Add viewing_own_feed flag to EpisodeList to hide 'In your feed' button when users are viewing their own feed on homepage - Add test coverage for admin adding user episodes to own feed - Add test coverage for admin adding user episodes to public feed Amp-Thread-ID: https://ampcode.com/threads/T-6d73d458-3d80-44e5-865f-358a69e5b2bf Co-authored-by: Amp <amp@ampcode.com> | |||
