aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/shared
Commit message (Expand)AuthorAgeFilesLines
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-112-6/+82
* Refactor issue list (#32755)wxiaoguang2024-12-081-0/+21
* Fix mentionable users when writing issue comments (#32715)wxiaoguang2024-12-041-6/+10
* Refactor markup render system (#32589)wxiaoguang2024-11-221-4/+1
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-1/+1
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-122-0/+48
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-271-0/+12
* Refactor names (#31405)wxiaoguang2024-06-193-4/+4
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-05-311-3/+2
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-0/+48
* Add API for `Variables` (#29520)sillyguodong2024-03-282-62/+9
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-171-0/+14
* Add user blocking (#29028)KN4CK3R2024-03-042-0/+84
* remove util.OptionalBool and related functions (#29513)65432024-03-022-4/+3
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-1/+2
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-02-281-2/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-275-5/+5
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-15/+0
* Refactor more code in templates (#29236)wxiaoguang2024-02-181-1/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-4/+2
* fix wrong link in user and organization profile when using relative url (#28617)katsu2023-12-271-3/+3
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-244-18/+9
* Fix project counter in organization/individual profile (#28068)yp053272023-11-181-0/+17
* Improve profile for Organizations (#27982)yp053272023-11-131-9/+16
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)Panagiotis "Ivory" Vasilopoulos2023-09-291-0/+1
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-3/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+1
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-052-23/+10
* Fix typo of RunerOwnerID (#26508)yp053272023-08-151-1/+1
* Count only visible repos on profile (#25928)JakobDev2023-08-111-0/+19
* Do not show Profile README when repository is private (#26295)Nicholas Pease2023-08-041-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-7/+2
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-16/+90
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-202-22/+142
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-11/+1
* Respect original content when creating secrets (#24745)Jason Song2023-05-161-1/+10
* Add Gitea Profile Readmes (#23260)Nicholas Pease2023-05-091-0/+22
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-9/+5
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-231-2/+2
* Fix incorrect server error content in RunnersList (#24118)yp053272023-04-141-2/+2
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+2
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+22