Age | Commit message (Expand) | Author |
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 the tsdoc eslint plugin to the server package | 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-26 | Fixed server typescript module resolution | HampusM |
2021-07-25 | Changed Typescript js & module versions to ES2020 | HampusM |
2021-07-25 | Fixed an issue with the Vue config | HampusM |
2021-07-25 | Reformated the client code a bit | HampusM |
2021-07-25 | Scripts make better use of Yarn workspaces | HampusM |
2021-07-25 | Organized Eslint stuff | HampusM |
2021-07-25 | Revert "Replaced requires with imports in the client vue config" | HampusM |
2021-07-25 | Replaced requires with imports in the client vue config | HampusM |
2021-07-25 | Moved the client babel config to a json file | HampusM |
2021-07-25 | Downgraded the client @babel/core to 7.0.0 & removed Babel's eslint parser | HampusM |
2021-07-25 | Moved eslint stuff to the workspace root | 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-21 | Server package dev script doesn't exit on crash | HampusM |
2021-07-18 | Fixed Vue warnings & cleaned up the Repository view a little | HampusM |
2021-07-18 | Fixed the bug caused by inproper handling of empty patches | HampusM |
2021-07-18 | Backend is run by ts-node instead of node with precompiled ts | HampusM |
2021-07-11 | Updated dependencies & added a bunch of missing dependencies | HampusM |
2021-07-06 | Fixed the client & server packages's dependencies to the shared types | HampusM |
2021-07-06 | Fixed repository redirection & added error handling for fetching repository info | HampusM |
2021-07-06 | API uses shared types | HampusM |
2021-07-06 | Frontend uses shared types | HampusM |
2021-07-06 | Added a package with shared types | HampusM |
2021-07-06 | Migrated frontend to typescript | HampusM |
2021-07-05 | Cleaned up the server eslint config | HampusM |
2021-07-05 | Moved some dependencies to workspaces & fixed client eslint config | HampusM |
2021-07-03 | Made a bunch of frontend stuff work | 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 |