summaryrefslogtreecommitdiffstats
path: root/routers/web/org/projects.go
Commit message (Expand)AuthorAgeFilesLines
* Fix various problems around projects board view (#30696) (#30902)Giteabot2024-05-081-69/+0
* Fix project description rendering for org (#30587)wxiaoguang2024-04-191-2/+2
* Fix network error when open/close organization/individual projects and redire...yp053272024-04-131-4/+4
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-90/+18
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-1/+1
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-011-2/+2
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-2/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-3/+7
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-8/+8
* Refactor project templates (#26448)Denys Konovalov2023-08-121-1/+3
* Count only visible repos on profile (#25928)JakobDev2023-08-111-0/+25
* 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
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-0/+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-2/+7
* Merge `new project` templates into one (#24985)delvh2023-05-311-14/+13
* Fix close org projects (#24588)yp053272023-05-081-4/+4
* Add unset default project column (#23531)yp053272023-04-191-0/+17
* Add cardtype to org/user level project on creation, edit and view (#24043)Hester Gong2023-04-111-0/+22
* 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/+2
* Do not store user projects as organization projects (#23353)yp053272023-03-171-5/+18
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+1
* Rename `canWriteUnit` to `canWriteProjects` (#23386)yp053272023-03-091-7/+7
* Fix incorrect NotFound conditions in org/projects.go (#23384)yp053272023-03-091-3/+3
* Redirect to project again after editing it (#23326)yp053272023-03-091-1/+6
* Fix incorrect redirect link of delete org project (#23327)yp053272023-03-061-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+670