summaryrefslogtreecommitdiffstats
path: root/gitsrht
AgeCommit message (Expand)Author
2018-11-16Fix XSS issue on raw blobsDrew DeVault
2018-11-16Revert "TEMP Fix lookup_user when multiple results found"Drew DeVault
2018-11-16TEMP Fix lookup_user when multiple results foundDrew DeVault
2018-11-16Add CSRF tokensDrew DeVault
2018-11-15Use pygit2.Repository.free after each requestDrew DeVault
2018-11-12Fix submodules in tree viewDrew DeVault
2018-11-10Render bios as markdown on profile pageDrew DeVault
2018-11-09Bump version of markdown cacheDrew DeVault
2018-11-05Fix commit url for buildsAmin Bandali
2018-10-27Temporarily disable tree walkingDrew DeVault
2018-10-25Increment version of readme cacheDrew DeVault
2018-10-24Handle un-decodable "text" dataDrew DeVault
2018-10-18Abort repo.tree if there is no treeDrew DeVault
2018-10-16Speed up finding latest commitsIvan Habunek
2018-10-15Fix patches not appearing correctlyDrew DeVault
2018-10-13Set url_map.strict_slashes = FalseDrew DeVault
2018-10-11Fix log page handling of initial commitDrew DeVault
2018-10-11Fix diff of initial commitDrew DeVault
2018-10-06Remove lru_cache from git.pyDrew DeVault
2018-10-03Implement redirects in git.sr.ht v2Drew DeVault
2018-10-03Add settings link to empty repo pageDrew DeVault
2018-10-03Fix 500 on ref detail pageDrew DeVault
2018-10-02Don't capture stderr/stdout of git subprocessesDrew DeVault
2018-10-02Wow I should test things before I push themDrew DeVault
2018-10-02Improvements to archive generationDrew DeVault
2018-10-01DRY up ref lookup and handle ValueErrorsDrew DeVault
2018-10-01Prevent 500 on missing refsDrew DeVault
2018-10-01Fix this dumb fucking archive endpointDrew DeVault
2018-10-01Remove settings link for non-owners of a repoDrew DeVault
2018-10-01PolishDrew DeVault
2018-10-01Add annotated ref pageDrew DeVault
2018-10-01Add refs pageDrew DeVault
2018-10-01Swap roles of patch and browse buttonsDrew DeVault
2018-10-01Add title to commit pagesDrew DeVault
2018-10-01Reduce margin between commit info and diffDrew DeVault
2018-10-01Wire up browse and patch buttonsDrew DeVault
2018-10-01Add padding between commit summary and diffDrew DeVault
2018-10-01Fix browsing by tagsDrew DeVault
2018-10-01Wire up commit placeholder links throughoutDrew DeVault
2018-10-01Implement commit viewDrew DeVault
2018-10-01Flesh out log view a bitDrew DeVault
2018-10-01Populate log link on summary pageDrew DeVault
2018-10-01Add basic pagination to git logDrew DeVault
2018-09-30Remove padding on blob <pre> areaDrew DeVault
2018-09-30Remove whitespace from bottom of blob pageDrew DeVault
2018-09-30Add editorconfig supportDrew DeVault
2018-09-22Basic git log supportDrew DeVault
2018-09-22Implement tarball downloadsDrew DeVault
2018-09-22Add support for browsing refs other than masterDrew DeVault
2018-09-22Reduce markdown/highlight cache expiry to 7 daysDrew DeVault