aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 daysref: Use html syntax highlight for qtplGabriel A. Giovanini
For lack of better syntax highlight this should make reading the file easier.
13 daysref: 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).
13 daysfeat: 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.
13 daysfeat: Add command to generate hash and aes keyGabriel A. Giovanini
This makes easier for an user to setup those value later.
13 daysfeat: Add install ruleGabriel A. Giovanini
Now it is possible to run "make install".
13 dayschore: Regenerate go templatesGabriel A. Giovanini
Now they should have correct path for the source template file.
13 daysref: 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.
13 daysdoc: 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
2024-08-04feat: Handle submodulev0.0.14Gabriel A. Giovanini
Submodules tree entries won't have a broken link and will be labeled properly.
2024-08-04feat: Add diff viewGabriel A. Giovanini
Adds a very simple diff view for a commit
2024-07-21doc: Add one ideaGabriel A. Giovanini
2024-07-21feat: Add tar.gz link to commit pagev0.0.13Gabriel A. Giovanini
2024-07-21feat: Add anchor to line numberGabriel A. Giovanini
2024-07-21ref: Remove space waste from pre marginGabriel A. Giovanini
2024-07-21chore: Update todov0.0.12Gabriel A. Giovanini
2024-07-21feat: Sort tagsGabriel A. Giovanini
2024-07-07ref: Simplify path builder codeGabriel A. Giovanini
2024-07-05feat: Add user-agent to logsv0.0.10Gabriel A. Giovanini
2024-07-01feat: Add pathing to the tree tabv0.0.9Gabriel A. Giovanini
2024-06-25chore: Update readme and add LICENSEGabriel A. Giovanini
2024-06-25ref: Align navbarsv0.0.8Gabriel A. Giovanini
2024-06-25feat: Add commit pageGabriel A. Giovanini
2024-06-25ref: Redo commit cellGabriel A. Giovanini
2024-06-23ref: Reorder sub headerv0.0.7Gabriel A. Giovanini
2024-06-23ref: User correct err namingGabriel A. Giovanini
2024-06-23fix: Handle about file not foundGabriel A. Giovanini
2024-06-23fix: Ignore tar files when compressingGabriel A. Giovanini
2024-06-23ref: Move binary handling up to the handlerGabriel 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-23fix: Fix bin file not being writen to tarGabriel A. Giovanini
FileContent was not working for bin file (nor was meant to). Moving to blob reader solves the issue.
2024-06-22feat: Add archive capabilityGabriel A. Giovanini
2024-06-15fix: User proper cache control paramv0.0.6Gabriel A. Giovanini
2024-06-15ref: Make slug configurableGabriel A. Giovanini
2024-06-15fix: Reduce some redirectsv0.0.5Gabriel A. Giovanini
2024-06-15feat: Add per repository about pageGabriel A. Giovanini
2024-06-15feat: Add summary pageGabriel A. Giovanini
2024-06-15fix: Add support lightweight tagsGabriel A. Giovanini
For now all tags are read as reference. That cause tags to not carry its message body by default but it will be added in the future. For now simple tags will do.
2024-06-12feat: Add wip bannerv0.0.4Gabriel A. Giovanini
2024-06-11fix: Make use of the descriptionv0.0.3Gabriel 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: Add global reference to ref and nameGabriel A. Giovanini
2024-06-09feat: Per repository configurationGabriel A. Giovanini
2024-06-08feat: Add encoding and size to logGabriel A. Giovanini
2024-06-08feat: Add error handlingGabriel A. Giovanini
2024-06-07feat: Rework some pagesGabriel A. Giovanini
2024-06-07feat: Add compressionGabriel A. Giovanini
2024-06-07feat: Add blob endpointGabriel A. Giovanini
2024-06-01ref: Remove muxGabriel A. Giovanini