Age | Commit message (Expand) | Author |
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 |
2021-06-21 | Made the API more consistent | HampusM |
2021-06-21 | Added branch & tag API endpoints, tag tarball downloading and added handlers ... | HampusM |
2021-06-16 | Added redesign to the todo in the readme | HampusM |
2021-06-11 | Added license for Material Icons | HampusM |
2021-06-11 | Implemented title and favicon stuff | HampusM |
2021-06-11 | Fixed the client eslintrc's ignorePatterns | HampusM |
2021-06-11 | Deleted an unused Vue.js logo | HampusM |
2021-06-11 | Improved the look of the tree a little | HampusM |
2021-06-11 | Fixed BaseBreadcrumb, RepositoryTree & the log and tree views | HampusM |
2021-06-11 | Backend is fully in typescript now | HampusM |
2021-06-11 | Goodbye, Bootstrap & added a button component | HampusM |
2021-06-09 | Added an about page | HampusM |
2021-06-09 | Improved the RepositoryTreeBlob component | HampusM |
2021-06-09 | The repository api endpoint includes whether or not the repository has a readme | HampusM |
2021-06-09 | Changed all single quotes to double quotes in the client eslintrc | HampusM |
2021-06-09 | Added third party licenses | HampusM |
2021-06-09 | Implemented markdown support | HampusM |
2021-06-09 | Frontend has proper error handling & api fetching is in it's own file | HampusM |
2021-06-08 | Updated the readme | HampusM |
2021-06-07 | Improved the size and positioning of the HomeProjectsHeader component | HampusM |
2021-06-07 | Fixed the CommitPatch component's check for whether a hunk line is new or del... | HampusM |
2021-06-07 | Added the license back because i accidentally deleted it. | HampusM |
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 |