Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-01 | fix: Rollback to exp slog repositoryHEADmaster | Gabriel Arakaki Giovanini | |
This is done until go1.21 hits alpine repository. | |||
2023-10-24 | feat: Migrate from logrus to slog | Gabriel Arakaki Giovanini | |
2023-08-29 | ref: Move to a pure go sqlite implementation | 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-18 | chore: Add quicktemplate dependency | Gabriel Arakaki Giovanini | |
2023-07-03 | fix: Fix content type | Gabriel Arakaki Giovanini | |
Content type was always being set to `text/html`. Also swap lib for processing thumbnail for something that accepts HEIC. | |||
2023-07-01 | feat: Add thumbnailer | Gabriel Arakaki Giovanini | |
2023-06-29 | ref: Move away other repositories | Gabriel Arakaki Giovanini | |
Finish moving all repositories to a repository package. This should reduce the amount of packages. | |||
2023-06-26 | feat: Add scheduler to chan processor | Gabriel Arakaki Giovanini | |
2023-06-18 | chore: Add deps | Gabriel Arakaki Giovanini | |
2023-06-18 | feat: Inicial commit | Gabriel Arakaki Giovanini | |
It contains rough template for the server and runners. It contains rough template for the server and runners. |