summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-262-2/+2
* Use router param for filepath in GetRawFile (#19499)John Olheiser2022-04-261-0/+1
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+27
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-13/+2
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-104/+0
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* use IsLoopback (#19477)65432022-04-251-23/+1
* [doctor] authorized-keys: fix displayed check name (#19464)Pilou2022-04-241-2/+2
* Prevent dangling cat-file calls (goroutine alternative) (#19454)zeripath2022-04-221-0/+12
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-4/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-45/+61
* Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ...zeripath2022-04-201-1/+1
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-0/+2
* Add Helm Chart registry (#19406)KN4CK3R2022-04-191-0/+131
* Use a struct as test options (#19393)Lunny Xiao2022-04-147-7/+22
* Fixed registry host value. (#19363)KN4CK3R2022-04-101-4/+3
* Use "main" as default branch name (#19354)wxiaoguang2022-04-081-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-086-12/+16
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-086-190/+111
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-22/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-073-16/+92
* Allow custom redirect for landing page (#19324)techknowlogick2022-04-051-2/+7
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-0310-19/+738
* Prevent intermittent NPE in queue tests (#19301)zeripath2022-04-022-28/+97
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-028-47/+236
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-0117-56/+359
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-0145-399/+353
* Update JS dependencies (#19281)silverwind2022-04-011-1/+1
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-0/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-3127-232/+732
* Improve sync performance for pull-mirrors (#19125)Peter Gardfjäll2022-03-317-19/+834
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-315-114/+122
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-0/+14
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-314-155/+78
* Add Redis Sentinel Authentication Support (#19213)Justin Sievenpiper2022-03-302-62/+159
* Add Package Registry (#16510)KN4CK3R2022-03-3048-24/+4369
* Make git.OpenRepository accept Context (#19260)65432022-03-3031-64/+64
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-297-101/+313
* More commit info from API (#19252)John Olheiser2022-03-292-5/+28
* Provide configuration to allow camo-media proxying (#12802)zeripath2022-03-294-0/+108
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-5/+222
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-296-27/+29
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-5/+12
* Prevent intermittent failures in RepoIndexerTest (2) (#19229)zeripath2022-03-271-0/+5
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-1/+28
* Do not include global arguments in process manager (#19226)zeripath2022-03-271-8/+10
* Prevent intermittent failures in RepoIndexerTest (#19225)zeripath2022-03-271-2/+8
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-272-2/+15
* Add auto logging of goroutine pid label (#19212)zeripath2022-03-263-0/+61