Age | Commit message (Collapse) | Author |
|
Now only admins can access settings.
|
|
|
|
|
|
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.
|
|
|
|
Now files follow user path configuration
|
|
Content type was always being set to `text/html`.
Also swap lib for processing thumbnail for something that accepts HEIC.
|
|
To make things easier and reduce the number of package I'll move all
repository to one folder, starting with auth and user repository.
Also implements all testing on top of the repository interface with a im
memory implementation. This will later make mescling unit and
integration easier.
|
|
This will totally be fixed later.
|
|
|
|
It contains rough template for the server and runners.
It contains rough template for the server and runners.
|