aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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-262-5/+7
* Improve dashboard's repo list performance (#18963)Gusted2022-04-262-16/+17
* Refactor readme file renderer (#19502)Lunny Xiao2022-04-261-112/+125
* Improve Stopwatch behavior (#18930)Gusted2022-04-252-33/+14
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-253-18/+21
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-252-1/+6
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-253-13/+9
* Mark TemplateLoading error as "UnprocessableEntity" (#19445)Gusted2022-04-221-1/+3
* Fix logging of Transfer API (#19456)Gusted2022-04-221-4/+6
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-216-43/+38
* Fix DELETE request for non-existent public key (#19443)Gusted2022-04-211-4/+9
* Don't panic on `ErrEmailInvalid` (#19441)Gusted2022-04-201-3/+10
* Fix panic in team repos API (#19431)qwerty2872022-04-202-1/+2
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-202-28/+53
* Add Helm Chart registry (#19406)KN4CK3R2022-04-193-1/+212
* Use a struct as test options (#19393)Lunny Xiao2022-04-146-6/+18
* Document 409 error returned by repos/migrate api (#19376)Chongyi Zheng2022-04-121-0/+2
* Fix middleware function's placements for some `/user/...` (#19377)Gusted2022-04-121-5/+5
* Fix panic in teams API when requesting members (#19360)delvh2022-04-111-1/+1
* Add logic to switch between source/rendered on Markdown (#19356)Gusted2022-04-101-2/+10
* Allow package linking to private repository (#19348)KN4CK3R2022-04-091-1/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-0810-63/+66
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-082-2/+2
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-085-26/+119
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-0715-96/+719
* Package registry changes (#19305)KN4CK3R2022-04-068-24/+41
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-032-3/+2
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter GardfjÀll2022-04-011-0/+11
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-012-19/+24
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-9/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-014-23/+20
* Fix container download counter (#19287)KN4CK3R2022-04-013-10/+3
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-312-19/+26
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-316-7/+192
* Move checks for pulls before merge into own function (#19271)65432022-03-313-164/+73
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-1/+1
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-312-18/+20
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-3/+2
* Add Package Registry (#16510)KN4CK3R2022-03-3035-1/+6052
* Make git.OpenRepository accept Context (#19260)65432022-03-3016-24/+24
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-293-3/+3
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-293-65/+105
* Granular webhook events in editHook (#19251)John Olheiser2022-03-291-5/+16
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-296-20/+24
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2931-182/+214
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-293-7/+2
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-286-2/+116