summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-12/+14
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+9
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+2
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-082-16/+39
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-072-12/+71
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+8
* Hide private repositories in packages (#19584)KN4CK3R2022-05-071-0/+1
* Improve reviewing PR UX (#19612)Gusted2022-05-071-1/+17
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-059-20/+0
* Use for a repo action one database transaction (#19576)65432022-05-032-27/+19
* Handle the error of a missing blob object fix #19530 (#19552)99rgosse2022-05-021-2/+11
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-284-18/+52
* more context for models (#19511)65432022-04-287-29/+30
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-271-1/+0
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-261-26/+47
* Add commit status popup to issuelist (#19375)parnic2022-04-261-3/+4
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-15/+17
* Refactor readme file renderer (#19502)Lunny Xiao2022-04-261-112/+125
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+14
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-252-7/+16
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-3/+4
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-6/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Add logic to switch between source/rendered on Markdown (#19356)Gusted2022-04-101-2/+10
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-085-38/+38
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-072-0/+494
* Package registry changes (#19305)KN4CK3R2022-04-061-4/+4
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+8
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-12/+11
* Move checks for pulls before merge into own function (#19271)65432022-03-311-88/+44
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-1/+1
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-6/+7
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-2/+1