index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
Age
Commit message (
Expand
)
Author
2021-08-18
Cleaned up backend routes's imports
HampusM
2021-08-18
Implemented caching for certain API endpoints, Added documentation & made bac...
HampusM
2021-08-15
Improved route parameter validation
HampusM
2021-08-15
Added a count query parameter to the log API endpoint
HampusM
2021-08-15
Rewrote the commit author fingerprint function & implemented commit signature...
HampusM
2021-08-14
Revamped backend error handling & improved imports in tests
HampusM
2021-08-12
Cleaned up the settings implementation & renamed base_dir project-wide to git...
HampusM
2021-08-11
Implemented gpg signed commit support
HampusM
2021-08-10
Removed newlines from the end of some files
HampusM
2021-08-08
Added a count query param for the tree history API endpoint
HampusM
2021-08-08
Added a tree commit history API endpoint
HampusM
2021-08-07
Implemented tree entry commit history
HampusM
2021-08-06
Simplified getting tree entries's last commits
HampusM
2021-08-05
The tree API has a branch query param & made repository branch less hardcoded
HampusM
2021-08-05
The log API endpoint has a branch parameter & fixed the tree entry latest com...
HampusM
2021-08-02
Added documentation generation with Typedoc
HampusM
2021-08-02
Fixed package import issues in the tag & commit files
HampusM
2021-08-02
Renamed the shared types package to api
HampusM
2021-07-29
Organized tsconfigs, fixed tests and improved some backend functions
HampusM
2021-07-29
Refactored & improved the backend yet again
HampusM
2021-07-27
Improved a bunch of small things in the backend
HampusM
2021-07-27
Refactored the backend a bit & added TSDoc/JSDoc comments to the diff class
HampusM
2021-07-27
Fixed the repos and repo api endpoints
HampusM
2021-07-26
Added backend TSDoc/JSDoc comments & refactored a tiny bit
HampusM
2021-07-26
Refactored the git tree, tree entry & blob classes
HampusM
2021-07-25
Moved backend routes to a dedicated directory
HampusM
2021-07-25
Removed the verifyGitRequest function
HampusM
2021-07-24
Cleaned up & improved the git http backend
HampusM
2021-07-23
Added a content type parser for x-git-receive-pack
HampusM
2021-07-23
Cleaned and improved the backend
HampusM
2021-07-22
Improved error handling in some misc functions
HampusM
2021-07-22
Unexported PatchHeaderData & cleaned up imports in the diff unit test
HampusM
2021-07-22
Added diff unit test & exported the PatchHeaderData type
HampusM
2021-07-21
Began with better backend error handling & cleaned up the backend
HampusM
2021-07-21
Made the custom request params and query string types into records.
HampusM
2021-07-18
Fixed the bug caused by inproper handling of empty patches
HampusM
2021-07-06
API uses shared types
HampusM
2021-07-03
Entries in the tree endpoint data contains name and not path & tree endpoint ...
HampusM
2021-06-25
Fixed a bug with commit patch's bounds & removed some unnecessary awaits
HampusM
2021-06-25
Cleaned up the backend
HampusM
2021-06-24
Refactored the backend yet again
HampusM
2021-06-22
Simplified the opening of repositories
HampusM
2021-06-22
Organized the git-related types
HampusM
2021-06-22
Git-receive-pack responds 403 & info/refs responds with content type text/pla...
HampusM
2021-06-22
Refactored the backend yet again & got eslint too work with typescript
HampusM
2021-06-21
Split the v1 api into two files
HampusM
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
[next]