summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups/index.js
Commit message (Expand)AuthorAgeFilesLines
* Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-271-1/+2
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-7/+24
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+2
* Added dispatcher imports for groups webpack bundlePhil Hughes2018-01-231-2/+2
* Remove unnecessary `Flash` importkushalpandya2017-10-131-1/+0
* Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-3/+1
|\
| * Flash is now a ES6 modulePhil Hughes2017-10-101-2/+1
* | Remove new subgroup/project droplab button initializationkushalpandya2017-10-051-7/+0
* | Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-156/+46
|/
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-3/+4
* Update vue-resourceFilipa Lacerda2017-07-121-5/+8
* Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-2/+2
* Update URL when paginating groupsAlfredo Sumaran2017-06-081-1/+6
* Address feedbackAlfredo Sumaran2017-06-071-2/+1
* Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
* Address feedbackAlfredo Sumaran2017-06-071-25/+27
* Do not show spinner when fetching subgroupsAlfredo Sumaran2017-06-061-2/+2
* Minor visual adjustmentsAlfredo Sumaran2017-06-061-15/+48
* Improve pagination when searching or filteringAlfredo Sumaran2017-06-061-4/+31
* Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-011-12/+27
* 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-311-1/+1
* Handle leave group actionAlfredo Sumaran2017-05-301-1/+11
* Fix toggling subgroups and paginationAlfredo Sumaran2017-05-301-1/+9
* Set pagination only when loading the appAlfredo Sumaran2017-05-291-10/+20
* Paginate group resultsAlfredo Sumaran2017-05-221-1/+4
* Basic layout for groups treeAlfredo Sumaran2017-05-161-1/+3
* Build tree object from endpoint responseAlfredo Sumaran2017-05-121-7/+12
* Add GroupFilterableList to be used as filterable classAlfredo Sumaran2017-05-101-2/+4
* Add support to filter by name to Group listAlfredo Sumaran2017-05-101-1/+38
* Set tree structure for groupsAlfredo Sumaran2017-05-091-3/+6
* Prepare groups components for subgroupsAlfredo Sumaran2017-05-081-2/+2
* List groups with basic detailsAlfredo Sumaran2017-05-051-15/+5
* Add GroupsService to fetch data from serverAlfredo Sumaran2017-05-041-1/+16
* Set Groups Vue app for Dashboard pageAlfredo Sumaran2017-05-041-2/+10
* Add “groups” JS bundleAlfredo Sumaran2017-05-041-0/+3