summaryrefslogtreecommitdiffstats
path: root/models/helper_environment.go
Commit message (Expand)AuthorAgeFilesLines
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-79/+0
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+4
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-5/+11
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-0/+13
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+10
* Fix bug create/edit wiki pages when code master branch protected (#7580)Lunny Xiao2019-07-251-4/+4
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-7/+15
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-1/+1
* Stop running hooks on pr merge (#6963)zeripath2019-05-171-1/+2
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-0/+36