aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-251-0/+7
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-5/+13
* Fix vertical align of committer avatar rendered by email address (#21884)Xinyu Zhou2022-11-231-3/+3
* Handle empty author names (#21902)zeripath2022-11-232-2/+8
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-222-0/+61
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-222-0/+6
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-214-10/+9
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-212-2/+6
* Support comma-delimited string as labels in issue template (#21831)Jason Song2022-11-196-128/+354
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-194-32/+78
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1917-587/+525
* Prevent dangling user redirects (#21856)Gusted2022-11-181-0/+3
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-23/+43
* Ignore issue template with a special name (#21830)Jason Song2022-11-162-3/+46
* Add `updated_at` field to PullReview API object (#21812)Yarden Shoham2022-11-152-0/+3
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-153-24/+232
* Prevent panic in doctor command when running default checks (#21791)zeripath2022-11-132-12/+24
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-4/+4
* Adjust clone timeout error to suggest increasing timeout (#21769)zeripath2022-11-121-0/+4
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-0/+2
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-105-129/+87
* Attempt clarify AppWorkPath etc. (#21656)zeripath2022-11-091-2/+2
* Add package registry quota limits (#21584)KN4CK3R2022-11-092-1/+80
* Add attention blocks within quote blocks for `Note` and `Warning` (#21711)Yarden Shoham2022-11-093-0/+78
* Move svg html render to modules/svg (#21716)Lunny Xiao2022-11-083-49/+77
* Improve valid user name check (#20136)wxiaoguang2022-11-045-1/+66
* Fix token generation when using INTERNAL_TOKEN_URI (#21669)wxiaoguang2022-11-031-1/+11
* Add Webhook authorization header (#20926)oliverpool2022-11-032-23/+32
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-038-2/+47
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-314-13/+7
* Deal with markdown template without metadata (#21639)Jason Song2022-10-312-10/+24
* Keep languages defined in .gitattributes (#21403)KN4CK3R2022-10-292-19/+51
* Sync git hooks when config file path changed (#21619)Jason Song2022-10-281-1/+2
* Allow disable sitemap (#21617)Xinyu Zhou2022-10-281-0/+2
* Use right syntax for symbolic-ref command (#21577)Clar Fon2022-10-281-1/+1
* Revert: auto generate INTERNAL_TOKEN (#21608)wxiaoguang2022-10-281-0/+19
* Fix `Timestamp.IsZero` (#21593)KN4CK3R2022-10-261-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2446-169/+169
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-3/+6
* Record OAuth client type at registration (#21316)M Hickford2022-10-242-14/+17
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2334-244/+266
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-3/+24
* Remove unnecessary debug log (#21536)Yarden Shoham2022-10-221-4/+0
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-109/+81
* Add color previews in markdown (#21474)Yarden Shoham2022-10-214-2/+135
* Fix generating compare link (#21519)Lunny Xiao2022-10-211-0/+13
* Remove unnecessary misspell ignore pattern (#21475)wxiaoguang2022-10-183-3/+3
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-183-3/+52
* probe if sha before exec git (#21467)65432022-10-172-2/+23
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-1711-50/+133