summaryrefslogtreecommitdiffstats
path: root/routers/web/user/profile.go
Commit message (Expand)AuthorAgeFilesLines
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-161-4/+14
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) ...Giteabot2023-09-301-1/+0
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-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
* Respect setting.UI.FeedPagingNum (#20094)Jimmy Praet2022-06-231-0/+1
* Remove tab/TabName usage where it's not needed (#19973)Lauris BH2022-06-151-0/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-3/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-311-0/+1
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-2/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-3/+4
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-106/+30
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-13/+13
* RSS/Atom support for Repos (#19055)65432022-03-131-17/+9
* RSS/Atom support for Orgs (#17714)65432022-03-101-8/+5
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+10
* format with gofumpt (#18184)65432022-01-201-1/+2
* Move POST /{username}/action/{action} to simply POST /{username} (#18045)zeripath2021-12-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-18/+18
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-5/+11
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-2/+5
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Add RSS/Atom feed support for user actions (#16002)65432021-10-161-1/+31
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-5/+6