summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-1/+2
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-2617-282/+141
* 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-2327-83/+81
* 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-2225-64/+54
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-224-43/+63
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-22118-807/+807
* Fix NPE `/repos/issues/search` when not signed in (#19154)Gusted2022-03-201-4/+9
* Use custom favicon when viewing static files if it exists (#19130)Abheek Dhawan2022-03-191-0/+5
* Do not send notification emails to inactive users (#19131)zeripath2022-03-191-1/+1
* Do not send activation email if manual confirm is set (#19119)zeripath2022-03-181-0/+6
* Handle email address not exist. (#19089)KN4CK3R2022-03-151-1/+1
* Restrict email address validation (#17688)Lunny Xiao2022-03-145-4/+16
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+13
* RSS/Atom support for Repos (#19055)65432022-03-136-64/+85
* Feeds: render markdown to html (#19058)Norwin2022-03-121-2/+23