| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -118/+0 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 1 | -1/+1 |
* | Set the default branch for repositories generated from templates (#19136) | Abheek Dhawan | 2022-03-27 | 1 | -9/+10 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -56/+0 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+6 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -3/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+1 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -10/+11 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -10/+11 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -4/+5 |
* | Fix broken migration on webhook (#13911) | Lunny Xiao | 2020-12-09 | 1 | -11/+11 |
* | Avatars and Repo avatars support storing in minio (#12516) | Lunny Xiao | 2020-10-14 | 1 | -2/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+2 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -219/+0 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -7/+7 |
* | Fix nil reference in repo generation (#9660) | John Olheiser | 2020-01-09 | 1 | -29/+31 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -1/+1 |
* | Use ioutil.TmpDir for new created temp directory (#9368) | Lunny Xiao | 2019-12-16 | 1 | -4/+3 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -9/+5 |
* | Variable expansion in repository templates (#9163) | John Olheiser | 2019-11-30 | 1 | -3/+181 |
* | Add avatar and issue labels to template repositories (#9149) | John Olheiser | 2019-11-25 | 1 | -0/+50 |
* | Add git hooks and webhooks to template repositories; move to services (#8926) | John Olheiser | 2019-11-24 | 1 | -0/+162 |