summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-122-1/+4
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-0/+2
* Queue manager FlushAll can loop rapidly - add delay (#15733)zeripath2021-05-121-6/+9
* Add Active and ProhibitLogin to API (#15689)KN4CK3R2021-05-112-0/+6
* Add mimetype mapping settings (#15133)Adam Szatyin2021-05-102-0/+32
* Add err to log (#15813)John Olheiser2021-05-101-1/+1
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-102-11/+101
* Use single shared random string generation function (#15741)silverwind2021-05-109-178/+87
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-1025-161/+451
* Fix incorrect asset URL (#15805)silverwind2021-05-091-1/+1
* Respect default merge message syntax when parsing item references (#15772)Steven2021-05-092-1/+8
* Add trace logging to SSO methods (#15803)zeripath2021-05-095-0/+20
* Tests should use test files (#15801)65432021-05-091-10/+5
* Allow only internal registration (#15795)65432021-05-091-0/+6
* Fixed individual markdown tests. (#15802)KN4CK3R2021-05-091-0/+6
* Exponential Backoff for ByteFIFO (#15724)zeripath2021-05-081-29/+59
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-081-1/+1
* Fix URL of gitea emoji (#15770)silverwind2021-05-072-2/+2
* OAuth2 login: Set account link to "login" as default behavior (#15768)65432021-05-071-3/+3
* Set GIT_DIR correctly if it is not set (#15751)zeripath2021-05-071-3/+47
* Drop back to use IsAnInteractiveSession for SVC (#15749)zeripath2021-05-071-2/+4
* Fix bug where repositories appear unadopted (#15757)zeripath2021-05-071-1/+1
* fix some ui bug about draft release (#15137)a10121127962021-05-061-1/+4
* Defer closing the gitrepo until the end of the wrapped context functions (#15...zeripath2021-05-062-8/+41
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-0/+6
* Fix setting redis db path (#15698)zeripath2021-05-031-3/+3
* Prevent race in TestChannelQueue_Batch (#15703)zeripath2021-05-031-3/+3
* Addition to (Add Location, Website and Description to API #15675) (#15690)KN4CK3R2021-05-023-9/+10
* Only use boost workers for leveldb shadow queues (#15696)zeripath2021-05-023-10/+48
* Performance improvement for last commit cache and show-ref (#15455)zeripath2021-05-023-5/+30
* add cron job to delete old actions from database (#15688)a10121127962021-05-011-0/+15
* Add Location, Website and Biography to API (#15675)KN4CK3R2021-05-012-7/+16
* Delete references if repository gets deleted (#15681)KN4CK3R2021-04-301-9/+46
* Unified link creation. (#15619)KN4CK3R2021-04-301-3/+2
* Delete protected branch if repository gets removed (#15658)KN4CK3R2021-04-301-8/+26
* add `/assets` as root dir of public files (#15219)a10121127962021-04-284-5/+4
* fix webhook timeout bug (#15613)Lunny Xiao2021-04-251-4/+5
* If the default branch is not present do not report error on stats indexing (f...zeripath2021-04-221-1/+1
* If the default branch is not present do not report error on stats indexing (#...zeripath2021-04-221-1/+5
* Fix NPE on view commit with notes (#15561)zeripath2021-04-211-1/+8
* Fix lfs management find (#15537)Lunny Xiao2021-04-214-4/+7
* Refactor renders (#15175)Lunny Xiao2021-04-1919-524/+744
* Fix bug on commit graph (#15517)Lunny Xiao2021-04-171-4/+5
* Disable Stars config option (#14653)Kyle D2021-04-153-0/+4
* migration: github: if rate limit is not enabled, ignore it (#15490)65432021-04-151-0/+5
* Fix potential copy lfs records failure when fork a repository (#15441)Lunny Xiao2021-04-141-6/+7
* Use index of the supported tags to choose user lang (#15452)Naohisa Murakami2021-04-142-8/+10
* Fix ambiguous argument error on tags (#15432)zeripath2021-04-141-8/+1
* Prevent superfluous response.WriteHeader (#15456)zeripath2021-04-141-3/+7
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-143-3/+102