aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-042-0/+5
* ignore missing comment for user notifications (#18954)eladyn2022-03-031-1/+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
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-012-1/+48
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-0/+4
* 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
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-0/+2
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-8/+16
* Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo (#18713)zeripath2022-02-111-2/+2
* Disable unnecessary OpenID/OAuth2 elements (#18491)Paweł Bogusławski2022-02-091-4/+11
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-095-0/+422
* Update object repo with the migrated repository (#18684)Hugo Hoitink2022-02-091-1/+1
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+21
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-083-16/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-064-9/+9
* Ensure that blob-excerpt links work for wiki (#18587)zeripath2022-02-052-1/+29
* Prevent panic on prohibited user login with oauth2 (#18562)zeripath2022-02-031-1/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-022-2/+2
* Add `GetUserTeams` (#18499)Gusted2022-02-012-7/+6
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-312-0/+7
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-283-0/+20
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-275-17/+35
* Only view milestones from current repo (#18414)zeripath2022-01-262-3/+3
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-4/+6
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-262-2/+2
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-252-0/+10