summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add more linters to improve code readability (#19989)Wim2022-06-2064-110/+109
* Disable federation by default (#20045)Gusted2022-06-201-1/+1
* Respond with a 401 on git push when password isn't changed yet (#20026)Wim2022-06-191-0/+5
* use quoted regexp instead of git fixed-value (#20029)wxiaoguang2022-06-192-2/+9
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-197-1/+304
* Backtick table name in generic orphan check (#20019)Gusted2022-06-191-2/+2
* Return 404 when tag is broken (#20017)Wim2022-06-181-0/+4
* Add dbconsistency checks for Stopwatches (#20010)zeripath2022-06-181-0/+6
* fix push mirrors URL are no longer displayed on the UI (#20011)Mohamed Sekour2022-06-181-3/+0
* Empty log queue on flush and close (#19994)zeripath2022-06-181-0/+39
* Stop spurious APIFormat stopwatches logs (#20008)zeripath2022-06-171-1/+3
* Add fetch.writeCommitGraph to gitconfig (#20006)zeripath2022-06-171-0/+3
* gitconfig: set safe.directory = * (#19870)singuliere2022-06-171-0/+13
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-1610-140/+117
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-1610-69/+125
* Remove tab/TabName usage where it's not needed (#19973)Lauris BH2022-06-151-1/+0
* Uppercase first languages letters (#19965)AHOHNMYC2022-06-151-15/+15
* 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