summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* git backend ignore replace objects (#18979) (#18980)65432022-03-021-0/+2
* Fix problem when self-assign notification (#18797) (#18976)Otto Richter (fnetX)2022-03-021-1/+1
* Refactor admin user filter query parameters (#18965) (#18975)Otto Richter (fnetX)2022-03-021-9/+0
* Fix admin user list pagination (#18957) (#18960)Otto Richter (fnetX)2022-03-011-0/+9
* Adjust error for already locked db and prevent level db lock on malformed con...zeripath2022-02-281-6/+42
* Don't treat BOM escape sequence as hidden character. (#18909) (#18910)Gusted2022-02-262-5/+27
* Allow adminstrator teams members to see other teams (#18918) (#18919)Gusted2022-02-261-0/+16
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890) ...silverwind2022-02-262-1/+10
* Fix redirect when using lowercase reponame (#18775) (#18902)Otto Richter (fnetX)2022-02-261-1/+1
* In disk_channel queues synchronously push to disk on shutdown (#18415) (#18788)zeripath2022-02-224-12/+12
* Immediately Hammer if second kill is sent (#18823) (#18826)zeripath2022-02-202-2/+7
* Fix panic in EscapeReader (#18820) (#18821)zeripath2022-02-192-0/+10