aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/home.go
Commit message (Collapse)AuthorAgeFilesLines
* fix duplicated feed (#2370)Lunny Xiao2017-08-281-1/+0
|
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-40/+10
| | | | | | | | | | * Add collaborative repositories to the dashboard Remove some unused code from the Dashboard func * fix some bug and some refactor * fix tests
* Fix variable name typo (#2327)Morlinest2017-08-181-2/+2
|
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+1
| | | | | | | | | | | | | | | | * Fix and improve dashboard repo UI * Change order of scripts loading * Remove "mirror" tab * Remove single tab panel for "org user" * Add localization strings * Create vue component and change event for search * Add "mirrors" filter
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-57/+41
| | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-2/+3
|
* Fix 500 in public activity page (#1901)Ethan Koenig2017-06-081-1/+5
|
* Cache ctx.User in retrieveFeeds (#1902)Ethan Koenig2017-06-081-0/+3
|
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-12/+11
| | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections
* Fix activity feed (#1779)Ethan Koenig2017-05-261-8/+33
| | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests
* Orgs: fix org page title when full name is not defined (#1495)silverwind2017-04-151-1/+1
|
* Fix all the bugs in issues and pulls on dashboard (#943)Lunny Xiao2017-02-171-66/+32
| | | | | | | | * fix all the bugs in issues and pulls on dashboard * small fix and refactor * add method getRepoIDs for IssueList
* bug fixed on issues and pullsLunny Xiao2017-02-151-8/+21
|
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-63/+109
| | | | | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. (#3560) * 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 issues on dashboard
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-1/+1
| | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-1/+1
|
* Cache ctxUser in retrieveFeeds(..) (#826)Ethan Koenig2017-02-031-1/+3
|
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-251-7/+27
|
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-2/+3
|
* Bug fixes for Issues filters (#413)Ethan Koenig2016-12-241-1/+0
| | | Correctly handle simultaneous assignee/poster filters, and conflicting assignee filters
* resolved #394 (#396)Lunny Xiao2016-12-231-0/+3
|
* Fixes typosBwko2016-11-271-1/+1
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-7/+11
| | | | | | | | * golint fixed for parts of routers root, dev and org dirs * add user/auth.go golint fixed * rename unnecessary exported to unexported and user dir golint fixed
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* More MixedCase constsSandro Santilli2016-11-071-4/+4
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
|
* Fix for #3410 overall issues for organisations is limited to num_repos from ↵lstahlman2016-08-091-1/+1
| | | | the user (#3412)
* Ignore repository with issue disabled or use external tracker in dashboard ↵Unknwon2016-08-051-1/+2
| | | | issues
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-46/+55
|
* Refactor User.Id to User.IDUnknwon2016-07-241-16/+21
|
* Use struct for UI settingsUnknwon2016-07-241-1/+1
|
* Fix XORM IN condition table name parseUnknwon2016-03-271-1/+1
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-5/+0
| | | | | - Fix go-gogs-client#10 - Related to #809
* Rename module: middleware -> contextUnknwon2016-03-111-9/+9
|
* readd 'dashboard' to titleAlec S2016-03-101-1/+1
|
* Merge branch 'develop' of github.com:gogits/gogs into developAlec S2016-03-091-4/+13
|\
| * Allowing site admins to view private repositories in org/homeJan Christophersen2016-03-081-4/+13
| |
* | fix indentationAlec S2016-03-091-1/+1
| |
* | Remove dashboard keyword from titleAlec S2016-03-091-1/+1
| |
* | change page titles for user and org dashesAlec S2016-03-091-2/+2
|/
* Minor fix for #2567Unknwon2016-02-141-1/+1
|
* Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-061-3/+3
|
* Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-051-5/+15
|
* Remove unnecessary else-blockFlorian Kaiser2016-02-041-3/+3
|
* Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-311-4/+11
|
* Remove unnecessary commentsFlorian Kaiser2016-01-311-1/+1
|
* Everyone can see public reposFlorian Kaiser2016-01-311-5/+13
|
* Only show teams the user has access toFlorian Kaiser2016-01-311-6/+3
|