aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* Fix the missing repo count (#26942)Nanguan Lin2023-09-071-0/+12
* Show always repo count in header (#26842)JakobDev2023-09-065-0/+74
* Fix the display of org level badges (#26504)yp053272023-09-064-4/+0
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-3/+3
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-18/+3
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Refactor project templates (#26448)Denys Konovalov2023-08-121-1/+3
* Fix 404 error when remove self from an organization (#26362)yp053272023-08-121-16/+16
* Count only visible repos on profile (#25928)JakobDev2023-08-112-0/+32
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-265-45/+15
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+1