| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPE `/repos/issues/search` when not signed in (#19154) | Gusted | 2022-03-20 | 1 | -4/+9 |
* | Restrict email address validation (#17688) | Lunny Xiao | 2022-03-14 | 2 | -2/+6 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -0/+4 |
* | ignore missing comment for user notifications (#18954) | eladyn | 2022-03-03 | 1 | -1/+1 |
* | [API] Allow removing issues (#18879) | Otto Richter (fnetX) | 2022-03-01 | 2 | -1/+48 |
* | Fix page and missing return on unadopted repos API (#18848) | qwerty287 | 2022-02-27 | 1 | -0/+4 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 2 | -0/+108 |
* | Update object repo with the migrated repository (#18684) | Hugo Hoitink | 2022-02-09 | 1 | -1/+1 |
* | Add `GetUserTeams` (#18499) | Gusted | 2022-02-01 | 1 | -6/+5 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -2/+2 |
* | API: Return primary language and repository language stats API URL (#18396) | Lauris BH | 2022-01-25 | 2 | -0/+10 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 23 | -52/+45 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 18 | -83/+78 |
* | Fix PR comments UI (#18323) | wxiaoguang | 2022-01-19 | 1 | -1/+3 |
* | Use indirect comparison when showing pull requests (#18313) | zeripath | 2022-01-18 | 1 | -3/+3 |
* | Fix NPE on try to get tag reference via API (#18245) | 6543 | 2022-01-12 | 1 | -1/+1 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -28/+65 |
* | Don't delete branch if other PRs with this branch are open (#18164) | a1012112796 | 2022-01-03 | 1 | -0/+11 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 2 | -17/+17 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 3 | -0/+119 |
* | - name: new parameter in CreateForkOption to give the forked repository (#18066) | Aravinth Manivannan | 2021-12-24 | 1 | -2/+15 |
* | When attempting to subscribe other user to issue report why access denied (#1... | zeripath | 2021-12-24 | 1 | -1/+2 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 2 | -0/+104 |
* | Add API to get file commit history (#17652) | qwerty287 | 2021-12-22 | 1 | -24/+55 |
* | Ensure that git repository is closed before transfer (#18049) | zeripath | 2021-12-21 | 1 | -0/+5 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 1 | -1/+4 |
* | Ensure complexity, minlength and ispwned are checked on password setting (#18... | zeripath | 2021-12-17 | 1 | -0/+5 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 3 | -10/+10 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 7 | -7/+22 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 11 | -38/+40 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 7 | -67/+73 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 19 | -79/+94 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -1/+1 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 12 | -26/+36 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 2 | -4/+14 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 25 | -151/+173 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 5 | -26/+25 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 6 | -11/+18 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -8/+13 |
* | Make `bind` error more readable (#17750) | Gusted | 2021-11-22 | 1 | -1/+2 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -2/+3 |
* | 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 | 1 | -3/+1 |
* | 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 | 1 | -5/+6 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 11 | -26/+27 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 2 | -2/+4 |