aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Only log non ErrNotExist errors in git.GetNote (#19884) (#19905)Lunny Xiao2022-06-071-1/+4
* Set Setpgid on child git processes (#19865) (#19881)zeripath2022-06-037-3/+46
* Ensure responses are context.ResponseWriters (#19843) (#19859)zeripath2022-06-032-20/+27
* Fix raw endpoint PDF file headers (#19825) (#19826)Lauris BH2022-05-281-2/+6
* Detect truncated utf-8 characters at the end of content as still representing...zeripath2022-05-212-1/+164
* [doctor] pq: syntax error at or near "." quote user table name (#19765) (#19770)silentcodeg2022-05-211-2/+2
* Delete user related oauth stuff on user deletion too (#19677) (#19680)65432022-05-121-0/+9
* [doctor] Add check/fix for bogus action rows (#19656) (#19669)singuliere2022-05-101-0/+9
* Revert "Add finalizers to ensure that repos are closed and blobreaders are cl...Lunny Xiao2022-05-093-157/+18
* Only show accessible teams in dashboard dropdown list (#19642) (#19645)Jimmy Praet2022-05-071-6/+0
* Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)wxiaoguang2022-05-054-0/+16
* Add finalizers to ensure that repos are closed and blobreaders are closed (#1...zeripath2022-05-023-18/+157
* Migration: only write commit-graph if wiki clone was successfull (#19563) (#1...65432022-05-011-4/+5
* Respect DefaultUserIsRestricted system default when creating new user (#19310...Jimmy Praet2022-04-301-0/+1
* Support `hostname:port` to pass host matcher's check (#19543) (#19544)wxiaoguang2022-04-292-2/+9
* Prevent intermittent race in attribute reader close (#19537) (#19539)zeripath2022-04-281-16/+2
* Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)Gusted2022-04-271-1/+4
* Prevent dangling archiver goroutine (#19516) (#19526)zeripath2022-04-272-2/+2
* User specific repoID or xorm builder conditions for issue search (#19475) (#1...65432022-04-251-1/+1
* [doctor] authorized-keys: fix displayed check name (backport #19464) (#19484)Pilou2022-04-251-2/+2
* Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466)65432022-04-221-0/+12
* Set correct PR status on 3way on conflict checking (#19457) (#19458)Gusted2022-04-221-4/+1
* RepoAssignment ensure to close before overwrite (#19449) (#19460)65432022-04-211-0/+9
* Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ...65432022-04-201-3/+3
* When updating mirror repo intervals by API reschedule next update too (#19429...zeripath2022-04-201-0/+2
* Only request write when necessary (#18657) (#19422)Lunny Xiao2022-04-191-11/+4
* Disable service worker by default (#18914) (#19342)silverwind2022-04-071-1/+1
* Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338)wxiaoguang2022-04-061-0/+1
* Revert the minimal golang version requirement from 1.17 to 1.16 and add a war...Lunny Xiao2022-04-052-2/+23
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#192...zeripath2022-03-297-101/+313
* Prevent intermittent failures in RepoIndexerTest (#19225 #19229) (#19228)zeripath2022-03-281-2/+13
* Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19...Lunny Xiao2022-03-272-8/+37
* Bump goldmark to v1.4.11 (#19201) (#19203)Robert Kaussow2022-03-241-0/+13
* Prevent redirect to Host (2) (#19175) (#19186)zeripath2022-03-231-0/+6
* Redirect .wiki/* ui link to /wiki (#18831) (#19184)zeripath2022-03-231-0/+20
* Prevent start panic due to missing DotEscape functionAndrew Thornton2022-03-231-0/+1
* Fix the bug: deploy key with write access can not push (#19010) (#19182)zeripath2022-03-232-4/+4
* Try to prevent autolinking of displaynames by email readers (#19169) (#19183)zeripath2022-03-231-0/+5
* Clean paths when looking in Storage (#19124) (#19179)zeripath2022-03-233-40/+30
* Cleanup protected branches when deleting users & teams (#19158) (#19174)Norwin2022-03-231-0/+18
* Ensure that setting.LocalURL always has a trailing slash (#19171) (#19177)zeripath2022-03-231-1/+4
* Bump to build with go1.18 (#19120 et al) (#19127)techknowlogick2022-03-195-57/+34
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132) (#19141)zeripath2022-03-192-18/+24
* Update golang.org/x/crypto (#19097) (#19098)Gusted2022-03-191-57/+0
* Handle email address not exist (#19089) (#19121)Lunny Xiao2022-03-194-23/+34
* Fix lfs bug (#19072) (#19080)65432022-03-142-3/+69
* If rendering has failed due to a net.OpError stop rendering (attempt 2) (#190...zeripath2022-03-101-1/+1
* Improve SyncMirrors logging (#19045) (#19050)zeripath2022-03-102-20/+33
* fix pam authorization (#19040) (#19047)65432022-03-101-0/+4
* Don't show context cancelled errors in attribute reader (#19006) (#19027)zeripath2022-03-081-1/+3