aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang13 days1-15/+6
* Refactor issue filter (labels, poster, assignee) (#32771)wxiaoguang14 days1-6/+1
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-272-15/+14
* Refactor markup render system (#32612)wxiaoguang2024-11-241-11/+5
* Refactor markup render system (#32589)wxiaoguang2024-11-221-7/+6
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-1/+1
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-112-7/+9
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-3/+3
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-1/+64
* Fix sort order for organization home and user profile page (#31921)yp053272024-09-011-25/+5
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-273-36/+47
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-151-0/+16
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-1/+2
* Refactor names (#31405)wxiaoguang2024-06-195-31/+31
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-272-62/+60
* Fix various problems around projects board view (#30696)Lunny Xiao2024-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-162-2/+2
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-162-2/+2
* Add user blocking (#29028)KN4CK3R2024-03-043-16/+61
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-031-0/+20
* 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-2711-11/+11
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-18/+0
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-4/+4
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-4/+4
* Unify user update methods (#28733)KN4CK3R2024-02-041-38/+35
* Improve user search display name (#29002)KN4CK3R2024-02-011-2/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-11/+12
* fix wrong link in user and organization profile when using relative url (#28617)katsu2023-12-271-6/+11
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-5/+12
* Improve profile for Organizations (#27982)yp053272023-11-131-1/+1
* Add Profile Readme for Organisations (#27955)65432023-11-091-0/+26
* Fix the missing repo count in new team page and edit team page (#27743)8532023-10-251-0/+8
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-2/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-4/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-113-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-033-7/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-8/+8
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-13/+13