summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '25426-group-dashboard-ui' into 'master'Douwe Maan2017-06-0813-24/+922
|\ | | | | | | | | | | | | Resolve "Group dashboard UI" Closes #25426 See merge request !11098
| * Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-0821-58/+106
| |\
| * | Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-2/+2
| | |
| * | Align folder and carets on groups treeAlfredo Sumaran2017-06-081-1/+1
| | |
| * | Update URL when paginating groupsAlfredo Sumaran2017-06-081-1/+6
| | |
| * | Add missing aria-hidden attribute to i tagsAlfredo Sumaran2017-06-081-8/+21
| | |
| * | Fix type casingAlfredo Sumaran2017-06-081-2/+2
| | |
| * | Do not show access type to a group if there’s no accessAlfredo Sumaran2017-06-081-0/+2
| | |
| * | Display user access type for each groupAlfredo Sumaran2017-06-072-0/+5
| | | | | | | | | | | | Also adds unit tests for this
| * | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-0792-565/+2227
| |\ \
| * | | Address feedbackAlfredo Sumaran2017-06-072-3/+1
| | | |
| * | | Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
| | | |
| * | | Restore code to make explore groups workAlfredo Sumaran2017-06-072-0/+21
| | | |
| * | | Address feedbackAlfredo Sumaran2017-06-076-70/+113
| | | |
| * | | Add rows hover state and improve layout for mobileAlfredo Sumaran2017-06-063-60/+78
| | | |
| * | | Do not show spinner when fetching subgroupsAlfredo Sumaran2017-06-061-2/+2
| | | |
| * | | Minor visual adjustmentsAlfredo Sumaran2017-06-065-18/+70
| | | |
| * | | Improve pagination when searching or filteringAlfredo Sumaran2017-06-066-47/+129
| | | | | | | | | | | | | | | | [ci skip]
| * | | Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets2017-06-02380-4364/+12627
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-014-22/+46
| | | | |
| * | | | Make GroupsStore.store method non-staticAlfredo Sumaran2017-06-011-3/+3
| | | | |
| * | | | Move line to a better placeAlfredo Sumaran2017-05-311-3/+2
| | | | |
| * | | | Use map to iterate arraysAlfredo Sumaran2017-05-311-3/+3
| | | | |
| * | | | Remove default null value for parent paramAlfredo Sumaran2017-05-311-1/+1
| | | | |
| * | | | Remove unnecesary returnAlfredo Sumaran2017-05-311-2/+0
| | | | |
| * | | | Fix JS error when filtering by optionAlfredo Sumaran2017-05-311-1/+1
| | | | |
| * | | | Move eslint disable rule close to offending line to conform styleguideAlfredo Sumaran2017-05-311-2/+1
| | | | |
| * | | | Remove duplicated lineAlfredo Sumaran2017-05-311-1/+0
| | | | |
| * | | | Restore accidentally deleted codeAlfredo Sumaran2017-05-311-1/+4
| | | | |
| * | | | Declare store and service inside Vue appAlfredo Sumaran2017-05-311-24/+29
| | | | |
| * | | | Use object destructuring when passing more than 3 params to follow style guideAlfredo Sumaran2017-05-312-2/+2
| | | | |
| * | | | Replace v-show with v-if to conform style guideAlfredo Sumaran2017-05-311-10/+7
| | | | |
| * | | | Update i tags so they are not self closedAlfredo Sumaran2017-05-311-2/+2
| | | | |
| * | | | Put extra chars length on a constant for readabilityAlfredo Sumaran2017-05-311-1/+2
| | | | |
| * | | | Remove unnecesary return statementsAlfredo Sumaran2017-05-311-4/+0
| | | | |
| * | | | Add default prop valuesAlfredo Sumaran2017-05-311-0/+1
| | | | |
| * | | | Move eslint disable rule before line containing the offenseAlfredo Sumaran2017-05-311-2/+1
| | | | |
| * | | | Move component visibility validation to parent componentAlfredo Sumaran2017-05-312-7/+5
| | | | |
| * | | | Remove unnecesary passed parameterAlfredo Sumaran2017-05-311-1/+1
| | | | |
| * | | | Rename exposed property for better understandingAlfredo Sumaran2017-05-311-2/+2
| | | | |
| * | | | Add missing parameter to onFilterSuccessAlfredo Sumaran2017-05-311-1/+1
| | | | |
| * | | | Fix search by inputAlfredo Sumaran2017-05-303-10/+24
| | | | |
| * | | | Fix pagination when sorting by optionAlfredo Sumaran2017-05-301-1/+9
| | | | |
| * | | | Set visibility icon correctlyAlfredo Sumaran2017-05-301-1/+9
| | | | |
| * | | | Fix click event handlingAlfredo Sumaran2017-05-301-5/+16
| | | | |
| * | | | Fix tests and eslint errorsAlfredo Sumaran2017-05-301-0/+2
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Display number of users and number of projects for each groupAlfredo Sumaran2017-05-302-5/+7
| | | | |
| * | | | Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran2017-05-302-6/+3
| | | | |
| * | | | Do not show edit button if user has no privilegeAlfredo Sumaran2017-05-302-1/+5
| | | | |
| * | | | Handle leave group actionAlfredo Sumaran2017-05-304-3/+33
| | | | |