index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-06-03
Made patch line nr and +/- columns unselectable
HampusM
2021-06-03
Added missing semicolons in the CommitPatch component
HampusM
2021-06-03
Added a proper blob page
HampusM
2021-06-03
Created a breadcrumb component & the tree page has a breadcrumb and a better ...
HampusM
2021-06-02
Added a tree page
HampusM
2021-06-02
The tree route optionally gets path from query param & has error handling
HampusM
2021-06-02
Added missing semicolons in the RepositoryCommit component
HampusM
2021-06-02
Log now includes all commits
HampusM
2021-06-02
Tree data includes last commit, cleaned up the GetTree function
HampusM
2021-05-30
Added a tree api endpoint
HampusM
2021-05-29
Added missing semicolons and deleted trailing commas
HampusM
2021-05-28
Cleaned up & added a couple of Eslint rules
HampusM
2021-05-28
Added a clone-dropdown & made multiple small frontend improvements
HampusM
2021-05-27
Implemented cloning in backend
HampusM
2021-05-26
Switched web framework from Express.js to Fastify & improved the backend
HampusM
2021-05-24
API calls uses window.location
HampusM
2021-05-24
Restructured the whole project & added Nodemon and Concurrently
HampusM
2021-05-24
Added loading overlays & fixed the default RepositoryHeader data values
HampusM
2021-05-23
Frontend used Vue.js & Added ESLint
HampusM
2021-05-20
Added commit-page
HampusM
2021-04-22
Added log page, Implemented a function for creating elements
HampusM
2021-04-20
Moved most of the page to js, added settings & removed a bunch of hardcoded s...
HampusM
2021-04-17
Finished repos api endpoint, created complete repos page & removed dist dir
HampusM
2021-04-16
Added basic backend code, two api endpoints & sanitization
HampusM
2021-04-16
Initial commit
HampusM