summaryrefslogtreecommitdiffstats
path: root/gitsrht
AgeCommit message (Expand)Author
2019-07-23Add commits-since-tagHEADmasterMatthias Beyer
2019-07-12Use srht.flask.session instead of flask.sessionDrew DeVault
2019-07-12Show indicator if repo is unlisted/privateDrew DeVault
2019-07-12Fix unbound local when fetching log of empty repoDrew DeVault
2019-07-10Fix tree path traversal for repo tree API endpointRyan Chan
2019-07-07Add color option to annotationsDrew DeVault
2019-07-07Only fetch annotations when using cold cacheDrew DeVault
2019-07-06Scope annotations to a repo IDDrew DeVault
2019-07-06Lock down annotations to UserAccess.manageDrew DeVault
2019-07-06Implement annotationsDrew DeVault
2019-06-25Use a None default when reading builds.sr.ht configDenis Laxalde
2019-06-24Drop unused import of buildsrhtDenis Laxalde
2019-06-23Check subprocesses exit code in repo initDenis Laxalde
2019-06-22Fix trees whose entries have the same hashDrew 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-27Prevent crash in post-update hook when ref is deletedMichael Forney
2019-04-23Use Tag, not pygit2.TagDrew DeVault
2019-04-23Fix syntax error in gitsrht/submit.pyDrew DeVault
2019-04-23Handle new tags in gitsrht/submit.pyDrew DeVault
2019-04-23Add RepoWebhook (for post-update webhooks)Drew DeVault
2019-04-22Implement repo data APIDrew DeVault
2019-04-19Set up scm.sr.ht webhooksDrew DeVault
2019-04-18Import delegated scopes from scm.sr.htDrew DeVault
2019-04-18Moved authorization endpoint to scm.sr.htLudovic Chabant
2019-04-12Fix 500's on bots crawling some reposDrew DeVault
2019-04-11Reverse order of commit author & msg in buildsDrew DeVault
2019-04-11Updates for scm.sr.ht private repo submissionDrew DeVault
2019-04-11Remove broken API stuffDrew DeVault
2019-04-11Allow readme to link to repository filesStephen Brennan
2019-04-09Update to use core.sr.ht's get_originDrew DeVault
2019-04-01Ignore additional editorconfig errorsDrew DeVault
2019-03-14Rename worker module to submitLudovic Chabant
2019-03-14Refactor post update hook to use scmsrhtLudovic Chabant
2019-02-18Flush database before ensuring SSH keysDrew DeVault
2019-02-14Simplify gitsrht-keysDrew DeVault
2019-02-14Rewrite gitsrht-dispatch in GoDrew DeVault
2019-02-14Fetch user SSH keys from meta.sr.htDrew DeVault
2019-02-14Rig up SSH key notify webhookDrew DeVault
2019-02-11Fix usage of next()Drew DeVault
2019-02-11Cast editorconfig values to intDrew DeVault
2019-02-11Add resilience to shitty editorconfigsDrew DeVault
2019-02-11Fix StopIteration in tree viewDrew DeVault
2019-02-11Use layout-full where appropriateDrew DeVault
2019-02-06Update index theme, split out dashboard templateDrew DeVault
2019-02-06Remove whitespace around svg <title> elementIvan Habunek
2019-02-05Pull max line width from editorconfig in blob viewDrew DeVault
2019-01-29Remove tilde hacksIvan Habunek