aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Switch to non-deprecation setting (#18358)Gusted2022-01-231-1/+1
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-232-0/+103
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-13/+10
* Pause queues (#15928)zeripath2022-01-222-0/+26
* Add config options to hide issue events (#17414)qwerty2872022-01-213-1/+43
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-14/+10
* format with gofumpt (#18184)65432022-01-2072-199/+160
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-0/+1
* Use correct translation key for errors (#18342)Gusted2022-01-201-3/+7
* Refactor Router Logger (#17308)wxiaoguang2022-01-205-55/+32
* Change initial TrustModel to committer (#18335)zeripath2022-01-191-0/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1941-205/+188
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Fix incorrect OAuth message (#18332)wxiaoguang2022-01-191-1/+1
* Fix PR comments UI (#18323)wxiaoguang2022-01-192-9/+13
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-182-6/+6
* show pull link for agit pull request also (#18235)a10121127962022-01-171-0/+38
* Handle missing default branch better in owner/repo/branches page (#18290)zeripath2022-01-161-20/+33
* Return nicer error if trying to pull from non-existent user (#18288)zeripath2022-01-161-3/+12
* Webauthn nits (#18284)zeripath2022-01-152-10/+12
* Support webauthn (#17957)Lunny Xiao2022-01-1410-281/+322
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-103-3/+3
* Show OAuth callback error message (#18185)KN4CK3R2022-01-071-1/+35
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-074-16/+40
* Add replay of webhooks. (#18191)KN4CK3R2022-01-052-5/+36
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-057-19/+0
* refactoring nits (#18188)65432022-01-051-1/+0
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-052-55/+122
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-033-1/+46
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-033-66/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-0225-2245/+2372
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-023-17/+4
* Use correct user when determining max repo limits for error messages (#18153)Gusted2022-01-023-3/+3
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-013-0/+119