aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-21/+1
|
* Add more title attributes on shortened names (#6647)zeripath2019-04-171-3/+3
|
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+6
|
* Make "Ghost" not link to 404 page (#6410)oscar.lofwenhamn2019-03-272-2/+10
| | | | | | | | | | | | | * Make Ghost not link to 404 page * Make correct localization label show * Create and use GetLastEventLabelFake for when a Ghost user has made the action, thus not linking to a user profile * Add corresponding _fake entries to locale_en-US * Make Ghost avatar not link to 404 page * Make Ghost on milestone_issues not link to 404 page
* Add ability to sort issues by due date (#6206) (#6244)stevegt2019-03-051-0/+2
| | | Signed-off-by: Steve Traugott <stevegt@t7a.org>
* Make organization dropdown scrollable when using mouse wheel (#5988)Muhammed TİFTİKÇİ2019-03-041-1/+1
| | | * Fix #5580
* Create repository on organisation by default on its dashboard (#6026)zeripath2019-02-101-1/+3
| | | | | | | | * Create repository on organisation by default on its dashboard * Only show owners the add new repositories to an organisation button. Fix #3253 Signed-off-by: Andrew Thornton <art27@cantab.net>
* UI: Make dashboard navbar and footer full-width (#6013)silverwind2019-02-091-1/+1
| | | | | | | | * UI: Make dashboard navbar full-width * more tweaks: full-width footer and consistent padding * fix page layout causing unneccesary scrollbars on small pages
* UI: Dashboard tweaks (#5974)silverwind2019-02-061-2/+2
| | | | | - Don't show divider below heatmap when it's hidden via media-query - Make divider between user menu adhere to container width - Remove excessiv margins on heatmap
* UI: Better support for long repo names (#5932)silverwind2019-02-021-2/+2
| | | | | | * UI: Make long repo names wrap less often * also adjust news feed column widths
* Feature: Archive repos (#5009)kolaente2019-01-231-0/+1
|
* Refactor heatmap to vue component (#5401)Lauris BH2018-11-271-2/+7
|
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-281-1/+1
| | | | | | | | | | * Fix to 3819 * Changes suggested * Empty line removed * Fix error: non-name opts.Labels on left side of :=
* User action heatmap (#5131)kolaente2018-10-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added basic heatmap data * Added extra case for sqlite * Built basic heatmap into user profile * Get contribution data from api & styling * Fixed lint & added extra group by statements for all database types * generated swagger spec * generated swagger spec * generated swagger spec * fixed swagger spec * fmt * Added tests * Added setting to enable/disable user heatmap * Added locale for loading text * Removed UseTiDB * Updated librejs & moment.js * Fixed import order * Fixed heatmap in postgresql * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: kolaente <konrad@kola-entertainments.de> * Added copyright header * Fixed a bug to show the heatmap for the actual user instead of the currently logged in * Added integration test for heatmaps * Added a heatmap on the dashboard * Fixed timestamp parsing * Hide heatmap on mobile * optimized postgresql group by query * Improved sqlite group by statement
* Fix some issues with special chars in branch names (#3767)nubenum2018-09-171-3/+4
| | | Signed-off-by: Robin Durner <github@nubenum.de>
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-2/+9
|
* Hide org/create menu item in Dashboard if user has no rights (#4678) (#4680)SagePtr2018-08-121-0/+2
|
* Implemented hover text showing user FullName (#4261)Guido Diepen2018-07-051-1/+1
| | | | | | | For each action that is displayed in either the public activity overview of a user, or in the dashboard overview, the link to the username is now extended with a title attribute to show the FullName as hover text Signed-off-by: Guido Diepen <site-github@guidodiepen.nl>
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Show total tracked time in issue and milestone list Show total tracked time at issue page Signed-off-by: Jonas Franz <info@jonasfranz.software> * Optimizing TotalTimes by using SumInt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixing wrong total times for milestones caused by a missing JOIN Adding unit tests for total times Signed-off-by: Jonas Franz <info@jonasfranz.software> * Logging error instead of ignoring it Signed-off-by: Jonas Franz <info@jonasfranz.software> * Correcting spelling mistakes Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change error message to a short version Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add error handling to TotalTimes Add variable for totalTimes Signed-off-by: Jonas Franz <info@jonasfranz.de> * Introduce TotalTrackedTimes as variable of issue Load TotalTrackedTimes by loading attributes of IssueList Load TotalTrackedTimes by loading attributes of single issue Add Sec2Time as helper to use it in templates Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fixed test + gofmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Load TotalTrackedTimes via MilestoneList instead of single requests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add documentation for MilestoneList Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test Signed-off-by: Jonas Franz <info@jonasfranz.software> * Change comment from SQL query to description Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix unit test by using int64 instead of int Signed-off-by: Jonas Franz <info@jonasfranz.software> * Check if timetracker is enabled Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix test by enabling timetracking Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Add label descriptions (#3662)Lauris BH2018-03-131-1/+1
| | | | | | * Add label descriptions * Add default descriptions to label template
* Fix checklist padding (#3460)modmew82018-02-061-1/+3
| | | | | | | | | | * Changed style of checklist in issuelist. * Adjusted padding for progressbar, updated index.css. * Fixed another wrong tab to spaces. Signed-off-by: modmew8 <modmew8@gmail.com>
* Added progressbar for issues (#1146). (#3171)modmew82018-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by: modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <modmew8@gmail.com>
* Responsive view (#2750)Morgan Bazalgette2017-12-304-43/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Remove box-shadow from UI, fix dashboard issue (#3065)silverwind2017-12-031-1/+1
|
* Use custom search for each filter type in dashboard (#2343)Morlinest2017-11-011-7/+22
| | | | | | | | | | * Do custom search for each filter in repo-search * Fix search url * Simplify code * Remove loader and reset counts when changing filter
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-0/+6
| | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* fix bug on create repo link on dashboard (#2359)Lunny Xiao2017-08-231-1/+1
|
* Remove (almost) server side data rendering from repo-search component (#2317)Morlinest2017-08-221-42/+50
| | | | | | * Rename some shorthands * Remove (almost) server side data rendering from repo-search component template
* Fix order of elements in dashboard html (#2344)Morlinest2017-08-201-2/+2
|
* Fix repo-search template errors for go1.7 (#2336)Morlinest2017-08-192-84/+82
|
* Make use of Vue more universal (#2318)Morlinest2017-08-171-1/+1
|
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-172-97/+83
| | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues
* Refactor vue delimeters to use es6 template delimeters (#2171)Lauris BH2017-07-151-2/+2
|
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-1/+1
|
* Merge pull request #1750 from andreynering/dashboard-search-org-reposAndrey Nering2017-05-271-23/+0
|\ | | | | More fixes for dashboard search
| * Remove colaborative repo panelAndrey Nering2017-05-181-23/+0
| |
* | Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-1/+1
| | | | | | | | | | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
* | Make side nav on dashboard stackable (#1778)Patrick G2017-05-231-1/+1
|/
* Hide the create organization button (in dashboard/organization section) (#1705)Jun Hsieh ♞2017-05-121-0/+2
| | | when the user has no such permission.
* Improve dashboard repo search (#1652)Andrey Nering2017-05-091-22/+20
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Fix all the bugs in issues and pulls on dashboard (#943)Lunny Xiao2017-02-171-1/+1
| | | | | | | | * fix all the bugs in issues and pulls on dashboard * small fix and refactor * add method getRepoIDs for IssueList
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | * 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
* Allow rendering alerts in dashboard (#856)Sandro Santilli2017-02-081-0/+1
| | | NOTE: useful when logging in via OpenID and connecting to user
* show tags on dashboard issues (#860)Lunny Xiao2017-02-071-0/+4
|
* feat: add search repository on dashboard. (#773)Bo-Yi Wu2017-01-301-4/+7
|
* Fix: Pagenation on dashboard->issues does not work well (#698)Kazuki Sawada2017-01-191-3/+3
|
* Fix template nil errorUnknwon2016-08-141-1/+1
|
* Fix template error [CI SKIP]Unknwon2016-08-141-1/+1
|