| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 45 | -399/+353 |
* | Update JS dependencies (#19281) | silverwind | 2022-04-01 | 1 | -1/+1 |
* | Fix global packages enabled avaiable (#19276) | Lunny Xiao | 2022-03-31 | 1 | -0/+2 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 27 | -232/+732 |
* | Improve sync performance for pull-mirrors (#19125) | Peter GardfjÀll | 2022-03-31 | 7 | -19/+834 |
* | Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon... | wxiaoguang | 2022-03-31 | 5 | -114/+122 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 1 | -0/+14 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 4 | -155/+78 |
* | Add Redis Sentinel Authentication Support (#19213) | Justin Sievenpiper | 2022-03-30 | 2 | -62/+159 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 48 | -24/+4369 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 31 | -64/+64 |
* | Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) | zeripath | 2022-03-29 | 7 | -101/+313 |
* | More commit info from API (#19252) | John Olheiser | 2022-03-29 | 2 | -5/+28 |
* | Provide configuration to allow camo-media proxying (#12802) | zeripath | 2022-03-29 | 4 | -0/+108 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 2 | -5/+222 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 6 | -27/+29 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -5/+12 |
* | Prevent intermittent failures in RepoIndexerTest (2) (#19229) | zeripath | 2022-03-27 | 1 | -0/+5 |
* | Hide sensitive content on admin panel progress monitor (#19218) | Lunny Xiao | 2022-03-27 | 2 | -1/+28 |
* | Do not include global arguments in process manager (#19226) | zeripath | 2022-03-27 | 1 | -8/+10 |
* | Prevent intermittent failures in RepoIndexerTest (#19225) | zeripath | 2022-03-27 | 1 | -2/+8 |
* | Set the default branch for repositories generated from templates (#19136) | Abheek Dhawan | 2022-03-27 | 2 | -2/+15 |
* | Add auto logging of goroutine pid label (#19212) | zeripath | 2022-03-26 | 3 | -0/+61 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 3 | -3/+6 |
* | Add pprof labels in processes and for lifecycles (#19202) | zeripath | 2022-03-25 | 4 | -48/+55 |
* | Bump goldmark to v1.4.11 (#19201) | Robert Kaussow | 2022-03-24 | 1 | -0/+13 |
* | Prevent redirect to Host (2) (#19175) | zeripath | 2022-03-23 | 1 | -0/+6 |
* | Prevent start panic due to missing DotEscape function | Andrew Thornton | 2022-03-23 | 1 | -0/+1 |
* | Redirect .wiki/* ui link to /wiki (#18831) | a1012112796 | 2022-03-23 | 1 | -0/+20 |
* | Try to prevent autolinking of displaynames by email readers (#19169) | zeripath | 2022-03-23 | 1 | -0/+5 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 6 | -9/+9 |
* | Clean paths when looking in Storage (#19124) | zeripath | 2022-03-22 | 3 | -40/+30 |
* | Ensure that setting.LocalURL always has a trailing slash (#19171) | zeripath | 2022-03-22 | 1 | -1/+4 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 7 | -19/+17 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 2 | -4/+4 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 7 | -56/+56 |
* | Cleanup protected branches when deleting users & teams (#19158) | Norwin | 2022-03-22 | 1 | -0/+18 |
* | Make migrations SKIP_TLS_VERIFY apply to git too (#19132) | zeripath | 2022-03-19 | 2 | -16/+22 |
* | remove not needed (#19128) | 6543 | 2022-03-18 | 3 | -73/+2 |
* | nit fix (#19116) | 6543 | 2022-03-17 | 1 | -2/+1 |
* | Store the foreign ID of issues during migration (#18446) | Aravinth Manivannan | 2022-03-17 | 7 | -53/+59 |
* | rm .sample hooks which aren't used (#19101) | techknowlogick | 2022-03-16 | 34 | -1950/+0 |
* | use go1.18 to build gitea (#19099) | techknowlogick | 2022-03-16 | 2 | -7/+57 |
* | Update golang.org/x/crypto (#19097) | Gusted | 2022-03-16 | 2 | -57/+1 |
* | Fix lfs bug (#19072) | Lunny Xiao | 2022-03-14 | 2 | -0/+68 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 2 | -3/+5 |
* | If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) | zeripath | 2022-03-10 | 1 | -1/+1 |
* | Improve SyncMirrors logging (#19045) | zeripath | 2022-03-10 | 2 | -20/+33 |
* | fix pam authorization (#19040) | zeripath | 2022-03-10 | 1 | -0/+4 |
* | Don't show context cancelled errors in attribute reader (#19006) | zeripath | 2022-03-08 | 1 | -1/+3 |