summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups/groups_filterable_list.js
Commit message (Expand)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* normalize headers correctlyPhil Hughes2018-01-291-11/+2
* Converted filterable_list to axiosPhil Hughes2018-01-291-8/+8
* Preserve `archived` param only when sort order is changedbvl-group-treeskushalpandya2017-10-131-3/+3
* Add `archived` related options in sort dropdownkushalpandya2017-10-131-11/+32
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-9/+16
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-1/+2
* Improve pagination when searching or filteringAlfredo Sumaran2017-06-061-13/+44
* Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-011-6/+7
* Use object destructuring when passing more than 3 params to follow style guideAlfredo Sumaran2017-05-311-1/+1
* Fix search by inputAlfredo Sumaran2017-05-301-1/+7
* Fix pagination when sorting by optionAlfredo Sumaran2017-05-301-1/+9
* Build tree object from endpoint responseAlfredo Sumaran2017-05-121-1/+0
* Add support to filter groups by filter optionsAlfredo Sumaran2017-05-101-1/+14
* Add GroupFilterableList to be used as filterable classAlfredo Sumaran2017-05-101-0/+29