aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2023-09-12feat: Add admin controlGabriel Arakaki Giovanini
Now only admins can access settings.
2023-08-25feat: Handle login errorGabriel Arakaki Giovanini
2023-08-25fix: Adjust some of the layout errorGabriel Arakaki Giovanini
2023-08-19ref: Relayout settings page a bitGabriel Arakaki Giovanini
Settings was all over the place with its layout. Now it better fits mobile.
2023-08-19feat: Add task loopGabriel Arakaki Giovanini
Now the tasks will loop every given time. With this it will be able to pick up new photos after the application was started. I added 2h for file because my personal photo gallery is quite big and quite IO bottled necked so it tasks a lot of time to go through.
2023-08-18fix: Fix album and media navidationGabriel Arakaki Giovanini
2023-08-18feat: Make mosaic reusableGabriel Arakaki Giovanini
2023-08-17ref: Update mosaic to remove empty spacesGabriel Arakaki Giovanini
2023-08-16ref: Some typography tweaksGabriel Arakaki Giovanini
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-05ref: Move net/httpGabriel Arakaki Giovanini
I was young and naive, fasthttp does not fit my needs and make development slower. I'll move to net/http since it has a wider support and will spare some time on implementation detail things (like CSRF). It will allow me to reduce a bit of the code since there may be lib for handling cookie encryption and auth in general.
2023-07-24ref: Move to boxed testsGabriel Arakaki Giovanini
2023-07-22feat: Add user managementGabriel Arakaki Giovanini
As many things it is on crude state. The settings.go has become a big mess, but I have achieve MVP, so from now one things shall improve as I'll spent more time on refactoring.
2023-07-20feat: Add option to preload metadataGabriel Arakaki Giovanini
Let the use pick if they want to preload videos' metadata.
2023-07-20feat: Fix video loading its full widthGabriel Arakaki Giovanini
2023-07-19feat: Move last page to qtplGabriel Arakaki Giovanini
2023-07-19feat: Move settings from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-19fix: Fix path not storing properlyGabriel Arakaki Giovanini
Also, initial user is now created as admin.
2023-07-19feat: Move register from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-19feat: Move login from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-19feat: Move error from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-18feat: Move media from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-01feat: Add thumbnailerGabriel Arakaki Giovanini
2023-06-26feat: Add initial user setupGabriel Arakaki Giovanini
2023-06-25feat: Add user list UIGabriel Arakaki Giovanini
Fill user settings UI with actual data.
2023-06-25fix: Actually read from embeddedGabriel Arakaki Giovanini
Previous implementation was not reading from embedded fs.
2023-06-25feat: Add mockup for user settingsGabriel Arakaki Giovanini
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.