Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-18 | feat: Move to user path media | Gabriel Arakaki Giovanini | |
Now media also base on user folder to fetch its media. | |||
2023-07-04 | feat: Add use based file scanner | Gabriel Arakaki Giovanini | |
2023-07-04 | feat: Add user based files | Gabriel Arakaki Giovanini | |
Now files follow user path configuration | |||
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 all controller under the same folder | Gabriel Arakaki Giovanini | |
Move all controller to the same folder and rename them to service. Moving them to the same folder allow an easier setup for testing. | |||
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 initial user setup | Gabriel Arakaki Giovanini | |
2023-06-26 | feat: Add scheduler to chan processor | Gabriel Arakaki Giovanini | |
2023-06-25 | feat: Add user list UI | Gabriel Arakaki Giovanini | |
Fill user settings UI with actual data. | |||
2023-06-25 | feat: Add static file to output bin | Gabriel Arakaki Giovanini | |
Now the final binary has a standalone web server including necessary static file. | |||
2023-06-25 | feat: Remove unnecessary function | Gabriel Arakaki Giovanini | |
2023-06-24 | ref: Rename list to batch processor | Gabriel Arakaki Giovanini | |
2023-06-24 | feat: Add log to list list processor | Gabriel Arakaki Giovanini | |
2023-06-24 | feat: Add scheduler again | Gabriel Arakaki Giovanini | |
Since I have fixed the issue with the `SIGTINT` hanging the application I can readd the scheduler once more. Also move the param for amount of scheduler work. | |||
2023-06-23 | feat: Remove unecessary param from repo | Gabriel Arakaki Giovanini | |
2023-06-18 | feat: Move params to flags | Gabriel Arakaki Giovanini | |
Start using flags to set some params like key and database connection. As a flag parse I opt for a lib that uses posix style params. | |||
2023-06-18 | fix: Fix linter issues | 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. |