aboutsummaryrefslogtreecommitdiffstats
path: root/models/project/project.go
Commit message (Expand)AuthorAgeFilesLines
* Use project's redirect url instead of composing url (#33058) (#33064)Giteabot14 days1-2/+10
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+4
* Fixes for unreachable project issues when transfer repository from organizati...Edip Emre Bodur2024-08-131-0/+6
* Fix the display of project type for deleted projects (#31732)yp053272024-07-301-0/+7
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-60/+37
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-0/+7
* remove util.OptionalBool and related functions (#29513)65432024-03-021-6/+4
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-0/+12
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-21/+4
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-9/+9
* Refactor project templates (#26448)Denys Konovalov2023-08-121-0/+5
* Update xorm version (#26128)Lunny Xiao2023-07-251-1/+4
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-111-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