aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2511-52/+57
* refactor webhook *EditPost (#20780)oliverpool2022-08-231-478/+193
* Fix mirror address setting not working (#20850)Gary Wang2022-08-211-2/+5
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-134-38/+64
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-449/+128
* Add issue filter for Author (#20578)parnic2022-08-081-1/+9
* Use request timeout for git service rpc (#20689)parnic2022-08-061-5/+6
* Add default commit messages to PR for squash merge (#20618)Tyrone Yeh2022-08-031-0/+2
* Support localized README (#20508)Gary Wang2022-08-012-69/+117
* Rework file highlight rendering and fix yaml copy-paste (#19967)silverwind2022-07-301-13/+13
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-9/+9
* Fix possible panic when repository is empty (#20509)Lunny Xiao2022-07-281-4/+8
* Show hint to link package to repo when viewing empty repo package list (#20504)Norwin2022-07-271-0/+4
* Hide internal package versions (#20492)KN4CK3R2022-07-271-4/+6
* fix enabling repo packages when projects are off (#20486)Norwin2022-07-261-1/+1
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-252-14/+2
* Prepend commit message to template content (#20429)Gusted2022-07-241-0/+13
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+1
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-7/+7
* Fix various typos (#20338)luzpaz2022-07-122-5/+5
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-6/+8
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-303-4/+28
* Make better use of i18n (#20096)Gusted2022-06-262-9/+6
* Release page show all tags in compare dropdown (#20070)65432022-06-211-1/+8
* Add more linters to improve code readability (#19989)Wim2022-06-205-7/+5
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-0/+5
* Stop spurious APIFormat stopwatches logs (#20008)zeripath2022-06-171-1/+3
* Fix Readme render bug (#19992)Lunny Xiao2022-06-171-1/+1
* fix permission check for delete tag (#19985)a10121127962022-06-162-1/+11
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-163-18/+101
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1315-339/+341
* Move some code into models/git (#19879)Lunny Xiao2022-06-1212-80/+88
* Unify repo settings & show better error (#19828)Gusted2022-06-122-8/+10
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-0/+38
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+8
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-3/+4
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-4/+1
* Feature: Find files in repo (#15028)Roger Luo2022-06-092-0/+79
* Add support for rendering terminal output with colors (#19497)Lauris BH2022-06-091-0/+11
* Automatically render wiki TOC (#19873)zeripath2022-06-081-0/+2
* Ensure minimum mirror interval is reported on settings page (#19895)zeripath2022-06-071-9/+22
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-067-22/+24
* Move `/info` outside authorization (#19888)Gusted2022-06-041-0/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2016-87/+88
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-119-21/+27
* Fix new release from tags list UI (#19670)Lunny Xiao2022-05-101-1/+3
* Set the LastModified header for raw files (#18356)zeripath2022-05-092-21/+54
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+1