aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix mirror template bug (#19959)Lunny Xiao2022-06-131-14/+6
* Add deprecated log when using MySQL with utf8 charset (#19952)Lunny Xiao2022-06-131-0/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1323-225/+235
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-129-23/+31
* Fix signal loop in graceful manager (#19943)wxiaoguang2022-06-121-0/+1
* Prettify number of issues (#17760)Gusted2022-06-124-15/+44
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-114-12/+295
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-113-47/+38
* Fix copy/paste of empty lines (#19798)silverwind2022-06-104-61/+105
* Custom regexp external issues (#17624)Sandro Santilli2022-06-105-16/+168
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-1011-143/+231
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-091-0/+1
* Add support for rendering terminal output with colors (#19497)Lauris BH2022-06-093-0/+147
* Automatically render wiki TOC (#19873)zeripath2022-06-085-40/+103
* Add breaking email restrictions checker in doctor (#19903)Gusted2022-06-071-0/+69
* Only log non ErrNotExist errors in git.GetNote (#19884)Lunny Xiao2022-06-071-1/+4
* Make AppDataPath absolute against the AppWorkPath if it is not (#19815)zeripath2022-06-061-0/+16
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0610-20/+338
* Implement http signatures support for the API (#17565)Wim2022-06-051-1/+2
* Set Setpgid on child git processes (#19865)zeripath2022-06-037-0/+41
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+3
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Ensure responses are context.ResponseWriters (#19843)zeripath2022-05-311-0/+6
* Fix inconsistency in doctor output (#19836)Gusted2022-05-312-4/+10
* Fix raw endpoint PDF file headers (#19825)Lauris BH2022-05-281-2/+6
* Detect truncated utf-8 characters at the end of content as still representing...zeripath2022-05-212-1/+164
* Nuke the incorrect permission report on /api/v1/notifications (#19761)zeripath2022-05-201-0/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2013-19/+23
* [doctor] pq: syntax error at or near "." quote user table name (#19765)silentcodeg2022-05-201-2/+2
* Enable packages by default again (as described by docs) (#19746)delvh2022-05-201-1/+1
* Fix org package owner permissions (#19742)KN4CK3R2022-05-191-13/+21
* [doctor] do not update User Stars numbers unless --fix (#19750)silentcodeg2022-05-191-3/+8
* [doctor] explain what enable-push-options does (#19740)silentcodeg2022-05-181-1/+1
* Add doctor orphan check for orphaned pull requests without an existing base r...silentcodeg2022-05-181-0/+3
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-153-26/+11
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-134-19/+52
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-118-35/+44
* Update go tool dependencies (#19676)silverwind2022-05-105-5/+21
* [doctor] Add check/fix for bogus action rows (#19656)singuliere2022-05-101-0/+9
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-2/+37
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-6/+0
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-1/+127
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-082-0/+5
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-0/+30
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+9
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-0825-0/+102
* Hide private repositories in packages (#19584)KN4CK3R2022-05-072-14/+26