summaryrefslogtreecommitdiffstats
path: root/routers/web/user/profile.go
Commit message (Expand)AuthorAgeFilesLines
* Fix profile page email display, respect settings (#23747) (#23756)Giteabot2023-03-281-1/+1
* Add missing tabs to org projects page (#22705) (#23412)Giteabot2023-03-101-0/+1
* 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
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+1
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-6/+6
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-8/+8
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-5/+11
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+329