aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/profile.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor template & test related code (#32938)wxiaoguang15 hours1-3/+3
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-291-1/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-16/+8
* Refactor markup render system (#32589)wxiaoguang2024-11-221-6/+5
* Refactor render system (#32492)wxiaoguang2024-11-141-1/+0
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* nix wording nit in todo code comment65432024-09-011-1/+1
* Fix sort order for organization home and user profile page (#31921)yp053272024-09-011-25/+5
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-151-0/+15
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-3/+5
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-3/+3
* Add user blocking (#29028)KN4CK3R2024-03-041-1/+1
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-031-0/+30
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-3/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-0/+1
* Fix missing template for follow button in organization (#29215)Yarden Shoham2024-02-171-1/+1
* Fix broken following organization (#29005)yp053272024-02-171-2/+12
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-301-2/+9
* Revert adding htmx until we finaly decide to add it (#28879)65432024-01-211-9/+2
* Don't do a full page load when clicking the follow button (#28872)Yarden Shoham2024-01-201-2/+9
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-11/+13
* fix wrong link in user and organization profile when using relative url (#28617)katsu2023-12-271-6/+14
* Improve profile for Organizations (#27982)yp053272023-11-131-1/+1
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)Panagiotis "Ivory" Vasilopoulos2023-09-291-1/+0
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Fix: treat tab "overview" as "repositories" in user profiles without readme (...hazy2023-09-201-1/+2
* fix pagination for followers and following (#27127)Earl Warren2023-09-191-2/+2
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* Count only visible repos on profile (#25928)JakobDev2023-08-111-0/+6
* Add 'Show on a map' button to Location in profile, fix layout (#26214)Panagiotis "Ivory" Vasilopoulos2023-07-311-0/+1
* Improve profile readme rendering (#25988)Earl Warren2023-07-191-1/+5
* Following up fixes for "Fix inconsistent user profile layout across tabs" (#2...wxiaoguang2023-07-071-3/+3
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-110/+38
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Add Gitea Profile Readmes (#23260)Nicholas Pease2023-05-091-0/+33
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-291-20/+21
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-201-1/+1
* Localize activity heatmap (except tooltip) (#24131)Yarden Shoham2023-04-171-0/+1
* Fix profile page email display, respect settings (#23747)wxiaoguang2023-03-271-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-101-0/+1
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-241-9/+25
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-3/+3
* Add user/organization code search (#19977)Lauris BH2022-10-111-0/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+3
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+7
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4