summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use filepath.ToSlash and Join in indexer defaults and queues (#15971)zeripath2021-05-252-9/+8
* Change default queue settings to be low go-routines (#15964)zeripath2021-05-242-5/+5
* Make tasklist checkboxes clickable (#15791)KN4CK3R2021-05-233-13/+14
* Double the avatar size factor (#15941)silverwind2021-05-211-2/+2
* add a new internal hook to save ssh log (#15787)a10121127962021-05-213-0/+33
* Encrypt LDAP bind password in db with SECRET_KEY (#15547)zeripath2021-05-201-0/+1
* git migration: don't prompt interactively for clone credentials (#15902)Norwin2021-05-171-2/+8
* GitHub: migrate draft releases too (#15884)65432021-05-152-34/+31
* Hold the event source when there are no listeners (#15725)zeripath2021-05-152-0/+35
* Create a session on ReverseProxy and ensure that ReverseProxy users cannot ch...zeripath2021-05-151-5/+14
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-154-19/+170
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-1523-409/+596
* Close the gitrepo when deleting the repository (#15876)zeripath2021-05-141-0/+1
* Fix LFS commit finder not working (#15856)KN4CK3R2021-05-143-9/+12
* Add timeout to writing to responses (#15831)zeripath2021-05-141-0/+10
* Stop calling WriteHeader in Write (#15862)zeripath2021-05-141-1/+1
* Allow custom highlight mapping beyond file extensions (#15808)mlpo2021-05-131-10/+17
* fix truncate utf8 string (#15828)yan2021-05-132-4/+13
* 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