summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-288-11/+14
* Add setting to disable the git apply step in test patch (#22130) (#22170)zeripath2022-12-221-0/+3
* Normalize NuGet package version on upload (#22186) (#22200)KN4CK3R2022-12-212-1/+32
* Check for zero time instant in TimeStamp.IsZero() (#22171) (#22172)Gusted2022-12-201-3/+8
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-191-1/+31
* Local storage should not store files as executable (#22162) (#22163)zeripath2022-12-191-1/+2
* Make gitea work using cmd.exe again (#22073) (#22133)zeripath2022-12-141-0/+7
* Workaround for container registry push/pull errors (#21862) (#22068)KN4CK3R2022-12-101-0/+7
* Handle empty author names (#21902) (#22027)zeripath2022-12-062-2/+8
* Use GhostUser if needed for TrackedTimes (#22021) (#22029)zeripath2022-12-051-6/+5
* Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#220...zeripath2022-12-051-0/+6
* On tag/branch-exist check, dont panic if repo is nil (#21787) (#21788)65432022-12-042-2/+2
* Use path not filepath in template filenames (#21993) (#22022)zeripath2022-12-041-3/+3
* Correct the fallbacks for mailer configuration (#21945) (#21953)zeripath2022-11-272-90/+92
* Add support for HEAD requests in Maven registry (#21834) (#21929)KN4CK3R2022-11-251-5/+13
* Fix vertical align of committer avatar rendered by email address (#21884) (#2...Xinyu Zhou2022-11-241-3/+3
* Fix setting HTTP headers after write (#21833) (#21877)KN4CK3R2022-11-221-23/+43
* Support comma-delimited string as labels in issue template (#21831) (#21873)Jason Song2022-11-206-128/+354
* Prevent dangling user redirects (#21856) (#21858)Gusted2022-11-181-0/+3
* Ignore issue template with a special name (#21830) (#21835)Jason Song2022-11-162-3/+46
* Prevent panic in doctor command when running default checks (#21791) (#21807)zeripath2022-11-142-12/+24
* Fix dashboard ignored system setting cache (#21621) (#21759)Lunny Xiao2022-11-105-129/+87
* Fix token generation when using INTERNAL_TOKEN_URI (#21669) (#21670)wxiaoguang2022-11-031-1/+11
* Deal with markdown template without metadata (#21639) (#21654)Jason Song2022-11-012-10/+24
* Sync git hooks when config file path changed (#21619) (#21626)Jason Song2022-10-301-1/+2
* Fix `Timestamp.IsZero` (#21593) (#21603)KN4CK3R2022-10-271-1/+1
* Revert: auto generate INTERNAL_TOKEN (#21608) (#21609)wxiaoguang2022-10-271-0/+19
* 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
* Display total commit count in hook message (#21400)KN4CK3R2022-10-172-27/+30
* Add `code` highlighting in issue titles (#21432)Yarden Shoham2022-10-161-0/+11
* Follow improve code quality (#21465)wxiaoguang2022-10-152-12/+24
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-156-25/+52
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-131-12/+14
* Add HEAD fix to gitea doctor (#21352)Clar Fon2022-10-121-0/+91
* Add generic set type (#21408)KN4CK3R2022-10-1219-114/+174
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Redirect to new repository owner (#21398)KN4CK3R2022-10-111-1/+10
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-2/+13