aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysdocs: Update goalsGabriel A. Giovanini
Makes clear what is needed for 1.0, also pushs mail based PR for the feature.
8 daysfeat: Remove under development warningv0.1Gabriel A. Giovanini
The project is good shape now that there is not need to the warning.
8 daysfeat: Add tag and branch to logGabriel A. Giovanini
Now it is possible to see tag and branch on the log page.
8 daysfeat: Add wrapper for commitGabriel A. Giovanini
Add a wrapper to the commit log that also contains possible reference. This will be useful once to later display the reference in the commit log.
2025-02-08fix: Use correct copyright nameGabriel A. Giovanini
2025-02-08chore: Add missing features for 1.0Gabriel A. Giovanini
2025-02-08chore: Update readme TODOsv0.0.21Gabriel A. Giovanini
2025-02-08feat: Add syntax highlight to diffGabriel A. Giovanini
2025-02-08chore: Update dependenciesGabriel A. Giovanini
2025-02-08ref: Use proper time formattingGabriel A. Giovanini
2025-02-08feat: Include humanize codeGabriel A. Giovanini
2025-02-08feat: Add time to commit logsGabriel A. Giovanini
2025-02-08ref: Format fileGabriel A. Giovanini
2025-02-08feat: Include sourcehut scss copyrightGabriel A. Giovanini
2025-02-06feat: Add option for remove ".git" suffixv0.0.20Gabriel A. Giovanini
2025-02-06feat: Add configuration for ordering repo listGabriel A. Giovanini
Now it is possible to order the list by; unordered, alphabetical and last commit both ascendent and descendent.
2025-02-06feat: Add last commit informationGabriel A. Giovanini
2025-01-26feat: Add log paginationv0.0.19Gabriel A. Giovanini
Now it is possible to navigate through all commit from a given repository. It implements a simple navigation which will plenty for now.
2024-12-13docs: Add more documentation to the config exampleGabriel A. Giovanini
2024-12-13ref: Better log errorsv0.0.18Gabriel A. Giovanini
Some error were being ignored and not logged, making debugging what failed impossible.
2024-12-12feat: Filter private repository from the UIv0.0.17Gabriel A. Giovanini
Now the whole application takes public into account.
2024-12-12feat: Add private label to the UIGabriel A. Giovanini
Now private repository will have a private label on the list.
2024-12-12fix: Ignore error log for ErrNoCookieGabriel A. Giovanini
When an unlogged user request the page it will always return ErrNoCookie.
2024-12-12feat: Allow multiples scan configurationGabriel A. Giovanini
Now it allow to register multiples scan configuration
2024-12-11chore: Update dependenciesGabriel A. Giovanini
2024-12-11feat: Disable auth if passphrase is emptyGabriel A. Giovanini
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup.
2024-12-11fix: Add leading slash to avoid redirectGabriel A. Giovanini
2024-12-11feat: Add login redirectGabriel A. Giovanini
Now login will return to page before the user clicked on login
2024-12-11feat: 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-28fix: Add missing trailing backslashGabriel A. Giovanini
This will prevent refs tabs from returning 301.
2024-10-28ref: Organize those block a bit betterGabriel A. Giovanini
Those are some weird configuration to fix some edge cases.
2024-10-28feat: Add service to handle authGabriel A. Giovanini
2024-10-28feat: Add skeleton login pageGabriel A. Giovanini
2024-10-28feat: Add login link to the headerGabriel A. Giovanini
2024-10-28fix: Add ldflags to runGabriel A. Giovanini
Without it go run can't set the proper slug for the css file.
2024-10-08fix: User author info instead of committerv0.0.16Gabriel A. Giovanini
Make use of the correct information when displaying commit info.
2024-10-06feat: Add docker supportMarco Andronaco
2024-10-05ref: Make the warning less disruptivev0.0.15Gabriel A. Giovanini
Now the project is getting into a better shape I made the warning a less disruptive.
2024-10-05feat: Remove config pageGabriel A. Giovanini
That page was created as playground and had some debug purpose. Now that is not longer used and with introduction of sensible information (hash and aes-key) that has to go.
2024-10-05feat: Make syntax highlight configurableGabriel A. Giovanini
Now cerrado has configurable theme through "syntax-highlight".
2024-10-05ref: Use html syntax highlight for qtplGabriel A. Giovanini
For lack of better syntax highlight this should make reading the file easier.
2024-10-05ref: Makefile takes all go files into accountGabriel A. Giovanini
It leverages the fact that make checks file modification timestamps so it does not compile again if there is no change. Now the all the files generated take that into account when using makefile (scss, qtpl and go).
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-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-05feat: Add install ruleGabriel A. Giovanini
Now it is possible to run "make install".
2024-10-05chore: Regenerate go templatesGabriel A. Giovanini
Now they should have correct path for the source template file.
2024-10-05ref: Refactor makefileGabriel A. Giovanini
Now the makefile file takes into account the source folder for temaplating and scss, which means it will not regeneratem them every time you run "make" or "make run". This speeds up local development iterations.
2024-10-05doc: Add more info about contributingGabriel A. Giovanini
2024-10-02feat: Add command to generate user passphraseGabriel A. Giovanini
2024-10-02chore: Update packagesGabriel A. Giovanini