| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make gitea work using cmd.exe again (#22073) | zeripath | 2022-12-14 | 1 | -0/+7 |
* | refactor bind functions based on generics (#22055) | Lunny Xiao | 2022-12-12 | 1 | -10/+2 |
* | Use multi reader instead to concat strings (#22099) | Lunny Xiao | 2022-12-12 | 1 | -11/+8 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 7 | -57/+51 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 7 | -60/+82 |
* | Update go dev dependencies (#22064) | silverwind | 2022-12-08 | 3 | -3/+3 |
* | Support disabling database auto migration (#22053) | Jason Song | 2022-12-07 | 2 | -0/+3 |
* | Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019) | zeripath | 2022-12-04 | 1 | -0/+6 |
* | Use GhostUser if needed for TrackedTimes (#22021) | zeripath | 2022-12-04 | 1 | -6/+5 |
* | On tag/branch-exist check, dont panic if repo is nil (#21787) | 6543 | 2022-12-04 | 2 | -2/+2 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 20 | -71/+77 |
* | Remove deprecated packages & staticcheck fixes (#22012) | Chongyi Zheng | 2022-12-02 | 1 | -1/+1 |
* | Update gitea-vet to check FSFE REUSE (#22004) | Jason Song | 2022-12-02 | 7 | -1/+7 |
* | Use path not filepath in template filenames (#21993) | zeripath | 2022-12-02 | 1 | -3/+3 |
* | Util type to parse ref name (#21969) | Jason Song | 2022-12-01 | 1 | -20/+37 |
* | Skip initing LFS storage if disabled (#21996) | Jason Song | 2022-12-01 | 1 | -0/+4 |
* | Skip initing disabled storages (#21985) | Jason Song | 2022-11-30 | 3 | -26/+108 |
* | Normalize `AppURL` according to RFC 3986 (#21950) | Saswat Padhi | 2022-11-29 | 1 | -8/+11 |
* | Replace fmt.Sprintf with hex.EncodeToString (#21960) | Jason Song | 2022-11-28 | 2 | -14/+14 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 726 | -1455/+734 |
* | Correct the fallbacks for mailer configuration (#21945) | zeripath | 2022-11-27 | 2 | -90/+92 |
* | Fix typos (#21947) | KN4CK3R | 2022-11-27 | 1 | -1/+1 |
* | Workaround for container registry push/pull errors (#21862) | KN4CK3R | 2022-11-25 | 1 | -0/+7 |
* | Add support for HEAD requests in Maven registry (#21834) | KN4CK3R | 2022-11-24 | 1 | -5/+13 |
* | Fix vertical align of committer avatar rendered by email address (#21884) | Xinyu Zhou | 2022-11-23 | 1 | -3/+3 |
* | Handle empty author names (#21902) | zeripath | 2022-11-23 | 2 | -2/+8 |
* | Add option to enable CAPTCHA validation for login (#21638) | Xinyu Zhou | 2022-11-22 | 2 | -0/+61 |
* | Prepend refs/heads/ to issue template refs (#20461) | zeripath | 2022-11-22 | 2 | -0/+6 |
* | Replace yaml.v2 with yaml.v3 (#21832) | Jason Song | 2022-11-21 | 4 | -10/+9 |
* | Allow disable RSS/Atom feed (#21622) | Xinyu Zhou | 2022-11-21 | 2 | -2/+6 |
* | Support comma-delimited string as labels in issue template (#21831) | Jason Song | 2022-11-19 | 6 | -128/+354 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 4 | -32/+78 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 17 | -587/+525 |
* | Prevent dangling user redirects (#21856) | Gusted | 2022-11-18 | 1 | -0/+3 |
* | Fix setting HTTP headers after write (#21833) | KN4CK3R | 2022-11-18 | 1 | -23/+43 |
* | Ignore issue template with a special name (#21830) | Jason Song | 2022-11-16 | 2 | -3/+46 |
* | Add `updated_at` field to PullReview API object (#21812) | Yarden Shoham | 2022-11-15 | 2 | -0/+3 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 3 | -24/+232 |
* | Prevent panic in doctor command when running default checks (#21791) | zeripath | 2022-11-13 | 2 | -12/+24 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 3 | -4/+4 |
* | Adjust clone timeout error to suggest increasing timeout (#21769) | zeripath | 2022-11-12 | 1 | -0/+4 |
* | Add configuration for CORS allowed headers (#21747) | Drew Noel | 2022-11-11 | 1 | -0/+2 |
* | Fix dashboard ignored system setting cache (#21621) | Lunny Xiao | 2022-11-10 | 5 | -129/+87 |
* | Attempt clarify AppWorkPath etc. (#21656) | zeripath | 2022-11-09 | 1 | -2/+2 |
* | Add package registry quota limits (#21584) | KN4CK3R | 2022-11-09 | 2 | -1/+80 |
* | Add attention blocks within quote blocks for `Note` and `Warning` (#21711) | Yarden Shoham | 2022-11-09 | 3 | -0/+78 |
* | Move svg html render to modules/svg (#21716) | Lunny Xiao | 2022-11-08 | 3 | -49/+77 |
* | Improve valid user name check (#20136) | wxiaoguang | 2022-11-04 | 5 | -1/+66 |
* | Fix token generation when using INTERNAL_TOKEN_URI (#21669) | wxiaoguang | 2022-11-03 | 1 | -1/+11 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 2 | -23/+32 |