aboutsummaryrefslogtreecommitdiff
path: root/packages/server
AgeCommit message (Expand)Author
2021-08-18Implemented caching for certain API endpoints, Added documentation & made bac...HampusM
2021-08-15Improved route parameter validationHampusM
2021-08-15Added a count query parameter to the log API endpointHampusM
2021-08-15Rewrote the commit author fingerprint function & implemented commit signature...HampusM
2021-08-14Revamped backend error handling & improved imports in testsHampusM
2021-08-12Cleaned up the settings implementation & renamed base_dir project-wide to git...HampusM
2021-08-11Implemented gpg signed commit supportHampusM
2021-08-10Removed newlines from the end of some filesHampusM
2021-08-08Added a count query param for the tree history API endpointHampusM
2021-08-08Added a tree commit history API endpointHampusM
2021-08-07Implemented tree entry commit historyHampusM
2021-08-06Simplified getting tree entries's last commitsHampusM
2021-08-05The tree API has a branch query param & made repository branch less hardcodedHampusM
2021-08-05The log API endpoint has a branch parameter & fixed the tree entry latest com...HampusM
2021-08-02Added documentation generation with TypedocHampusM
2021-08-02Fixed package import issues in the tag & commit filesHampusM
2021-08-02Renamed the shared types package to apiHampusM
2021-07-29Organized tsconfigs, fixed tests and improved some backend functionsHampusM
2021-07-29Refactored & improved the backend yet againHampusM
2021-07-27Improved a bunch of small things in the backendHampusM
2021-07-27Refactored the backend a bit & added TSDoc/JSDoc comments to the diff classHampusM
2021-07-27Fixed the repos and repo api endpointsHampusM
2021-07-26Added the tsdoc eslint plugin to the server packageHampusM
2021-07-26Added backend TSDoc/JSDoc comments & refactored a tiny bitHampusM
2021-07-26Refactored the git tree, tree entry & blob classesHampusM
2021-07-26Fixed server typescript module resolutionHampusM
2021-07-25Changed Typescript js & module versions to ES2020HampusM
2021-07-25Scripts make better use of Yarn workspacesHampusM
2021-07-25Organized Eslint stuffHampusM
2021-07-25Moved eslint stuff to the workspace rootHampusM
2021-07-25Moved backend routes to a dedicated directoryHampusM
2021-07-25Removed the verifyGitRequest functionHampusM
2021-07-24Cleaned up & improved the git http backendHampusM
2021-07-23Added a content type parser for x-git-receive-packHampusM
2021-07-23Cleaned and improved the backendHampusM
2021-07-22Improved error handling in some misc functionsHampusM
2021-07-22Unexported PatchHeaderData & cleaned up imports in the diff unit testHampusM
2021-07-22Added diff unit test & exported the PatchHeaderData typeHampusM
2021-07-21Began with better backend error handling & cleaned up the backendHampusM
2021-07-21Made the custom request params and query string types into records.HampusM
2021-07-21Server package dev script doesn't exit on crashHampusM
2021-07-18Fixed the bug caused by inproper handling of empty patchesHampusM
2021-07-18Backend is run by ts-node instead of node with precompiled tsHampusM
2021-07-11Updated dependencies & added a bunch of missing dependenciesHampusM
2021-07-06Fixed the client & server packages's dependencies to the shared typesHampusM
2021-07-06API uses shared typesHampusM
2021-07-05Cleaned up the server eslint configHampusM
2021-07-05Moved some dependencies to workspaces & fixed client eslint configHampusM
2021-07-03Entries in the tree endpoint data contains name and not path & tree endpoint ...HampusM
2021-06-25Fixed a bug with commit patch's bounds & removed some unnecessary awaitsHampusM