Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-03 | fix: Fix initial setup check | Gabriel Arakaki Giovanini | |
2023-08-19 | fix: Actually add install rule | Gabriel Arakaki Giovanini | |
2023-08-13 | feat: Add (yet again) crude album implementation | Gabriel 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-13 | feat: Add better tooling for running the project | Gabriel Arakaki Giovanini | |
* Add watch option for hot reload(ish). * Read from `.env` file. This make local development a bit easier since now can easily run the application with custom configuration. | |||
2023-07-31 | ref: Move some bin from img to lens | Gabriel Arakaki Giovanini | |
2023-07-22 | feat: Add user management | Gabriel 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-20 | feat: Fix video loading its full width | Gabriel Arakaki Giovanini | |
2023-07-19 | feat: Add build process | Gabriel Arakaki Giovanini | |
To make sure that the project does not only compile on my machine. | |||
2023-07-18 | feat: Add template generating to make file | Gabriel Arakaki Giovanini | |
Add template generating code to `make` process. | |||
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-01 | feat: Add thumbnailer | Gabriel Arakaki Giovanini | |
2023-06-30 | feat: Add new rule for not so useful optimization | Gabriel Arakaki Giovanini | |
2023-06-25 | feat: Add make rules for upx compressing | Gabriel Arakaki Giovanini | |
I don't know if that will work in the long run but I have added just in case. | |||
2023-06-25 | feat: Remove bin size | 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 | feat: Inicial commit | Gabriel Arakaki Giovanini | |
It contains rough template for the server and runners. It contains rough template for the server and runners. |