aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in reverse proxy (#16026)zeripath2021-05-311-1/+1
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-312-1/+24
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-303-124/+76
* Don't manipulate input params in email notification (#16011)Jimmy Praet2021-05-301-4/+0
* Fix get tag when migration (#16014)Lunny Xiao2021-05-291-1/+1
* Unified custom config creation (#16012)KN4CK3R2021-05-292-64/+35
* Allow Token/Basic auth on raw paths (#15987)zeripath2021-05-274-11/+15
* Fix setting of SameSite on cookies (#15989)zeripath2021-05-261-3/+3
* 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