aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/projects.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-8/+12
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+6
* Fix `link-action` redirect network error (#27734)Nanguan Lin2023-10-231-3/+4
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-8/+8
* Refactor project templates (#26448)Denys Konovalov2023-08-121-1/+3
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-24/+8
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-121-2/+1
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-111-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-8/+8
* Fix the nil pointer when assigning issues to projects (#25665)Zettat1232023-07-041-3/+5
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-241-1/+6
* Merge `new project` templates into one (#24985)delvh2023-05-311-13/+14
* Add unset default project column (#23531)yp053272023-04-191-0/+17
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-091-1/+1
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-0/+1
* Show edit/close/delete button on organization wide repositories (#23388)yp053272023-03-121-1/+1
* Redirect to project again after editing it (#23326)yp053272023-03-091-1/+6
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-2/+22
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-46/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+9
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-7/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-16/+16
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-54/+92
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-6/+6
* format with gofumpt (#18184)65432022-01-201-1/+0
* Removed unused method. (#18129)KN4CK3R2021-12-301-36/+0
* Use JSON module instead of stdlib json (#18003)Gusted2021-12-171-1/+1
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-18/+38
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+5
* Fix navbar on project view (#17749)Gusted2021-11-221-1/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-14/+15
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0
* Kanban colored boards (#16647)Romain2021-09-291-0/+3
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+665