summaryrefslogtreecommitdiffstats
path: root/models/project/project.go
Commit message (Expand)AuthorAgeFilesLines
* Update xorm version (#26128) (#26150)Lunny Xiao2023-07-261-1/+4
* Fix incorrect oldest sort in project list (#25806) (#25835)Giteabot2023-07-121-13/+15
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-0/+11
* Do not store user projects as organization projects (#23353)yp053272023-03-171-1/+1
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-2/+2
* improve FindProjects (#23085)yp053272023-02-241-10/+3
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-5/+29
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+1
* Project links should use parent link methods (#22587)John Olheiser2023-01-231-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-15/+79
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-33/+21
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-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-4/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Add option to purge users (#18064)zeripath2022-07-141-0/+37
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-30/+15
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-0/+347