aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1335-629/+632
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-1216-104/+115
* Unify repo settings & show better error (#19828)Gusted2022-06-123-10/+14
* fixed comment typo (#19944)xkcdstickfigure2022-06-111-1/+1
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-112-0/+39
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+8
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-1/+1
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-3/+4
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-103-9/+5
* Feature: Find files in repo (#15028)Roger Luo2022-06-093-0/+85
* 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-0620-59/+59
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+1
* Fixing wrong paging when filtering on the issue dashboard (#19801)Mai-Lapyst2022-06-041-0/+6
* Move `/info` outside authorization (#19888)Gusted2022-06-042-1/+20
* Exclude Archived repos from Dashboard Milestones (#19882)zeripath2022-06-041-2/+3
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-042-0/+143
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-0/+1
* improvement some release related code (#19867)Lunny Xiao2022-06-032-11/+12
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+2
* Fix spelling mistake in ProcReceive (#19853)zeripath2022-06-011-1/+1
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-293-5/+24
* Fix raw endpoint PDF file headers (#19825)Lauris BH2022-05-281-2/+6
* Prevent loop if there is an error in GetNotificationCount (#19799)zeripath2022-05-251-1/+5
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-213-15/+25
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2079-263/+266
* Move org functions (#19753)Lunny Xiao2022-05-201-1/+1
* Update base.go (#19739)Guo Y.K2022-05-191-1/+1
* ContainerRegistry - removed Basic Auth header (#19735)KN4CK3R2022-05-171-1/+0
* Fix issue overview for teams (#19652)Gusted2022-05-161-16/+4
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-151-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-133-67/+44
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1125-57/+74
* Update go tool dependencies (#19676)silverwind2022-05-102-3/+4
* Fix new release from tags list UI (#19670)Lunny Xiao2022-05-101-1/+3
* Add Webfinger endpoint (#19462)KN4CK3R2022-05-092-2/+121
* Set the LastModified header for raw files (#18356)zeripath2022-05-094-27/+96
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+1
* Admin should not delete himself (#19423)Lunny Xiao2022-05-082-0/+15
* Move some helper files out of models (#19355)Lunny Xiao2022-05-084-14/+19
* 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-084-5/+8
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-083-22/+57
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-073-12/+72
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-084-1/+102