summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-013-36/+119
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-308-15/+16
* Move more model into models/user (#17826)Lunny Xiao2021-11-287-27/+24
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-2821-56/+74
* Disable ref selection dropdown if you don't have permissions to use it (#17837)qwerty2872021-11-281-2/+0
* Fix value of User.IsRestricted to default setting when oauth2 user auto regis...Galen Suen2021-11-281-7/+8
* Implement Well-Known URL for password change (#17777)mscherer2021-11-261-4/+10
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-254-6/+24
* org settings -> webhook/labels/deletion should also active the menu (#17809)Lunny Xiao2021-11-252-0/+6
* Fix org webchatwork webhook (#17810)wxiaoguang2021-11-251-0/+2
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-6/+6
* Create menus for organization pages (#17802)Lunny Xiao2021-11-251-0/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2467-486/+537
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-3/+3
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-247-38/+37
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-0/+8
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-2221-70/+99
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-223-12/+42
* Make `bind` error more readable (#17750)Gusted2021-11-221-1/+2
* Fix navbar on project view (#17749)Gusted2021-11-221-1/+1
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-223-19/+51