summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Ensure that blob-excerpt links work for wiki (#18587) (#18624)zeripath2022-02-062-1/+29
* Collaborator trust model should trust collaborators (#18539) (#18557)zeripath2022-02-032-2/+2
* Prevent panic on prohibited user login with oauth2 (#18562) (#18563)zeripath2022-02-031-1/+1
* Add `GetUserTeams` (#18499) (#18531)zeripath2022-02-021-1/+1
* Fix OAuth Source Edit Page (#18495) (#18503)zeripath2022-01-312-0/+7
* Only view milestones from current repo (#18414) (#18417)zeripath2022-01-262-3/+3
* Fix partial cloning a repo (#18373) (#18377)Gusted2022-01-231-1/+4
* 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-191-8/+10
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-3/+3
* Handle missing default branch better in owner/repo/branches page (#18290)zeripath2022-01-161-20/+33
* Webauthn nits (#18284)zeripath2022-01-152-10/+12
* Support webauthn (#17957)Lunny Xiao2022-01-1410-281/+322
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* 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-051-27/+57
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-032-1/+35
* Remove unused route "/tasks/trigger" (#18160)Gusted2022-01-033-66/+0
* Refactor auth package (#17962)Lunny Xiao2022-01-0223-2228/+2355
* 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
* Allow admin to associate missing LFS objects for repositories (#18143)wxiaoguang2022-01-011-10/+18
* Use correct translation key (#18135)Gusted2021-12-313-3/+22
* Fix wrong redirect on org labels (#18128)KN4CK3R2021-12-301-1/+1
* Removed unused method. (#18129)KN4CK3R2021-12-301-36/+0
* Removed unused endpoint. (#18127)KN4CK3R2021-12-292-15/+0
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-156/+45
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-5/+0
* When the git repository on storage is changed, the repository modal should al...wxiaoguang2021-12-241-2/+24
* Improve interface when comparing a branch which has created a pull request (#...Lunny Xiao2021-12-241-0/+4
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+2
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-231-1/+39
* Add NotFound handler (#18062)zeripath2021-12-221-0/+10
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Move POST /{username}/action/{action} to simply POST /{username} (#18045)zeripath2021-12-202-5/+3
* Reset Session ID on login (#18018)zeripath2021-12-202-5/+68
* Simplify parameter types (#18006)Gusted2021-12-205-7/+7
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+6
* Reset locale on login (#18023)zeripath2021-12-191-0/+33
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+23
* Support open compare page directly (#17975)Lunny Xiao2021-12-172-14/+13
* Add option to define refs in issue templates (#17842)qwerty2872021-12-171-0/+3
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-1/+16
* Use JSON module instead of stdlib json (#18003)Gusted2021-12-171-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-162-2/+2