summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+73
* Make git.OpenRepository accept Context (#19260)65432022-03-308-15/+15
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-292-2/+2
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-292-63/+102
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-13/+15
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-298-32/+40
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-292-7/+1
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-14/+1
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-0/+7
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-2311-41/+39
* Use the new/choose link for New Issue on project page (#19172)zeripath2022-03-221-2/+9
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-2210-35/+31
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+0
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-2229-253/+253
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+13
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+9
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-091-0/+15
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+1
* Uncapitalize errors (#18915)Gusted2022-02-263-9/+9
* BeforeSourcePath should point to base commit (#18799)Jimmy Praet2022-02-251-2/+2
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Don't report signal: killed errors in serviceRPC (#18850)zeripath2022-02-221-1/+3
* Show fullname on issue edits and gpg/ssh signing info (#18827)Wim2022-02-201-1/+9
* Fix template bug of LFS lock (#18784)Lunny Xiao2022-02-161-0/+1
* Fix display time of milestones (#18753)René Schaar2022-02-161-1/+2
* Fix broken cancel button link on patch page (#18718)Lunny Xiao2022-02-142-3/+3
* Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713)zeripath2022-02-111-2/+2
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+309
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+21
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-082-6/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-6/+6
* Ensure that blob-excerpt links work for wiki (#18587)zeripath2022-02-051-0/+9
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-022-2/+2
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-272-6/+14
* Only view milestones from current repo (#18414)zeripath2022-01-262-3/+3
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+99
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-13/+10
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+16
* format with gofumpt (#18184)65432022-01-2022-81/+68