aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+59
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-911/+127
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-49/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-9/+10
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-42/+40
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-0/+6
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-9/+22
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-44/+48
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-3/+28
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-13/+13
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-10/+10
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-8/+9
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-13/+8
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-7/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-19/+20
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-26/+33
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-83/+83
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-6/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-104/+109
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-2/+2
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+6
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-31/+47
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-0/+5
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-0/+7
* [API] generalize list header (#16551)65432021-08-121-4/+4
* Fix session bugs (#16552)65432021-07-261-1/+1
* Restore creation of git-daemon-export-ok files (#16508)zeripath2021-07-221-2/+13
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-2/+2
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-131-16/+0
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Reserve user/repo pattern for rss feature (#16323)65432021-07-011-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+1
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-50/+47
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-7/+20
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-0/+5
* Fix case change in ownernames (#16045)zeripath2021-06-021-0/+20
* Delete references if repository gets deleted (#15681)KN4CK3R2021-04-301-17/+15
* Delete protected branch if repository gets removed (#15658)KN4CK3R2021-04-301-0/+1
* not update updated uinx for `git gc` (#15637)a10121127962021-04-281-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-1/+4
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+2
* Update repository size on cron gc task (#15177)zeripath2021-03-281-5/+2
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-1/+1
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-191-6/+11
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-5/+5
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-136/+8