Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-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) | Unknwon | 2017-03-16 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | user/profile: paging doesn't respect private repository count (#4082) | Unknwon | 2017-02-15 |
| | |||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Fix panic when view profile without signin | Unknwon | 2016-02-19 |
| | | | | Also fix that no matter who, still able to see organizations with private membership. | ||
* | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 |
|\ | | | | | Admins and user itself sees private org relations on profile | ||
| * | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 |
| | | |||
* | | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | | |||
* | | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 |
|/ | |||
* | fix #2529 | Unknwon | 2016-01-31 |
| | |||
* | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 |
| | |||
* | Added organization display on profile | ExMex | 2016-01-12 |
| | | | | Fixed "Follower" Icon too big | ||
* | fix cannot show user public ssh keys | Unknwon | 2016-01-09 |
| | |||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
- User profile un/follow - List user's followers/following |