Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-06 | feat: Simplify mosaic | Gabriel Arakaki Giovanini | |
The old implementation was not good and would render the list on mobile in the wrong order | |||
2023-09-12 | feat: Add admin control | Gabriel Arakaki Giovanini | |
Now only admins can access settings. | |||
2023-08-18 | fix: Fix album and media navidation | Gabriel Arakaki Giovanini | |
2023-08-18 | feat: Make mosaic reusable | Gabriel Arakaki Giovanini | |
2023-08-17 | ref: Update mosaic to remove empty spaces | Gabriel Arakaki Giovanini | |
2023-08-16 | ref: Some typography tweaks | Gabriel Arakaki Giovanini | |
2023-08-05 | ref: Move net/http | Gabriel 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-20 | feat: Add option to preload metadata | Gabriel Arakaki Giovanini | |
Let the use pick if they want to preload videos' metadata. | |||
2023-07-20 | feat: Fix video loading its full width | Gabriel Arakaki Giovanini | |
2023-07-19 | feat: Move register from `html/template` to qtpl | Gabriel Arakaki Giovanini | |
2023-07-19 | feat: Move error from `html/template` to qtpl | Gabriel Arakaki Giovanini | |
2023-07-18 | feat: Move media from `html/template` to qtpl | Gabriel Arakaki Giovanini | |