aboutsummaryrefslogtreecommitdiffstats
path: root/routers/user/home.go
Commit message (Expand)AuthorAgeFilesLines
* Fix for #3410 overall issues for organisations is limited to num_repos from t...lstahlman2016-08-091-1/+1
* Ignore repository with issue disabled or use external tracker in dashboard is...Unknwon2016-08-051-1/+2
* #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
* 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
* Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-311-6/+5
* #1692 APIs: Users FollowersUnknwon2015-12-211-63/+0
* fix #2223Unknwon2015-12-171-1/+1
* #1692 add organization APIsUnknwon2015-12-171-1/+1
* Admin should be able to see all organizationsAdam Strzelecki2015-11-301-1/+1
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-241-1/+34
* fix #650Unknwon2015-11-221-69/+35
* fix #1119 and data race in timming tasksUnknwon2015-11-201-0/+3
* only show user's activities in profileUnknwon2015-11-161-1/+1
* fix #1302Unknwon2015-11-131-11/+9
* save custom avatar as PNGUnknwon2015-11-131-8/+15
* #1459 Dashboard issues lacks sortingUnknwon2015-11-041-0/+3
* fix import path, fix #1782Unknwon2015-10-151-1/+1
* finish initial version of pull requestUnknwon2015-09-021-24/+30
* fix sqlUnknwon2015-08-291-4/+0
* new org dashboard issuesUnknwon2015-08-251-20/+20
* new user dahsboard issuesUnknwon2015-08-251-151/+161
* finish view issue without comments and opsUnknwon2015-08-121-2/+2
* finish create issue with milestone and assigneeUnknwon2015-08-101-3/+3
* WIP: create PR - choose branchUnknwon2015-08-081-6/+6
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-7/+7
|\
| * allow anonymous SSH cloneUnknwon2015-08-051-7/+7
* | finish new milestone pageUnknwon2015-08-051-3/+3
|/
* fix #1204Unknwon2015-07-311-8/+3
* fix .keys routestephen mcquay2015-06-081-0/+1
* Apply ng to issue dashboardAntoine GIRARD2015-03-191-2/+7
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-2/+2