| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -2/+3 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 1 | -0/+39 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 2 | -2/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 4 | -15/+18 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -3/+3 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -3/+2 |
* | Implemented head_commit for webhooks (#16282) | KN4CK3R | 2021-06-29 | 1 | -2/+2 |
* | Fixed issues not updated by commits (#16254) | KN4CK3R | 2021-06-26 | 1 | -4/+5 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -1/+1 |
* | Fix private repo permission problem (#16142) | Nils Dralle | 2021-06-14 | 2 | -0/+35 |
* | Merge all deleteBranch as one function and also fix bug when delete branch do... | Lunny Xiao | 2021-06-07 | 1 | -0/+72 |
* | Make commit info cancelable (#16032) | zeripath | 2021-06-06 | 1 | -1/+1 |
* | add permission check for ``GenerateRepository`` (#15946) | a1012112796 | 2021-05-27 | 1 | -0/+6 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -0/+35 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 2 | -11/+13 |
* | Send push event when tag is created or deleted (#13999) | Cirno the Strongest | 2020-12-16 | 1 | -1/+17 |
* | Ensure that pusher is not nil preventing panic in push (#13945) | zeripath | 2020-12-11 | 1 | -0/+6 |
* | Refactor push update (#13381) | Lunny Xiao | 2020-12-08 | 2 | -268/+38 |
* | Fix a bug on refactoring (#13373) | Lunny Xiao | 2020-10-31 | 1 | -1/+1 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 2 | -115/+13 |
* | Move update-server-info to hooks (#12826) | zeripath | 2020-10-14 | 1 | -4/+0 |
* | Cache last commit when pushing for big repository (#10109) | Lunny Xiao | 2020-10-09 | 1 | -7/+46 |
* | Fix repository create/delete event webhooks (#13008) | James Lakin | 2020-10-02 | 1 | -5/+3 |
* | Add config option to make create-on-push repositories public by default (#12936) | Tait Hoyem | 2020-09-27 | 1 | -1/+2 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 2 | -11/+20 |
* | Update only the repository columns that need updating (#12900) | zeripath | 2020-09-20 | 1 | -3/+8 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 3 | -0/+515 |
* | API endpoint for repo transfer (#9947) | 6543 | 2020-01-31 | 2 | -3/+21 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -0/+5 |
* | Move RepoWorkingPool to services/repository package (#9754) | Lunny Xiao | 2020-01-15 | 1 | -6/+10 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 2 | -4/+6 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -0/+27 |
* | Move repoWorkPool outside rename/transfer repository (#9086) | Lunny Xiao | 2019-12-06 | 1 | -14/+12 |
* | Add avatar and issue labels to template repositories (#9149) | John Olheiser | 2019-11-25 | 1 | -0/+14 |
* | Add git hooks and webhooks to template repositories; move to services (#8926) | John Olheiser | 2019-11-24 | 2 | -15/+63 |
* | Move transfer repository and rename repository on a service package and start... | Lunny Xiao | 2019-11-15 | 3 | -0/+120 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 1 | -0/+15 |
* | Move some repositories' operations to a standalone service package (#8557) | Lunny Xiao | 2019-10-26 | 1 | -0/+56 |