| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-08-22 | refactor(storage): Make all URL parsings panic | Benedikt Peetz | |
| These URLs should be checked *before* they are written to the database, thus being unable to decode them after they've been read from the database is an application bug and not a user input issue. | |||
| 2024-08-22 | fix(storage/get_videos): Also order by `publish_date` | Benedikt Peetz | |
| All freshly added videos have a priority of 0. To ensure that they are still ordered, also sort by `publish_date`. | |||
| 2024-08-22 | feat(download): Support limiting the downloader by maximal cache size | Benedikt Peetz | |
