aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Check for permission when fetching user controlled issues (#20133) (#20196)Gusted2022-07-014-24/+45
* Release page show all tags in compare dropdown (#20070) (#20071)65432022-06-211-1/+8
* fix permission check for delete tag (#19985) (#20001)a10121127962022-06-175-1/+38
* Fix raw endpoint PDF file headers (#19825) (#19826)Lauris BH2022-05-281-2/+6
* Prevent NPE when cache service is disabled (#19703) (#19783)zeripath2022-05-253-18/+27
* Fix NotificationUnreadCount (#19802)Lunny Xiao2022-05-251-1/+2
* Fix issue overview for teams (#19652) (#19653)Gusted2022-05-161-16/+3
* Fix oauth setting list bug (#19681)Lunny Xiao2022-05-111-1/+1
* Fix new release from tags list UI (#19670) (#19673)Lunny Xiao2022-05-101-1/+3
* GetFeeds must always discard actions with dangling repo_id (#19598) (#19629)singuliere2022-05-081-0/+3
* Call MultipartForm.RemoveAll when request finishes (#19606) (#19607)wxiaoguang2022-05-052-0/+4
* Fix sending empty notifications (#19589) (#19590)Gusted2022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310...Jimmy Praet2022-04-307-39/+52
* Don't error when branch's commit doesn't exist (#19547) (#19548)Gusted2022-04-291-8/+8
* When view _Siderbar or _Footer, just display once (#19501) (#19522)Lunny Xiao2022-04-271-30/+51
* User specific repoID or xorm builder conditions for issue search (#19475) (#1...65432022-04-253-11/+6
* Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446)Gusted2022-04-221-4/+5
* Fix DELETE request for non-existent public key (#19443) (#19444)Gusted2022-04-201-4/+9
* Don't panic on `ErrEmailInvalid` (#19441) (#19442)Gusted2022-04-201-3/+10
* When updating mirror repo intervals by API reschedule next update too (#19429...zeripath2022-04-202-28/+53
* Fix middleware function's placements for `/user/...` (#19377) (#19378)Gusted2022-04-121-3/+3
* Move checks for pulls before merge into own function (#19271) (#19277)65432022-03-312-177/+82
* Granular webhook events in editHook (#19251) (#19257)John Olheiser2022-03-291-5/+16
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-291-1/+2
* Fix showing issues in your repositories (#18916) (#19191)65432022-03-241-14/+55
* Fix compare link in active feeds for new branch (#19149) (#19185)zeripath2022-03-231-0/+7
* Fix the bug: deploy key with write access can not push (#19010) (#19182)zeripath2022-03-234-43/+63
* Clean paths when looking in Storage (#19124) (#19179)zeripath2022-03-231-16/+16
* Use the new/choose link for New Issue on project page (#19172) (#19176)zeripath2022-03-231-2/+9
* Use custom favicon when viewing static files if it exists (#19130) (#19152)Abheek Dhawan2022-03-201-0/+5
* Fix NPE /repos/issues/search when not signed in (#19154) (#19155)Gusted2022-03-201-5/+10
* Fix wrong scopes caused by empty scope input (#19029) (#19145)zeripath2022-03-211-1/+13
* Do not send notification emails to inactive users (#19131) (#19139)zeripath2022-03-191-1/+1
* Do not send activation email if manual confirm is set (#19119) (#19122)zeripath2022-03-191-0/+6
* Handle email address not exist (#19089) (#19121)Lunny Xiao2022-03-193-5/+6
* Restrict email address validation (#17688) (#19085)65432022-03-145-4/+16
* Fix lfs bug (#19072) (#19080)65432022-03-141-0/+13
* Prevent 500 when there is an error during new auth source post (#19041) (#19059)zeripath2022-03-131-2/+2
* Ignore missing comment for user notifications (#18954) (#19043)zeripath2022-03-101-1/+1
* Refactor admin user filter query parameters (#18965) (#18975)Otto Richter (fnetX)2022-03-022-2/+11
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-10/+25
* Send 404 on `/{org}.gpg` (#18959) (#18962)Gusted2022-03-011-2/+10
* Fix admin user list pagination (#18957) (#18960)Otto Richter (fnetX)2022-03-011-0/+1
* Fix page and missing return on unadopted repos API (#18848) (#18927)qwerty2872022-02-271-0/+4
* BeforeSourcePath should point to base commit (#18880)Jimmy Praet2022-02-251-2/+2
* Don't report signal: killed errors in serviceRPC (#18850) (#18865)zeripath2022-02-241-4/+5
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-241-0/+2
* Show fullname on issue edits and gpg/ssh signing info (#18828)Wim2022-02-201-1/+9
* Fix template bug of LFS lock (#18784) (#18787)Lunny Xiao2022-02-161-0/+1
* Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713) ...zeripath2022-02-121-2/+2