summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix milestones too many SQL variables bug (#10880) (#10904)Lunny Xiao2020-03-312-84/+63
* Protect against NPEs in notifications list (#10879) (#10883)zeripath2020-03-301-3/+18
* Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#...zeripath2020-03-231-3/+1
* Fix bug on branch API (#10767) (#10775)Lunny Xiao2020-03-201-2/+15
* Migrate to go-git/go-git v5.0.0 (#10735) (#10753)Lauris BH2020-03-182-4/+5
* Prevent panic in stopwatch (#10670) (#10673)zeripath2020-03-081-2/+5
* Issue writers perms can modify issues (#10623) (#10626)John Olheiser2020-03-061-0/+2
* Handle deleted base branch in PR (#10618) (#10619)Lauris BH2020-03-051-0/+10
* Logout POST action (#10582) (#10585)John Olheiser2020-03-031-1/+1
* Admin page for managing user e-mail activation (#10557) (#10579)guillep2k2020-03-024-2/+230
* Fix redirection path if Slack webhook channel is invalid (#10566)James Lakin2020-03-021-2/+2
* Fix 404 after activating secondary email (backport of #10547) (#10553)Andreas Shimokawa2020-03-011-1/+1
* Show Signer in commit lists and add basic trust (#10425) (#10524)zeripath2020-02-285-8/+21
* Fix potential bugs (#10513) (#10518)65432020-02-282-5/+5
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)zeripath2020-02-274-15/+52
* Fix double PR notification from API (#10482) (#10486)John Olheiser2020-02-261-3/+0
* Fix admin notices (#10480) (#10483)John Olheiser2020-02-261-1/+1
* Change admin dashboard to POST (#10465) (#10466)John Olheiser2020-02-252-11/+20
* Change action GETs to POST (#10462) (#10464)John Olheiser2020-02-251-6/+6
* Trigger webhooks on issue label-change via API too (#10421) (#10439)65432020-02-241-36/+29
* Various fixes in login sources (#10428) (#10429)zeripath2020-02-238-0/+19
* Fix followers and following tabs in profile (#10202) (#10203)Lauris BH2020-02-092-38/+19
* Fix push-create SSH bugs (#10145) (#10151)John Olheiser2020-02-051-1/+11
* Prevent DeleteUser API abuse (#10125) (#10128)65432020-02-032-1/+7
* working part of #9998 (#10114) (#10115)65432020-02-031-2/+6
* Fix branch page pull request title and link error (#10092) (#10097)Lunny Xiao2020-02-011-1/+1
* Fix milestone API state parameter unhandled (#10049) (#10052)Lunny Xiao2020-01-292-2/+7
* Ensure that feeds are appropriately restricted (#10018) (#10019)zeripath2020-01-282-7/+19
* Fix wiki raw view on sub path (#10002) (#10040)Lunny Xiao2020-01-282-18/+11
* Fix wrong hint when status checking is running on pull request view (#9886) (...Lunny Xiao2020-01-222-10/+12
* Add option to prevent LDAP from deactivating everything on empty search (#987...zeripath2020-01-201-0/+1
* Fix wrong permissions check when issues/prs shared operations (#9885) (#9889)Lunny Xiao2020-01-207-24/+33
* Ensure that 2fa is checked on reset-password (#9857) (#9876)zeripath2020-01-191-8/+75
* Fix issues/pulls dependencies problems (#9842) (#9864)Lunny Xiao2020-01-194-22/+45
* fix (#9837)65432020-01-171-1/+7
* Fix download file wrong content-type (#9825) (#9834)Lunny Xiao2020-01-171-1/+7
* Fix wrong identify poster on a migrated pull request when submi… (#9827) (#...Lunny Xiao2020-01-171-1/+1
* Fix compare (#9808) (#9814)Lunny Xiao2020-01-171-24/+20
* Fix push-to-create (#9772) (#9797)John Olheiser2020-01-161-1/+58
* Fix missing msteam webhook on organization (#9781) (#9794)Lunny Xiao2020-01-161-1/+3
* Fix add team on collaborator page when same name as organization (#9778)David Svantesson2020-01-151-1/+1
* [BugFix] [API] ​/repos​/issues​/search (#9698) (#9724)65432020-01-121-12/+16
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-073-23/+26
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-073-31/+97
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-072-2/+137
* fix swagger description of reaction API (#9617)65432020-01-061-12/+12
* [BugFix] Hide public repos owned by private orgs (#9609)65432020-01-051-0/+1
* Fix create bugs (#9606)John Olheiser2020-01-041-2/+3
* Fix access issues on milestone and issue overview pages. (#9603)David Svantesson2020-01-041-45/+35
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-053-31/+59