aboutsummaryrefslogtreecommitdiff
path: root/routers/user/profile.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* user/profile: paging doesn't respect private repository count (#4082)Unknwon2017-02-15
|
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Fix panic when view profile without signinUnknwon2016-02-19
| | | | Also fix that no matter who, still able to see organizations with private membership.
* Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\ | | | | Admins and user itself sees private org relations on profile
| * Admins and user itself sees private org relations on profileExMex2016-02-07
| |
* | Minor fix for #2567Unknwon2016-02-14
| |
* | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
|/
* fix #2529Unknwon2016-01-31
|
* Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-30
|
* Added organization display on profileExMex2016-01-12
| | | | Fixed "Follower" Icon too big
* fix cannot show user public ssh keysUnknwon2016-01-09
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-25
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
- User profile un/follow - List user's followers/following