| Commit message (Expand) | Author | Age | Files | Lines |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 3 | -23/+102 |
* | Integration test for migration (#18124) | Aravinth Manivannan | 2022-01-04 | 1 | -0/+104 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -14/+14 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 1 | -0/+22 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 2 | -2/+2 |
* | Instead of using routerCtx just escape the url before routing (#18086) | zeripath | 2021-12-25 | 1 | -10/+1 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 1 | -0/+79 |
* | Fix various typos of software names (#18083) | qwerty287 | 2021-12-24 | 1 | -4/+4 |
* | Add NotFound handler (#18062) | zeripath | 2021-12-22 | 2 | -1/+11 |
* | Add API to get file commit history (#17652) | qwerty287 | 2021-12-22 | 1 | -0/+18 |
* | Fix continuance tests (#18027) | Gusted | 2021-12-20 | 3 | -0/+56 |
* | Make test work with different default branch config (#18038) | mscherer | 2021-12-20 | 1 | -0/+3 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 3 | -3/+3 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 1 | -3/+3 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 2 | -0/+57 |
* | Prevent double decoding of % in url params (#17997) | zeripath | 2021-12-16 | 11 | -1/+37 |
* | Use non-expiring key. (#17984) | KN4CK3R | 2021-12-14 | 1 | -125/+78 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 3 | -5/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 3 | -11/+11 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 49 | -226/+250 |
* | Allow default branch to be inferred on compare page (#17908) | John Olheiser | 2021-12-06 | 1 | -0/+12 |
* | tests: more integration tests for notifications (#17845) | singuliere | 2021-12-03 | 1 | -0/+67 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 2 | -4/+6 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 4 | -20/+24 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 67 | -231/+275 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 4 | -39/+39 |
* | Fix keys test (#17776) | techknowlogick | 2021-11-23 | 1 | -1/+1 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -1/+4 |
* | Use `f` variant to parse formatting (#17751) | Gusted | 2021-11-22 | 1 | -1/+1 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 4 | -3/+8 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 22 | -58/+52 |
* | Return 400 but not 500 when request archive with wrong format (#17691) | Lunny Xiao | 2021-11-17 | 1 | -0/+52 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 2 | -4/+4 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 18 | -4/+18 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 1 | -2/+3 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 3 | -19/+19 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 2 | -4/+3 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 1 | -2/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 72 | -503/+500 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 4 | -14/+20 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -8/+9 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -5/+6 |
* | Fix ipv6 parsing for builtin ssh server (#17561) | Wim | 2021-11-06 | 1 | -1/+2 |
* | Make Repo Code Indexer an Unique Queue (#17515) | zeripath | 2021-11-02 | 1 | -1/+0 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 1 | -3/+3 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -0/+63 |
* | Add integration tests for private.NoServCommand and private.ServCommand (#17456) | zeripath | 2021-10-28 | 1 | -0/+154 |
* | In many cases user avatar link should be an absolute URL with http host (#17420) | wxiaoguang | 2021-10-25 | 1 | -1/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 1 | -0/+251 |