summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Logout POST action (#10582)John Olheiser2020-03-021-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-023-27/+35
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-024-2/+232
* Remove Unused Functions (#10516)65432020-03-022-58/+0
* Fix redirection path if Slack webhook channel is invalid (#10548)James Lakin2020-03-011-2/+2
* Fix 404 after activating secondary email (#10547)Andreas Shimokawa2020-02-291-1/+1
* issue search on my related repositories (#9758)Brad Albright2020-02-291-26/+90
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-294-0/+121
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-283-38/+15
* inform participants on UI too (#10473)65432020-02-281-1/+1
* Fix potential bugs (#10513)65432020-02-272-5/+5
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-276-10/+21
* Fix double PR notification from API (#10482)John Olheiser2020-02-261-3/+0
* Fix admin notices (#10480)John Olheiser2020-02-261-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-2/+7
* Change admin dashboard to POST (#10465)John Olheiser2020-02-252-11/+20
* Change action GETs to POST (#10462)John Olheiser2020-02-251-6/+6
* [API] enable paggination for ListRepoTags (#10454)65432020-02-251-1/+12
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-36/+29
* Various fixes in login sources (#10428)guillep2k2020-02-238-0/+19
* Prevent Firefox from using apple-touch-icon (#10402)silverwind2020-02-231-0/+4
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-224-14/+52
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-211-10/+157
* Add detected file language to code search (#10256)Lauris BH2020-02-202-7/+16
* Add API branch protection endpoint (#9311)David Svantesson2020-02-124-2/+533
* Add feishu webhook support (#10229)Lunny Xiao2020-02-122-0/+78
* Language statistics bar for repositories (#8037)Lauris BH2020-02-114-2/+19
* [API] let admin check org membership on other users (#10201)65432020-02-091-1/+1
* Fix followers and following tabs in profile (#10202)Lauris BH2020-02-092-38/+25
* [API] Fix inconsistent label color format (#10129)65432020-02-092-3/+25
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-1/+11
* Prevent DeleteUser API abuse (#10125)65432020-02-032-1/+7
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-1/+1
* working part of #9998 (#10114)65432020-02-031-2/+6
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-1/+3
* Improve push update options (#10105)Lunny Xiao2020-02-021-9/+2
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-1/+7
* Fix branch page pull request title and link error (#10092)Lunny Xiao2020-02-011-1/+1
* API endpoint for repo transfer (#9947)65432020-01-314-7/+110
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-292-4/+27
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-292-2/+7
* Refactor api repo dir (#10048)65432020-01-293-234/+264
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-286-4/+128
* Minor typo fix (#10043)Andy Harrison2020-01-281-1/+1
* Fix wiki raw view on sub path (#10002)Lunny Xiao2020-01-282-18/+11
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-2/+2
* On merge of already closed PR redirect back to the pulls page (#10010)zeripath2020-01-271-4/+18
* fix commit view JS features, reimplement folding (#9968)silverwind2020-01-261-0/+2
* Fix wrong paging on org members (#9990)Lunny Xiao2020-01-261-1/+1
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-13/+16