aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix incorrect repo url when changed the case of ownername (#25733)hiifong2023-07-141-6/+0
* 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-045-25/+25
* 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
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+1
* Merge `new project` templates into one (#24985)delvh2023-05-311-14/+13
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-24/+15
* Fix missing badges in org settings page (#24654)yp053272023-05-111-0/+1
* Fix close org projects (#24588)yp053272023-05-081-4/+4
* Revert "Prevent a user with a different email from accepting the team invite"...Lunny Xiao2023-05-051-8/+0
* Prevent a user with a different email from accepting the team invite (#24491)Jack Hay2023-05-031-0/+8
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-0/+7
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-274-132/+12
* Fix 404 error when leaving the last private org team (#24322)yp053272023-04-261-1/+9
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-231-0/+2
* Add missing badges in user profile for /projects and /packages (#24232)Jakob2023-04-222-0/+2
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-1/+0
* Add unset default project column (#23531)yp053272023-04-191-0/+17