summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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-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
* Use custom favicon when viewing static files if it exists (#19130)Abheek Dhawan2022-03-191-0/+5
* 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-143-2/+10
* 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
* Prevent 500 when there is an error during new auth source post (#19041)zeripath2022-03-101-5/+2
* RSS/Atom support for Orgs (#17714)65432022-03-102-29/+29
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-092-0/+16
* Fix wrong scopes caused by empty scope input (#19029)wxiaoguang2022-03-081-1/+13
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+1
* Add note to GPG key response if user has no keys (#18961)KN4CK3R2022-03-021-0/+3
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-022-2/+11
* Send 404 on `/{org}.gpg` (#18959)Gusted2022-03-011-1/+9
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-10/+25
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+1
* Uncapitalize errors (#18915)Gusted2022-02-263-9/+9
* BeforeSourcePath should point to base commit (#18799)Jimmy Praet2022-02-251-2/+2
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-231-0/+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