summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-2/+3
* Reset locale on login (#17734)zeripath2021-11-201-0/+4
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-203-9/+3
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-194-17/+21
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1924-60/+66
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Move user/org deletion to services (#17673)KN4CK3R2021-11-195-8/+12
* Add pagination to fork list (#17639)Gusted2021-11-181-2/+13
* Move task from modules to services (#17680)Lunny Xiao2021-11-182-2/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-182-7/+7
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Fixed commit count. (#17698)KN4CK3R2021-11-173-15/+12
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-2/+54
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-171-1/+5
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-173-10/+9
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-175-3/+6
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-175-19/+22
* Allow admins to change user avatars (#17661)qwerty2872021-11-162-0/+33
* Multiple Escaping Improvements (#17551)zeripath2021-11-1634-200/+351
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-165-6/+6
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-167-15/+14
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-167-33/+26