| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 8 | -15/+16 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 7 | -27/+24 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 21 | -56/+74 |
* | Disable ref selection dropdown if you don't have permissions to use it (#17837) | qwerty287 | 2021-11-28 | 1 | -2/+0 |
* | Fix value of User.IsRestricted to default setting when oauth2 user auto regis... | Galen Suen | 2021-11-28 | 1 | -7/+8 |
* | Implement Well-Known URL for password change (#17777) | mscherer | 2021-11-26 | 1 | -4/+10 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 4 | -6/+24 |
* | org settings -> webhook/labels/deletion should also active the menu (#17809) | Lunny Xiao | 2021-11-25 | 2 | -0/+6 |
* | Fix org webchatwork webhook (#17810) | wxiaoguang | 2021-11-25 | 1 | -0/+2 |
* | Allow forks to org if you can create repos (#17783) | qwerty287 | 2021-11-25 | 1 | -6/+6 |
* | Create menus for organization pages (#17802) | Lunny Xiao | 2021-11-25 | 1 | -0/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 67 | -486/+537 |
* | Use `*PushUpdateOptions` as receiver (#17724) | Gusted | 2021-11-24 | 1 | -3/+3 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 7 | -38/+37 |
* | More pleasantly handle broken or missing git repositories (#17747) | zeripath | 2021-11-22 | 1 | -0/+8 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 21 | -70/+99 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 3 | -12/+42 |
* | Make `bind` error more readable (#17750) | Gusted | 2021-11-22 | 1 | -1/+2 |
* | Fix navbar on project view (#17749) | Gusted | 2021-11-22 | 1 | -1/+1 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 3 | -19/+51 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -2/+3 |
* | Reset locale on login (#17734) | zeripath | 2021-11-20 | 1 | -0/+4 |
* | Extract constant names out for the ReverseProxy and Basic authentication meth... | zeripath | 2021-11-20 | 1 | -1/+1 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 3 | -9/+3 |
* | Allow Token API calls be authorized using the reverse-proxy header (#15119) | Paweł Bogusławski | 2021-11-19 | 1 | -3/+6 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 4 | -17/+21 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 24 | -60/+66 |
* | Remove unused `user` paramater (#17723) | Gusted | 2021-11-19 | 1 | -3/+3 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 5 | -8/+12 |
* | Add pagination to fork list (#17639) | Gusted | 2021-11-18 | 1 | -2/+13 |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 2 | -2/+2 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 2 | -7/+7 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -1/+0 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 3 | -15/+12 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 2 | -2/+54 |
* | Return 400 but not 500 when request archive with wrong format (#17691) | Lunny Xiao | 2021-11-17 | 1 | -1/+5 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 3 | -10/+9 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 5 | -3/+6 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 5 | -19/+22 |
* | Allow admins to change user avatars (#17661) | qwerty287 | 2021-11-16 | 2 | -0/+33 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 34 | -200/+351 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 5 | -6/+6 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 7 | -15/+14 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 7 | -33/+26 |
* | Fix nil checking on typed interface (#17598) | Gusted | 2021-11-15 | 1 | -8/+0 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 2 | -2/+2 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 2 | -0/+14 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 17 | -62/+69 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 11 | -44/+54 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 1 | -35/+43 |