summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Don't lookup mail server when using sendmail (#22300)Lunny Xiao2023-01-091-14/+17
* Use context parameter in models/git (#22367)Jason Song2023-01-092-6/+6
* Always reuse transaction (#22362)Jason Song2023-01-082-2/+2
* Fix unstable emoji sort (#22346)KN4CK3R2023-01-051-1468/+1468
* Update Emoji dataset to Unicode 14 (#22342)isla w2023-01-041-304/+525
* Use git command instead of exec.Cmd in blame (#22098)Lunny Xiao2023-01-032-156/+39
* Display error log when a modified template has an error so that it could reco...Lunny Xiao2023-01-031-2/+9
* Unify hashing for avatar (#22289)Gusted2023-01-021-0/+28
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-021-33/+0
* Restructure `webhook` module (#22256)delvh2023-01-014-858/+133
* Reminder for no more logs to console (#22282)Jason Song2023-01-011-17/+12
* Fix bug of DisableGravatar default value (#22296)Lunny Xiao2023-01-011-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-3111-41/+72
* Fix sitemap (#22272)Jason Song2022-12-302-66/+170
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-0/+2
* Correctly handle select on multiple channels in Queues (#22146)zeripath2022-12-303-57/+43
* Move `convert` package to services (#22264)KN4CK3R2022-12-2924-2356/+2
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-282-2/+14
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+2
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-278-11/+14
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-271-1/+4
* Remove deadcode (#22245)Gusted2022-12-274-187/+0
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-1/+32
* Check for zero time instant in `TimeStamp.IsZero()` (#22171)Gusted2022-12-201-3/+8
* Add setting to disable the git apply step in test patch (#22130)zeripath2022-12-191-0/+2
* Local storage should not store files as executable (#22162)zeripath2022-12-191-1/+2
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-171-1/+31
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+37
* Make gitea work using cmd.exe again (#22073)zeripath2022-12-141-0/+7
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-10/+2
* Use multi reader instead to concat strings (#22099)Lunny Xiao2022-12-121-11/+8
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-107-57/+51
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-097-60/+82
* Update go dev dependencies (#22064)silverwind2022-12-083-3/+3
* Support disabling database auto migration (#22053)Jason Song2022-12-072-0/+3
* Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#22019)zeripath2022-12-041-0/+6
* Use GhostUser if needed for TrackedTimes (#22021)zeripath2022-12-041-6/+5
* On tag/branch-exist check, dont panic if repo is nil (#21787)65432022-12-042-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0320-71/+77
* Remove deprecated packages & staticcheck fixes (#22012)Chongyi Zheng2022-12-021-1/+1
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-027-1/+7
* Use path not filepath in template filenames (#21993)zeripath2022-12-021-3/+3
* Util type to parse ref name (#21969)Jason Song2022-12-011-20/+37
* Skip initing LFS storage if disabled (#21996)Jason Song2022-12-011-0/+4
* Skip initing disabled storages (#21985)Jason Song2022-11-303-26/+108
* Normalize `AppURL` according to RFC 3986 (#21950)Saswat Padhi2022-11-291-8/+11
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-14/+14
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27726-1455/+734
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-272-90/+92
* Fix typos (#21947)KN4CK3R2022-11-271-1/+1