summaryrefslogtreecommitdiffstats
path: root/gitsrht/blueprints/repo.py
AgeCommit message (Expand)Author
2019-07-07Only fetch annotations when using cold cacheDrew DeVault
2019-07-06Scope annotations to a repo IDDrew DeVault
2019-07-06Implement annotationsDrew DeVault
2019-06-10More tag fixesDrew DeVault
2019-06-10Skip these bloody broken tagsDrew DeVault
2019-06-10Fix AnnotatedRef for blob tagsDrew DeVault
2019-06-10Fix a few bugs found with test-git-web-interfaceDrew DeVault
2019-04-18Moved authorization endpoint to scm.sr.htLudovic Chabant
2019-04-12Fix 500's on bots crawling some reposDrew DeVault
2019-04-11Allow readme to link to repository filesStephen Brennan
2019-02-11Fix usage of next()Drew DeVault
2019-02-11Fix StopIteration in tree viewDrew DeVault
2019-01-29Remove tilde hacksIvan Habunek
2019-01-22Fix crash when there's no README fileLudovic Chabant
2019-01-22Remove templates and formatting code available in scmsrhtLudovic Chabant
2019-01-22Replace repo management code with scmsrht libLudovic Chabant
2019-01-17List default branch first on refs pageRobin Krahl
2018-12-20404 when trying to browse submodulesDrew DeVault
2018-12-12Link to tag release notes from summary pageDrew DeVault
2018-12-12Fix browsing branches with / in the nameDrew DeVault
2018-12-12Add support for py-redis 3.xDrew DeVault
2018-11-30Handle non-UTF-8 READMEsDrew DeVault
2018-11-30Show only local branches on refs pageIvan Habunek
2018-11-30Remove unused importsIvan Habunek
2018-11-30Use the same empty repo page for all repo viewsIvan Habunek
2018-11-30Extract clone_urls to a filterIvan Habunek
2018-11-24Tweaks to contributors pageDrew DeVault
2018-11-24Add git contributors viewIvan Habunek
2018-11-20Add shebang filetype detectionTom Lebreux
2018-11-18Minor tweaks to RSS supportDrew DeVault
2018-11-18Implement RSS feeds for refs and logIvan Habunek
2018-11-18Remove extraneous debug loggingDrew DeVault
2018-11-17Fix typo in repo.py's authorize functionDrew DeVault
2018-11-16Add authorization endpoint for HTTP clonesDrew DeVault
2018-11-16Fix XSS issue on raw blobsDrew DeVault
2018-11-15Use pygit2.Repository.free after each requestDrew DeVault
2018-11-09Bump version of markdown cacheDrew 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-11Fix diff of initial commitDrew DeVault
2018-10-03Implement redirects in git.sr.ht v2Drew 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