aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
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-28feat: Add service to handle authGabriel A. Giovanini
2024-10-05feat: Make syntax highlight configurableGabriel A. Giovanini
Now cerrado has configurable theme through "syntax-highlight".
2024-10-05feat: Add command to generate hash and aes keyGabriel A. Giovanini
This makes easier for an user to setup those value later.
2024-10-02feat: Add command to generate user passphraseGabriel A. Giovanini
2024-06-11feat: Add server listen configurationv0.0.1Gabriel 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-26feat: Add actual git listing implementationGabriel A. Giovanini
2024-05-26feat: Add bare bones project listGabriel A. Giovanini
2024-05-05ui: Add navbarGabriel A. Giovanini
2024-05-05feat: Add chroma supportGabriel A. Giovanini
2024-05-05feat: Add qtc templatingGabriel A. Giovanini
2024-05-04feat: Add config parsingGabriel A. Giovanini
2024-05-01feat: Initial http server codeGabriel A. Giovanini