aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/config.go
AgeCommit message (Collapse)Author
12 daysfeat: Disable auth if passphrase is emptyGabriel A. Giovanini
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup.
12 daysfeat: Add UI/Handler login processGabriel A. Giovanini
It adds the whole workflow to store and handle login on both UI and handler level. With that the login information should be available at any point given the context.
2024-10-05feat: Make syntax highlight configurableGabriel A. Giovanini
Now cerrado has configurable theme through "syntax-highlight".
2024-10-05feat: Add hash and aes key to the config fileGabriel A. Giovanini
This should the base configuration for user. Bcrypt hash will be used to authenticate and aes key will be used to generate the token.
2024-06-23ref: User correct err namingGabriel A. Giovanini
2024-06-15feat: Add per repository about pageGabriel A. Giovanini
2024-06-11feat: Fix testingv0.0.2Gabriel A. Giovanini
2024-06-11feat: Add server listen configurationv0.0.1Gabriel A. Giovanini
2024-06-09feat: Per repository configurationGabriel A. Giovanini
2024-05-27feat: Wraps handler into its own packageGabriel A. Giovanini
Although this creates more complex folder structure will allow in the feature for a easier testing of those given handlers.
2024-05-26feat: Add about pageGabriel A. Giovanini
2024-05-25feat: Add utilsGabriel A. Giovanini
2024-05-04feat: Add config parsingGabriel A. Giovanini