aboutsummaryrefslogtreecommitdiff
path: root/packages/server
AgeCommit message (Expand)Author
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
2021-06-25Cleaned up the backendHampusM
2021-06-24Refactored the backend yet againHampusM
2021-06-22Simplified the opening of repositoriesHampusM
2021-06-22Organized the git-related typesHampusM
2021-06-22Git-receive-pack responds 403 & info/refs responds with content type text/pla...HampusM
2021-06-22Refactored the backend yet again & got eslint too work with typescriptHampusM
2021-06-21Split the v1 api into two filesHampusM
2021-06-21Removed unnecessary namespace for Git typesHampusM
2021-06-21The info endpoint only responds with the title & aboutHampusM
2021-06-21The branch endpoint verifies the branch SHAHampusM
2021-06-21Improved backend error handlingHampusM
2021-06-21Made the API more consistentHampusM
2021-06-21Added branch & tag API endpoints, tag tarball downloading and added handlers ...HampusM
2021-06-11Backend is fully in typescript nowHampusM
2021-06-09The repository api endpoint includes whether or not the repository has a readmeHampusM
2021-06-09Frontend has proper error handling & api fetching is in it's own fileHampusM
2021-06-07Refactored the backend. It's written in typescript now.HampusM
2021-06-07Organized, switched from Lerna to Yarn workspaces & improved gitignoreHampusM
2021-06-06Deleted unnecessary filesHampusM
2021-06-05Added linting to server package & replaced some singlequotes with doublequotesHampusM
2021-06-05Reorganized into a monorepo, refactored the frontend again, goodbye ParcelHampusM