summaryrefslogtreecommitdiffstats
path: root/routers/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-295-28/+31
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-285-21/+57
* more context for models (#19511)65432022-04-287-29/+30
* Update image URL for Discord webhook (#19536)John Olheiser2022-04-281-1/+0
* When view _Siderbar or _Footer, just display once (#19501)Lunny Xiao2022-04-271-26/+47
* Add commit status popup to issuelist (#19375)parnic2022-04-272-5/+7
* 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-252-33/+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-252-11/+6
* Fix panic in team repos API (#19431)qwerty2872022-04-201-0/+1
* 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-145-5/+15
* Fix middleware function's placements for some `/user/...` (#19377)Gusted2022-04-121-5/+5
* 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-086-43/+44
* 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-083-3/+135
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-078-1/+690
* Package registry changes (#19305)KN4CK3R2022-04-063-13/+16
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-032-3/+2
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-012-19/+24
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-12/+11
* Fix container download counter (#19287)KN4CK3R2022-04-011-1/+0
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-312-19/+26
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-312-5/+28
* 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-308-0/+557
* Make git.OpenRepository accept Context (#19260)65432022-03-298-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-293-65/+105
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-294-18/+22
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2915-85/+99
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-293-7/+2
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-283-1/+58
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-1/+2
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-265-135/+67
* Fix showing issues in your repositories (#18916)Gusted2022-03-231-4/+47
* 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-2322-74/+72
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-11/+10
* 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-2218-53/+46
* 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-2268-488/+488