summaryrefslogtreecommitdiffstats
path: root/routers/web/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-261-0/+14
* [BUG] Reflect Cargo index state in settingsGusted2024-03-201-1/+14
* remove util.OptionalBool and related functions (#29513)65432024-03-062-4/+3
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-061-1/+2
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-03-061-2/+3
* Move context from modules to services (#29440)Lunny Xiao2024-03-065-5/+5
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-261-15/+0
* Refactor more code in templates (#29236)wxiaoguang2024-02-191-1/+3
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-051-1/+1
|\
| * [GITEA] Find README.md for user profiles case insensitivelyGergely Nagy2024-02-051-1/+1
* | [MODERATION] User blockingGusted2024-02-051-0/+1
|/
* 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-161-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-212-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-281-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
* Add user secrets (#22191)KN4CK3R2023-02-011-0/+54
* Implement actions (#21937)Jason Song2023-01-311-0/+190
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+14
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-021-2/+1
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-0/+226