Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | feat: Add admin control | Gabriel Arakaki Giovanini | |
Now only admins can access settings. | |||
2023-08-25 | feat: Handle login error | Gabriel Arakaki Giovanini | |
2023-08-19 | fix: Fix various linting error | 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-19 | ref: Move auth functions to service | Gabriel Arakaki Giovanini | |
2023-07-19 | fix: Fix path not storing properly | Gabriel Arakaki Giovanini | |
Also, initial user is now created as admin. | |||
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. |