aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-43/+50
* Add cardtype to org/user level project on creation, edit and view (#24043)Hester Gong2023-04-111-0/+22
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+1
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-091-1/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-1/+0
* 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 user rename endpoint to admin api (#22789)techknowlogick2023-03-141-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-102-0/+2
* Add user webhooks (#21563)KN4CK3R2023-03-101-4/+4
* 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
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-2/+3
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-2/+2
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+20
* Add user secrets (#22191)KN4CK3R2023-02-012-51/+48
* Implement actions (#21937)Jason Song2023-01-312-0/+82