about summary refs log tree commit diff stats
path: root/src/storage/video_database/getters.rs (follow)
Commit message (Collapse)AuthorAge
* feat(videos): Provide a consistent display for the `Video` structBenedikt Peetz2024-10-14
| | | | | Before, `Video`s where colourized differently, just because the colourization was not standardized. It now is.
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz2024-08-22
|
* refactor(storage): Make all URL parsings panicBenedikt Peetz2024-08-22
| | | | | | 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.
* fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz2024-08-22
| | | | | All freshly added videos have a priority of 0. To ensure that they are still ordered, also sort by `publish_date`.
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.