aboutsummaryrefslogtreecommitdiff
path: root/pkg/database/sql/media.go
AgeCommit message (Collapse)Author
2023-10-01fix: Oder by correct fieldGabriel Arakaki Giovanini
Before the order was not taking the `date_shot` into consideration.
2023-08-14fix: Add on fail for exifGabriel Arakaki Giovanini
Also remove unique index from thumbails path, because on fail it saves a empty path.
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.
2023-06-25feat: Store image sizeGabriel Arakaki Giovanini
Add image dimensions to exif fetch.
2023-06-23feat: Remove unecessary param from repoGabriel Arakaki Giovanini
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.