index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
Age
Commit message (
Collapse
)
Author
2021-06-21
Removed unnecessary namespace for Git types
HampusM
2021-06-21
The info endpoint only responds with the title & about
HampusM
2021-06-21
The branch endpoint verifies the branch SHA
HampusM
2021-06-21
Improved backend error handling
HampusM
2021-06-21
Made the API more consistent
HampusM
2021-06-21
Added branch & tag API endpoints, tag tarball downloading and added handlers ↵
HampusM
to the api
2021-06-11
Backend is fully in typescript now
HampusM
2021-06-09
The repository api endpoint includes whether or not the repository has a readme
HampusM
2021-06-09
Frontend has proper error handling & api fetching is in it's own file
HampusM
2021-06-07
Refactored the backend. It's written in typescript now.
HampusM
2021-06-07
Organized, switched from Lerna to Yarn workspaces & improved gitignore
HampusM
2021-06-06
Deleted unnecessary files
HampusM
2021-06-05
Added linting to server package & replaced some singlequotes with doublequotes
HampusM
2021-06-05
Reorganized into a monorepo, refactored the frontend again, goodbye Parcel
HampusM