summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tagAlfredo Sumaran2017-05-311-2/+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-312-4/+4
| * | | | | | | | | | | 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
| * | | | | | | | | | | Display number of users and number of projects for each groupAlfredo Sumaran2017-05-302-5/+7
| * | | | | | | | | | | Expose number_projects and number_users for groups endpointAlfredo Sumaran2017-05-301-0/+9
| * | | | | | | | | | | Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran2017-05-302-6/+3
| * | | | | | | | | | | Expose has_subgroups for groups endpointAlfredo Sumaran2017-05-301-0/+4
| * | | | | | | | | | | Do not show edit button if user has no privilegeAlfredo Sumaran2017-05-302-1/+5
| * | | | | | | | | | | Expose can_edit for groups endpointAlfredo Sumaran2017-05-301-0/+4
| * | | | | | | | | | | Handle leave group actionAlfredo Sumaran2017-05-304-3/+33
| * | | | | | | | | | | Expose edit and leave path for groups endpointAlfredo Sumaran2017-05-301-0/+9
| * | | | | | | | | | | Fix toggling subgroups and paginationAlfredo Sumaran2017-05-304-7/+24
| * | | | | | | | | | | Change is-expandable to has-subgroupsAlfredo Sumaran2017-05-302-5/+6
| * | | | | | | | | | | Set pagination only when loading the appAlfredo Sumaran2017-05-291-10/+20
| * | | | | | | | | | | Stop click event is group has no subgroupsAlfredo Sumaran2017-05-261-3/+1
| * | | | | | | | | | | Add tests for Group item componentAlfredo Sumaran2017-05-252-10/+14
| * | | | | | | | | | | Remove parent group prefix from current orphan groupAlfredo Sumaran2017-05-242-3/+36
| * | | | | | | | | | | Build tree from server responseAlfredo Sumaran2017-05-235-13/+78
| * | | | | | | | | | | Do not send page param when loading sub groupsAlfredo Sumaran2017-05-231-4/+5
| * | | | | | | | | | | Add basic tests for groups componentAlfredo Sumaran2017-05-223-4/+2
| * | | | | | | | | | | Paginate group resultsAlfredo Sumaran2017-05-225-7/+46
| * | | | | | | | | | | Restore previous tree formatAlfredo Sumaran2017-05-175-49/+13
| * | | | | | | | | | | Show connectors between parents and children groupsAlfredo Sumaran2017-05-171-0/+42
| * | | | | | | | | | | Basic layout for groups treeAlfredo Sumaran2017-05-166-25/+136
| * | | | | | | | | | | Stop event propagation to prevent multiple ajax callsAlfredo Sumaran2017-05-151-1/+1
| * | | | | | | | | | | Fix tree generation when filtering by nameAlfredo Sumaran2017-05-121-1/+2
| * | | | | | | | | | | Build tree object from endpoint responseAlfredo Sumaran2017-05-129-30/+82
| * | | | | | | | | | | Decorate server response objectsAlfredo Sumaran2017-05-112-6/+11