aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/shared/user/header.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor markup render system (#32589)wxiaoguang2024-11-221-4/+1
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-1/+1
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-271-0/+12
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-171-0/+14
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+8
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+1
* 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-271-1/+1
* 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-241-2/+2
* Fix project counter in organization/individual profile (#28068)yp053272023-11-181-0/+17
* Improve profile for Organizations (#27982)yp053272023-11-131-9/+16
* 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
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* 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
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-16/+90
* Add Gitea Profile Readmes (#23260)Nicholas Pease2023-05-091-0/+22
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+14