aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+6
* Clean-up the settings hierarchy for issue_indexer queue (#16001)zeripath2021-06-162-23/+24
* Fix missing discard in repo_language_stats (#16030)zeripath2021-06-161-7/+3
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-165-8/+40
* issue-keyword class is being incorrectly stripped off spans (#16163)zeripath2021-06-161-5/+2
* Make command in authorized keys a template (#16003)zeripath2021-06-141-41/+49
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-1417-232/+1004
* small refactor for retry downloader (#16137)a10121127962021-06-131-134/+83
* Set self-adjusting deadline for connection writing (#16068)zeripath2021-06-113-34/+65
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-0911-1085/+44
* Fix data URI scramble (#16098)KN4CK3R2021-06-074-19/+23
* Fixed assert statements. (#16089)KN4CK3R2021-06-0723-106/+105
* Make commit info cancelable (#16032)zeripath2021-06-069-32/+54
* Fix regression of renderer (#16091)Lunny Xiao2021-06-062-24/+36
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-2/+9
* Fix panic (#16072)zeripath2021-06-051-1/+1
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-059-236/+213
* Copy git data from disk when restore repository (#16066)Lunny Xiao2021-06-043-6/+11
* Encrypt migration credentials at rest (#15895)Norwin2021-05-312-4/+28
* 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