summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-2457-216/+720
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-1/+5
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-222-10/+12
* add remote ip to the invalid credentials error message (#9918)bobemoe2020-01-211-3/+3
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-5/+7
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+3
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-207-24/+33
* Add top author stats to activity page (#9615)Lauris BH2020-01-201-0/+5
* Add option to prevent LDAP from deactivating everything on empty search (#9879)zeripath2020-01-201-0/+1
* Ensure that 2fa is checked on reset-password (#9857)zeripath2020-01-191-8/+75
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-194-22/+45
* [Docs] add usefull info to REQUIRE_SIGNIN_VIEW (#9848)65432020-01-171-1/+1
* Improve notification pager (#9821)Lunny Xiao2020-01-171-8/+14
* fix (#9836)65432020-01-171-1/+7
* Fix download file wrong content-type (#9825)Lunny Xiao2020-01-171-1/+7
* Fix wrong identify poster on a migrated pull request when submi… (#9827)Lunny Xiao2020-01-171-1/+1
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-174-131/+157
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-172-1/+82
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-12/+14
* Fix compare (#9808)Lunny Xiao2020-01-161-24/+20
* Remove unnecessary permissions load (#9796)Lunny Xiao2020-01-163-20/+4
* Fix push-to-create (#9772)John Olheiser2020-01-161-1/+58
* Fix missing msteam webhook on organization (#9781)Lunny Xiao2020-01-151-1/+3
* Fix #9662 (#9767)David Svantesson2020-01-151-1/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-152-4/+4
* Add require signed commit for protected branch (#9708)zeripath2020-01-155-18/+169