aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/repo_unit.go
Commit message (Expand)AuthorAgeFilesLines
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+7
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-041-1/+1
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-1/+55
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+2
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-26/+0
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-4/+4
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* add disable workflow feature (#26413)a10121127962023-08-141-1/+45
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+1
* Implement actions (#21937)Jason Song2023-01-311-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-3/+4
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-021-0/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+3
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-18/+0
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-1/+1
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-3/+3
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-021-2/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+26
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+244