summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups
Commit message (Expand)AuthorAgeFilesLines
* Change star, filter and settings icons to the their sprite based replacementsJose Ivan Vargas Lopez2017-11-231-3/+5
* Preserve `archived` param only when sort order is changedbvl-group-treeskushalpandya2017-10-131-3/+3
* Remove unnecessary `Flash` importkushalpandya2017-10-131-1/+0
* Add `archived` related options in sort dropdownkushalpandya2017-10-131-11/+32
* Add support for `archived` paramkushalpandya2017-10-133-5/+13
* Add a text to the leave group confirmationBob Van Landuyt2017-10-101-0/+1
* 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-0415-507/+820
|/
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-094-8/+12
* Update identicon path and selectorkushalpandya2017-08-301-3/+3
* Renamed to `identicon` and make shared componentkushalpandya2017-08-301-45/+0
* Remove unnecessary component import and registration35408-group-auto-avatarskushalpandya2017-08-021-2/+0
* Use kebab-case for propskushalpandya2017-08-021-2/+2
* Remove unnecessary name propertykushalpandya2017-08-021-1/+0
* Prop name update, minor cleanupkushalpandya2017-08-011-6/+8
* Import `group_identicon` minor clean up and prop updateskushalpandya2017-08-011-7/+7
* Use GroupIdenticon for missing avatarskushalpandya2017-07-312-0/+15
* Group Identicon for groups without avatarskushalpandya2017-07-311-0/+44
* Update vue-resourceFilipa Lacerda2017-07-121-5/+8
* Resolve "Can't sort Groups"Alfredo Sumaran2017-06-221-14/+28
* Expose correct path to groupAlfredo Sumaran2017-06-162-3/+4
* 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
* 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
* Address feedbackAlfredo Sumaran2017-06-071-2/+1
* Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
* Address feedbackAlfredo Sumaran2017-06-075-66/+109
* Add rows hover state and improve layout for mobileAlfredo Sumaran2017-06-062-57/+59
* Do not show spinner when fetching subgroupsAlfredo Sumaran2017-06-061-2/+2
* Minor visual adjustmentsAlfredo Sumaran2017-06-064-18/+63
* Improve pagination when searching or filteringAlfredo Sumaran2017-06-064-24/+86
* 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