aboutsummaryrefslogtreecommitdiff
path: root/pkg/database/repository/media.go
AgeCommit message (Collapse)Author
2023-08-13feat: Add (yet again) crude album implementationGabriel Arakaki Giovanini
This is a initial UI album implementation. This should cover the most basic album navigation. This is still plenty to do :)
2023-08-06feat: Add album scannerGabriel Arakaki Giovanini
2023-07-18feat: Move to user path mediaGabriel Arakaki Giovanini
Now media also base on user folder to fetch its media.
2023-07-01feat: Add thumbnailerGabriel Arakaki Giovanini
2023-06-29ref: Move away other repositoriesGabriel Arakaki Giovanini
Finish moving all repositories to a repository package. This should reduce the amount of packages.