summaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* fix #19545 (#19563)65432022-04-301-4/+5
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+7
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-015-19/+19
* Improve sync performance for pull-mirrors (#19125)Peter Gardfjäll2022-03-311-0/+60
* Make git.OpenRepository accept Context (#19260)65432022-03-303-3/+3
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-13/+22
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-5/+222
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-8/+10
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-2/+13
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+9
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-20/+20
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-065-10/+10
* Add `GetUserTeams` (#18499)Gusted2022-02-011-1/+1
* format with gofumpt (#18184)65432022-01-204-12/+12
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-36/+38
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-4/+4
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-162-3/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-123-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-106-38/+42
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-246-19/+24
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-14/+14
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-242-231/+0
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-8/+11
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-192-5/+4
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-6/+7
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-174-314/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-165-602/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-163-7/+4
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-124-6/+9
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-102-6/+6
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-16/+42
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-135-3/+40
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-242-14/+27
* DBContext is just a Context (#17100)zeripath2021-09-239-21/+25
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-15/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1913-33/+45
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+31
* Correctly rollback in ForkRepository (#17034)zeripath2021-09-141-16/+39