aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-263-3/+6
* Add pprof labels in processes and for lifecycles (#19202)zeripath2022-03-254-48/+55
* Bump goldmark to v1.4.11 (#19201)Robert Kaussow2022-03-241-0/+13
* Prevent redirect to Host (2) (#19175)zeripath2022-03-231-0/+6
* Prevent start panic due to missing DotEscape functionAndrew Thornton2022-03-231-0/+1
* Redirect .wiki/* ui link to /wiki (#18831)a10121127962022-03-231-0/+20
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-231-0/+5
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-236-9/+9
* Clean paths when looking in Storage (#19124)zeripath2022-03-223-40/+30
* Ensure that setting.LocalURL always has a trailing slash (#19171)zeripath2022-03-221-1/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-227-19/+17
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-227-56/+56
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-221-0/+18
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-192-16/+22
* remove not needed (#19128)65432022-03-183-73/+2
* nit fix (#19116)65432022-03-171-2/+1
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-177-53/+59
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1634-1950/+0
* use go1.18 to build gitea (#19099)techknowlogick2022-03-162-7/+57