aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-252-5/+3
* When the git repository on storage is changed, the repository modal should al...wxiaoguang2021-12-241-2/+24
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-2/+15
* When attempting to subscribe other user to issue report why access denied (#1...zeripath2021-12-241-1/+2
* Improve interface when comparing a branch which has created a pull request (#...Lunny Xiao2021-12-241-0/+4
* Add API to manage repo tranfers (#17963)qwerty2872021-12-232-0/+104
* 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
* Add API to get file commit history (#17652)qwerty2872021-12-221-24/+55
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-212-0/+10
* 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-206-8/+8
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-202-2/+10
* 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-172-1/+21
* 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
* Add Reindex buttons to repository settings page (#17494)zeripath2021-12-161-0/+47
* Shorten page title in file view (#17987)silverwind2021-12-151-1/+5
* Refactor HTTP request context (#17979)wxiaoguang2021-12-1520-65/+63
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-1510-12/+27
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-143-30/+113
* Return nicer error for ForcePrivate (#17971)zeripath2021-12-141-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-1224-79/+83
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-1019-154/+173
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-107-19/+19
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1050-254/+306
* Improve checkBranchName (#17901)zeripath2021-12-083-5/+5
* Support sorting for project board issuses (#17152)Anbraten2021-12-082-19/+39
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-14/+23
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-3/+9
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-062-10/+10
* Fix the bug: no wiki page can be created if the repo didn't have any page yet...wxiaoguang2021-12-031-6/+6
* Add hints for special Wiki pages (#17283)n2021-12-031-0/+3
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-022-2/+2