aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/profile.go
Commit message (Expand)AuthorAgeFilesLines
* 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