summaryrefslogtreecommitdiffstats
path: root/modules/repository/hooks.go
Commit message (Expand)AuthorAgeFilesLines
* Always write proc-receive hook for all git versions (#29287)wxiaoguang2024-02-211-7/+5
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-6/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-7/+7
* Executable check always returns true for windows (#20637)JonRB2022-08-041-0/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* format with gofumpt (#18184)65432022-01-201-5/+5
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-41/+0
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-1/+1
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-16/+42
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+9
* Set GIT_DIR correctly if it is not set (#15751)zeripath2021-05-071-3/+47
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-4/+15
* Completely quote AppPath and CustomConf paths (#12955)zeripath2020-09-281-3/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+3
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-4/+5
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-061-15/+96
* Avoiding directory execution on hook (#10954) (#10955)Vasil Mikhalenya2020-04-041-3/+3
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-0/+104