aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_generate.go
Commit message (Expand)AuthorAgeFilesLines
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-10/+11
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+11
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-4/+5
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-11/+11
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-219/+0
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-7/+7
* Fix nil reference in repo generation (#9660)John Olheiser2020-01-091-29/+31
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-1/+1
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-4/+3
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-9/+5
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-3/+181
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+50
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-0/+162