| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 40 hours | feat: Add session variable | Gabriel A. Giovanini | |
| This will allow the css to be refreshed once the server is restarted. This allows the admin to update the theme configuration and have it reflected in the browser. | |||
| 40 hours | feat: Add slug to css so we can cache it forever | Gabriel A. Giovanini | |
| 40 hours | feat: Write css dark/light theme on standalone url | Gabriel A. Giovanini | |
| This will allow tho write both themes into the same css file. Also mend with the css generate by chroma so it can be nested. | |||
| 41 hours | feat: Add option to configure dark/light themes | Gabriel A. Giovanini | |
| 2025-07-02 | feat: Show git clone url on summaryv0.3 | Gabriel A. Giovanini | |
| 2025-06-05 | feat: Add hostname config | Gabriel A. Giovanini | |
| 2025-06-04 | feat: Wrap request | Gabriel A. Giovanini | |
| Since request is not a interface I need to create a wraper for it so I can extend it later. | |||
| 2025-06-01 | fix: reader variable was being shadowed | Gabriel A. Giovanini | |
| Larger projects that trigger the client to go for gzip was erring. Gzip reader was not setting a variable but rather creating a new one. That led the "git-upload-pack" to received the compressed date rendering it unable to read the packet lines. | |||
| 2025-03-30 | feat: Add initial support for http git clonev0.2.1 | Gabriel A. Giovanini | |
| 2025-03-25 | feat: Add ref page | Gabriel A. Giovanini | |
| Now there is page more tailored to a single ref. | |||
| 2025-02-15 | ref: Make summary more lean | Gabriel A. Giovanini | |
| Now it will only show the first 3 tags to better distribute the page content. | |||
| 2025-02-15 | feat: Add tag and branch to log | Gabriel A. Giovanini | |
| Now it is possible to see tag and branch on the log page. | |||
| 2025-02-15 | feat: Add wrapper for commit | Gabriel 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-08 | feat: Add syntax highlight to diff | Gabriel A. Giovanini | |
| 2025-02-08 | feat: Include humanize code | Gabriel A. Giovanini | |
| 2025-02-06 | feat: Add option for remove ".git" suffixv0.0.20 | Gabriel A. Giovanini | |
| 2025-02-06 | feat: Add configuration for ordering repo list | Gabriel A. Giovanini | |
| Now it is possible to order the list by; unordered, alphabetical and last commit both ascendent and descendent. | |||
| 2025-02-06 | feat: Add last commit information | Gabriel A. Giovanini | |
| 2025-01-26 | feat: Add log paginationv0.0.19 | Gabriel 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-13 | ref: Better log errorsv0.0.18 | Gabriel A. Giovanini | |
| Some error were being ignored and not logged, making debugging what failed impossible. | |||
| 2024-12-12 | feat: Filter private repository from the UIv0.0.17 | Gabriel A. Giovanini | |
| Now the whole application takes public into account. | |||
| 2024-12-12 | feat: Add private label to the UI | Gabriel A. Giovanini | |
| Now private repository will have a private label on the list. | |||
| 2024-12-12 | fix: Ignore error log for ErrNoCookie | Gabriel A. Giovanini | |
| When an unlogged user request the page it will always return ErrNoCookie. | |||
| 2024-12-12 | feat: Allow multiples scan configuration | Gabriel A. Giovanini | |
| Now it allow to register multiples scan configuration | |||
| 2024-12-11 | feat: Disable auth if passphrase is empty | Gabriel A. Giovanini | |
| Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup. | |||
| 2024-12-11 | feat: Add login redirect | Gabriel A. Giovanini | |
| Now login will return to page before the user clicked on login | |||
| 2024-12-11 | feat: Add UI/Handler login process | Gabriel 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-28 | feat: Add service to handle auth | Gabriel A. Giovanini | |
| 2024-10-28 | feat: Add skeleton login page | Gabriel A. Giovanini | |
| 2024-10-05 | feat: Remove config page | Gabriel 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-05 | feat: Make syntax highlight configurable | Gabriel A. Giovanini | |
| Now cerrado has configurable theme through "syntax-highlight". | |||
| 2024-10-05 | ref: Use html syntax highlight for qtpl | Gabriel A. Giovanini | |
| For lack of better syntax highlight this should make reading the file easier. | |||
| 2024-10-05 | feat: Add hash and aes key to the config file | Gabriel 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-08-04 | feat: Add diff view | Gabriel A. Giovanini | |
| Adds a very simple diff view for a commit | |||
| 2024-07-21 | feat: Add anchor to line number | Gabriel A. Giovanini | |
| 2024-07-21 | feat: Sort tags | Gabriel A. Giovanini | |
| 2024-07-07 | ref: Simplify path builder code | Gabriel A. Giovanini | |
| 2024-07-05 | feat: Add user-agent to logsv0.0.10 | Gabriel A. Giovanini | |
| 2024-07-01 | feat: Add pathing to the tree tabv0.0.9 | Gabriel A. Giovanini | |
| 2024-06-25 | feat: Add commit page | Gabriel A. Giovanini | |
| 2024-06-23 | ref: User correct err naming | Gabriel A. Giovanini | |
| 2024-06-23 | fix: Handle about file not found | Gabriel A. Giovanini | |
| 2024-06-23 | fix: Ignore tar files when compressing | Gabriel A. Giovanini | |
| 2024-06-23 | ref: Move binary handling up to the handler | Gabriel A. Giovanini | |
| Now it is up to the handler to decide whether it wants to render a file or not, git only returns the content. | |||
| 2024-06-23 | fix: Fix bin file not being writen to tar | Gabriel A. Giovanini | |
| FileContent was not working for bin file (nor was meant to). Moving to blob reader solves the issue. | |||
| 2024-06-22 | feat: Add archive capability | Gabriel A. Giovanini | |
| 2024-06-15 | fix: User proper cache control paramv0.0.6 | Gabriel A. Giovanini | |
| 2024-06-15 | fix: Reduce some redirectsv0.0.5 | Gabriel A. Giovanini | |
| 2024-06-15 | feat: Add per repository about page | Gabriel A. Giovanini | |
| 2024-06-15 | feat: Add summary page | Gabriel A. Giovanini | |
