index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Fixed issue where home view scrolls for no reason
HampusM
2021-06-06
Fixed the clean script
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
Renamed the progress title to todo in the readme & added a few things to the ...
HampusM
2021-06-05
Reorganized into a monorepo, refactored the frontend again, goodbye Parcel
HampusM
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-29
Fixed the formatting and stuff in the readme
HampusM
2021-05-29
Fixed the spacing in the readme
HampusM
2021-05-29
Added a readme
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-26
Renamed project to Githermit
HampusMat
2021-05-24
API calls uses window.location
HampusM
2021-05-24
The package.json dev script now exits on crash
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-23
The commit-patch length-check also checks line length
HampusM
2021-05-22
Made some Git functions prettier
HampusM
2021-05-20
The function for getting git repos was inproper. So I fixed it.
HampusM
2021-05-20
Added commit-page
HampusM
2021-05-20
Too large patch diffs become hidden
HampusM
2021-05-19
The git commit function probably works now
HampusM
2021-05-19
Backend uses nodegit, gettings repos is a single function & backend cleaned up
HampusM
2021-05-19
Switched package manager to npm & added nodegit to package.json
HampusM
2021-05-14
Fixed even more commit parsing bugs & added console logs
HampusM
2021-05-13
Improved commit parsing, fixed tiny mistakes that caused bugs
HampusM
2021-05-12
Switched to date-fns's implementation of time difference formatting
HampusM
2021-05-10
Fixed commit file index regex because Git is weird
HampusM
2021-05-10
Commit endpoint includes hash, author & date and removed unnecessary characte...
HampusM
2021-05-10
Fixed commit parsing bug caused by empty files
HampusM
2021-05-10
Added a commit api endpoint & cleaned up a little
HampusM
2021-04-22
Added log page, Implemented a function for creating elements
HampusM
2021-04-22
Git execution uses spawn, optimized & cleaned up
HampusM
2021-04-22
Deleted dist files & added dist to gitignore
HampusM
[next]