summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Ensure executable bit is kept on the web editor (#10607) (#10614)Lunny Xiao2020-03-051-2/+10
* Fix potential bugs (#10513) (#10518)65432020-02-281-1/+1
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)zeripath2020-02-271-4/+24
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)guillep2k2020-02-261-1/+1
* Change admin dashboard to POST (#10465) (#10466)John Olheiser2020-02-251-0/+10
* Fix webhook bug (#10427) (#10432)Lunny Xiao2020-02-241-2/+2
* Various fixes in login sources (#10428) (#10429)zeripath2020-02-232-6/+8
* Don't manually replace whitespace during render (#10291) (#10315)mrsdizzie2020-02-172-2/+0
* Fix Workerpool deadlock (#10283) (#10284)zeripath2020-02-152-3/+4
* Stop hanging issue indexer initialisation from preventing shutdown (#10243) (...zeripath2020-02-121-17/+15
* Fix commit between two commits calculation if there is only last commit (#102...Lauris BH2020-02-111-1/+1
* Prevent double waitgroup decrement (#10170) (#10175)guillep2k2020-02-071-3/+7
* Sanitize credentials in mirror form (#9975) (#9991)Lunny Xiao2020-01-262-0/+28
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-5/+17
* Fix check for push on default branch (#9963)guillep2k2020-01-241-1/+2
* Fix file rename/copy not supported by indexer (#9967)guillep2k2020-01-241-2/+27
* Don't convert ellipsis in markdown (#9905) (#9937)John Olheiser2020-01-221-2/+3
* Fix wrong hint when status checking is running on pull request view (#9886) (...Lunny Xiao2020-01-222-0/+64
* Fix RocketChat (#9908) (#9921)John Olheiser2020-01-211-10/+5
* Update queue_redis.go (#9911)zeripath2020-01-211-5/+6
* Add option to prevent LDAP from deactivating everything on empty search (#987...zeripath2020-01-202-0/+2
* Fix wrong permissions check when issues/prs shared operations (#9885) (#9889)Lunny Xiao2020-01-202-3/+3
* Allow hyphen in language name (#9873) (#9880)zeripath2020-01-191-1/+1
* [Backport] CI optimisation & add github token env var (#9875)65432020-01-192-4/+20
* Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)zeripath2020-01-192-2/+22
* Fix issues/pulls dependencies problems (#9842) (#9864)Lunny Xiao2020-01-191-2/+2
* Fix markdown anchor links (#9673) (#9840)Moritz2020-01-171-0/+3
* Fix missing unlock in uniquequeue (#9791)zeripath2020-01-161-0/+1
* Fix #9752 (#9769) (#9775)65432020-01-151-1/+1
* Fix missing updated time on migrated issues and comments (#9744) (#9764)Lunny Xiao2020-01-146-0/+15
* Make hook status printing configurable with delay (#9641) (#9725)zeripath2020-01-121-0/+4
* Remove unused lock (#9710)zeripath2020-01-112-1/+3
* Missed q.lock.Unlock() will cause panic (#9706)zeripath2020-01-111-1/+0
* Don't attempt to close issue if already closed (#9699)guillep2k2020-01-111-3/+5
* Prevent redirect to Host (#9678) (#9679)zeripath2020-01-091-1/+2
* Add HTML URL to API Issues (#9654) (#9661)John Olheiser2020-01-095-4/+5
* Add PR review webhook to Telegram (#9653) (#9655)John Olheiser2020-01-081-0/+21
* fix #9648 (#9652)65432020-01-081-5/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-0727-643/+2453
* Add a /user/login landing page option (#9622)Timon Engelke2020-01-061-0/+3
* Only show sender if it makes sense (#9601)John Olheiser2020-01-047-65/+71
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+1
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-1/+2
* [API] Fix 9544 | return 200 when reaction already exist (#9550)65432019-12-311-2/+2
* update swagger info (#9558)65432019-12-311-4/+8
* Change markdown rendering from blackfriday to goldmark (#9533)zeripath2019-12-3112-265/+1064
* Provide Default messages for merges (#9393)zeripath2019-12-302-9/+48
* Fix repository issues pagination bug when there are more than one label filte...Lunny Xiao2019-12-281-0/+8
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-2810-698/+534
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-284-11/+61