aboutsummaryrefslogtreecommitdiff
path: root/routers/user/home.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-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
* org/dashboard: fix wrong repository count (#4351)Unknwon2017-03-28
| | | | Should not include count for inaccessible repositories.
* dashboard/feeds: able to load more history (#2511)Unknwon2017-03-16
|
* setting: able to config dashboard news feed paging number (#4247)Unknwon2017-03-16
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
|
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Fix dashboard issue/pull request scopingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|
* Fix assigned/created issues in dashboard. (#3560)hgaiser2016-12-27
| | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater.
* Fix for #3410 overall issues for organisations is limited to num_repos from ↵lstahlman2016-08-09
| | | | the user (#3412)
* Ignore repository with issue disabled or use external tracker in dashboard ↵Unknwon2016-08-05
| | | | issues
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Use struct for UI settingsUnknwon2016-07-24
|
* Fix XORM IN condition table name parseUnknwon2016-03-27
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Rename module: middleware -> contextUnknwon2016-03-11
|
* readd 'dashboard' to titleAlec S2016-03-10
|
* Merge branch 'develop' of github.com:gogits/gogs into developAlec S2016-03-09
|\
| * Allowing site admins to view private repositories in org/homeJan Christophersen2016-03-08
| |
* | fix indentationAlec S2016-03-09
| |
* | Remove dashboard keyword from titleAlec S2016-03-09
| |
* | change page titles for user and org dashesAlec S2016-03-09
|/
* Minor fix for #2567Unknwon2016-02-14
|
* Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
|
* Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
|
* Remove unnecessary else-blockFlorian Kaiser2016-02-04
|
* Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-31
|
* Remove unnecessary commentsFlorian Kaiser2016-01-31
|
* Everyone can see public reposFlorian Kaiser2016-01-31
|
* Only show teams the user has access toFlorian Kaiser2016-01-31
|
* Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-31
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* fix #2223Unknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* Admin should be able to see all organizationsAdam Strzelecki2015-11-30
| | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #650Unknwon2015-11-22
|
* fix #1119 and data race in timming tasksUnknwon2015-11-20
|
* only show user's activities in profileUnknwon2015-11-16
|
* fix #1302Unknwon2015-11-13
|
* save custom avatar as PNGUnknwon2015-11-13
|