pinchflat/test/pinchflat
Robert Kleinschuster c9bd1ea7bd
Added OPML Endpoint for podcast rss feeds (#512)
* Added OPML Endpoint for podcast rss feeds

* changed opml route and added controller test for opml endpoint

* add copy opml feed button

* add copy opml feed button - correct url

* fix html indenting

* add indentation to opml

Co-authored-by: Kieran <kieran.eglin@gmail.com>

* use convention for unused controller params

Co-authored-by: Kieran <kieran.eglin@gmail.com>

* add test for opml_sources helper function

* change opml endpoint to be more inline with the other routes

---------

Co-authored-by: robs <git@robs.social>
Co-authored-by: Kieran <kieran.eglin@gmail.com>
2024-12-20 11:47:03 -08:00
..
boot [Enhancement] Add support for yt-dlp plugins + add lifecycle script event for app boot (#465) 2024-11-08 15:38:00 -08:00
downloading [Bugfix] Respect cookies preference when performing download pre-check (#517) 2024-12-17 11:18:47 -08:00
fast_indexing [Housekeeping] Pass the current action when calling the yt-dlp runner (#514) 2024-12-13 12:29:05 -08:00
lifecycle [Enhancement] Ignore media based on user scripts (#330) 2024-07-22 10:47:49 -07:00
media [Enhancement] Added ability to detect when files have been deleted (#399) 2024-09-26 12:39:31 -07:00
metadata [Housekeeping] Pass the current action when calling the yt-dlp runner (#514) 2024-12-13 12:29:05 -08:00
podcasts Added OPML Endpoint for podcast rss feeds (#512) 2024-12-20 11:47:03 -08:00
profiles [Performance] Asyncronously delete sources and media profiles (#277) 2024-07-22 12:26:22 -07:00
slow_indexing [Housekeeping] Pass the current action when calling the yt-dlp runner (#514) 2024-12-13 12:29:05 -08:00
sources [Performance] Asyncronously delete sources and media profiles (#277) 2024-07-22 12:26:22 -07:00
utils use css truncate everywhere and remove StringUtils.truncate function (#513) 2024-12-13 12:23:12 -08:00
yt_dlp [Bugfix] Respect cookies preference when performing download pre-check (#517) 2024-12-17 11:18:47 -08:00
media_test.exs [Housekeeping] Pass the current action when calling the yt-dlp runner (#514) 2024-12-13 12:29:05 -08:00
profiles_test.exs [Enhancement] Ignore media based on user scripts (#330) 2024-07-22 10:47:49 -07:00
repo_test.exs Improve relationship UI handling (#42) 2024-02-29 18:35:51 -08:00
settings_test.exs [Bugfix] Partially revert custom codec selection (#279) 2024-06-04 09:19:37 -07:00
sources_test.exs [Housekeeping] Pass the current action when calling the yt-dlp runner (#514) 2024-12-13 12:29:05 -08:00
tasks_test.exs [Enhancement] Adds ability to enable/disable sources (#481) 2024-11-21 14:38:37 -08:00