diora-web/podcasts
Marwin Schulz afcbe087bb
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 15s
Replace 'recently refreshed' sort with 'most recent episode' in feed list
Annotates feed queryset with Max(episodes__pub_date) so feeds are sorted
by when their latest episode was published, not when the feed was last fetched.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 09:07:01 +01:00
..
management Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
migrations Add podcast enhancements: AntennaPod parity features + inbox management 2026-03-20 08:55:11 +01:00
__init__.py Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
admin.py Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
apps.py Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
models.py Add podcast enhancements: AntennaPod parity features + inbox management 2026-03-20 08:55:11 +01:00
urls.py Add podcast enhancements: AntennaPod parity features + inbox management 2026-03-20 08:55:11 +01:00
views.py Replace 'recently refreshed' sort with 'most recent episode' in feed list 2026-03-20 09:07:01 +01:00