aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use complete SHA to create and query commit status (#22244) (#22258)Jason Song2022-12-288-11/+14
* Normalize NuGet package version on upload (#22186) (#22201)KN4CK3R2022-12-212-1/+32
* Check for zero time instant in TimeStamp.IsZero() (#22171) (#22173)Gusted2022-12-201-3/+8
* Workaround for container registry push/pull errors (#21862) (#22069)KN4CK3R2022-12-101-0/+7
* Handle empty author names (#21902) (#22028)zeripath2022-12-062-2/+8
* On Tag/Branch Exist Check, dont panic if repo is nil (#21787) (#21789)65432022-12-052-2/+2
* Fix vertical align of committer avatar rendered by email address (#21884) (#2...Xinyu Zhou2022-11-231-3/+3
* Fix setting HTTP headers after write (#21833) (#21874)KN4CK3R2022-11-201-13/+49
* Prevent dangling user redirects (#21856) (#21859)Gusted2022-11-181-0/+3
* Fix enabling partial clones on 1.17 (#21809)zeripath2022-11-141-5/+0
* Prevent panic in doctor command when running default checks (#21791) (#21808)zeripath2022-11-132-12/+24
* Add HEAD fix to gitea doctor (#21352) (#21751)Xinyu Zhou2022-11-111-0/+91
* Sync git hooks when config file path changed (#21619) (#21625)Jason Song2022-10-301-1/+2
* Fix package access for admins and inactive users (#21580) (#21592)KN4CK3R2022-10-281-3/+6
* Fix `Timestamp.IsZero` (#21593) (#21604)KN4CK3R2022-10-271-1/+1
* support binary deploy in npm packages (#21589)eleith2022-10-253-1/+10
* Fix generating compare link (#21519) (#21530)Lunny Xiao2022-10-211-0/+13
* Display total commit count in hook message (#21400) (#21481)KN4CK3R2022-10-172-27/+30
* improve code quality (#21464) (#21463)65432022-10-156-27/+64
* Stop logging CheckPath returns error: context canceled (#21064) (#21405)zeripath2022-10-111-2/+2
* Tag list should include draft releases with existing tags (#21263) (#21365)Jason Song2022-10-071-1/+3
* Fix missing m.Run() in TestMain (#21341)wxiaoguang2022-10-052-1/+5
* Fix empty container layer history and UI (#21251) (#21278)KN4CK3R2022-09-271-1/+3
* Use en-US as fallback when using other default language (#21200) (#21256)wxiaoguang2022-09-253-8/+34
* Respect `REQUIRE_SIGNIN_VIEW` for packages (#20873) (#21232)KN4CK3R2022-09-231-33/+49
* Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)wxiaoguang2022-09-2213-509/+553
* Treat git object mode 40755 as directory (#21195) (#21218)wxiaoguang2022-09-201-2/+2
* Add MD5 back to template helper functions to avoid breaking (#21102)wxiaoguang2022-09-071-0/+1
* Fix hard-coded timeout and error panic in API archive download endpoint (#209...zeripath2022-09-061-0/+5
* Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss...zeripath2022-09-041-1/+14
* Fix 500 on time in timeline API (#21052) (#21057)qwerty2872022-09-041-0/+6
* fix broken insecureskipverify handling in rediss connection uris (#20967) (#2...zeripath2022-09-042-2/+20
* Add more checks in migration code (#21011) (#21050)zeripath2022-09-047-43/+48
* Fix download archiver of a commit (#20962) (#20971)Lunny Xiao2022-08-281-0/+1
* Enable contenthash in filename for dynamic assets (#20813) (#20932)silverwind2022-08-252-1/+6
* Disable doctor logging on panic (#20847) (#20898)zeripath2022-08-241-3/+3
* Set no-tags in git fetch on compare (#20893) (#20936)zeripath2022-08-231-1/+1
* Don't open new page for ext wiki on same repository (#20725) (#20910)Gusted2022-08-221-0/+1
* Fix push mirror address backend get error Address cause setting page display ...zeripath2022-08-221-2/+2
* Ensure that graceful start-up is informed of unused SSH listener (#20877)JonRB2022-08-212-2/+3
* Add migrate repo archiver and packages storage support on command line (#2075...Lunny Xiao2022-08-181-5/+5
* Executable check always returns true for windows (#20637) (#20835)zeripath2022-08-171-0/+5
* fix merge (#20819)Lunny Xiao2022-08-171-0/+5
* Fix git.Init for doctor sub-command (#20782) (#20783)wxiaoguang2022-08-141-1/+6
* Add disable download source configuration (#20548) (#20579)Lunny Xiao2022-08-123-5/+7
* Fix SecToTime edge-cases (#20610) (#20611)Gusted2022-08-082-10/+37
* Use request timeout for git service rpc (#20689) (#20693)parnic2022-08-071-8/+17
* Add username check to doctor (#20140) (#20671)John Olheiser2022-08-041-0/+30
* Fix package upload for files >32mb (#20622) (#20635)KN4CK3R2022-08-033-5/+98
* Adjust line detection in highlight.go (#20612)wxiaoguang2022-08-032-49/+68