| Commit message (Expand) | Author | Age | Files | Lines |
* | Update go-chi/cache to utilize Ping() (#19719) | 6543 | 2022-05-15 | 3 | -26/+11 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 4 | -19/+52 |
* | Delete user related oauth stuff on user deletion too (#19677) | 6543 | 2022-05-11 | 1 | -0/+9 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 8 | -35/+44 |
* | Update go tool dependencies (#19676) | silverwind | 2022-05-10 | 5 | -5/+21 |
* | [doctor] Add check/fix for bogus action rows (#19656) | singuliere | 2022-05-10 | 1 | -0/+9 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 1 | -2/+37 |
* | Calculate filename hash only once (#19654) | KN4CK3R | 2022-05-09 | 1 | -6/+0 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 3 | -1/+127 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 2 | -0/+5 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -0/+30 |
* | Allow to mark files in a PR as viewed (#19007) | delvh | 2022-05-07 | 1 | -0/+9 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 25 | -0/+102 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 2 | -14/+26 |
* | Only show accessible teams in dashboard dropdown list (#19642) | Jimmy Praet | 2022-05-07 | 1 | -6/+0 |
* | Simplify `IsVendor` (#19626) | Gusted | 2022-05-06 | 1 | -58/+2 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 5 | -0/+17 |
* | Add health check endpoint (#18465) | ttys3 | 2022-05-04 | 1 | -12/+25 |
* | Only check for non-finished migrating task (#19601) | Gusted | 2022-05-04 | 1 | -5/+5 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 2 | -1/+3 |
* | Only set CanColorStdout / CanColorStderr to true if the stdout/stderr is a te... | wxiaoguang | 2022-05-03 | 1 | -0/+21 |
* | Don't fetch Mirror when it's migrating (#19588) | Gusted | 2022-05-03 | 1 | -5/+14 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 71 | -71/+0 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 2 | -2/+6 |
* | Upgrade required git version to 2.0 (#19577) | wxiaoguang | 2022-05-02 | 1 | -6/+16 |
* | Simplify loops to copy (#19569) | Gusted | 2022-05-01 | 1 | -3/+2 |
* | fix #19545 (#19563) | 6543 | 2022-04-30 | 1 | -4/+5 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -0/+1 |
* | Add API to query collaborators permission for a repository (#18761) | Florin Hillebrand | 2022-04-29 | 2 | -0/+16 |
* | Support `hostname:port` to pass host matcher's check #19543 (#19543) | wxiaoguang | 2022-04-29 | 2 | -2/+9 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 6 | -10/+51 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 6 | -10/+11 |
* | Prevent intermittent race in attribute reader close (#19537) | zeripath | 2022-04-28 | 1 | -16/+1 |
* | Fix 64-bit atomic operations on 32-bit machines (#19531) | Gusted | 2022-04-27 | 1 | -1/+4 |
* | Prevent dangling archiver goroutine (#19516) | zeripath | 2022-04-26 | 2 | -2/+2 |
* | Use router param for filepath in GetRawFile (#19499) | John Olheiser | 2022-04-26 | 1 | -0/+1 |
* | Improve Stopwatch behavior (#18930) | Gusted | 2022-04-25 | 1 | -0/+27 |
* | Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461) | 6543 | 2022-04-25 | 1 | -13/+2 |
* | Use queue instead of memory queue in webhook send service (#19390) | Lunny Xiao | 2022-04-25 | 1 | -104/+0 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -1/+1 |
* | use IsLoopback (#19477) | 6543 | 2022-04-25 | 1 | -23/+1 |
* | [doctor] authorized-keys: fix displayed check name (#19464) | Pilou | 2022-04-24 | 1 | -2/+2 |
* | Prevent dangling cat-file calls (goroutine alternative) (#19454) | zeripath | 2022-04-22 | 1 | -0/+12 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -4/+1 |
* | RepoAssignment ensure to close before overwrite (#19449) | 6543 | 2022-04-21 | 2 | -45/+61 |
* | Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ... | zeripath | 2022-04-20 | 1 | -1/+1 |
* | When updating mirror repo intervals by API reschedule next update too (#19429) | zeripath | 2022-04-20 | 1 | -0/+2 |
* | Add Helm Chart registry (#19406) | KN4CK3R | 2022-04-19 | 1 | -0/+131 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 7 | -7/+22 |
* | Fixed registry host value. (#19363) | KN4CK3R | 2022-04-10 | 1 | -4/+3 |