summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-0433-579/+1107
* Return an empty array when no matches are foundBob Van Landuyt2017-10-041-1/+1
* Always preload all elements in a hierarchy to avoid extra queries.Bob Van Landuyt2017-10-041-3/+12
* Clean up public/private api of `GroupDescendant`Bob Van Landuyt2017-10-041-24/+22
* Split up adding ancestors for projectsBob Van Landuyt2017-10-041-4/+13
* Fix bug with project paginationBob Van Landuyt2017-10-041-2/+26
* Stylize `GroupTree` concernBob Van Landuyt2017-10-041-2/+2
* Improve count queries and move them to contantsBob Van Landuyt2017-10-041-27/+28
* Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-042-2/+15
* Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-17/+27
* Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-2/+12
* Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-042-2/+2
* Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-044-26/+83
* Rename hierarchies to descendants where applicableBob Van Landuyt2017-10-042-21/+21
* Keep the `parent` method in `Project`Bob Van Landuyt2017-10-042-8/+4
* Don't wrap arrays twice: `children` are already wrapped in an arrayBob Van Landuyt2017-10-041-2/+2
* Only take unarchived projects into accountBob Van Landuyt2017-10-041-2/+2
* Improve number of queriesBob Van Landuyt2017-10-041-1/+1
* Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-047-32/+30
* More descriptive method names for projects & groupsBob Van Landuyt2017-10-041-5/+5
* `current_user:` as a keyword argumentBob Van Landuyt2017-10-043-3/+6
* Setup children in a a method and reuse for both callsBob Van Landuyt2017-10-041-4/+7
* Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-042-17/+21
* [WIP] improve number of queries when rendering a hierarchyBob Van Landuyt2017-10-041-3/+3
* Search subgroups on dashboard and explore viewsBob Van Landuyt2017-10-041-3/+8
* Reuse the groups tree for explore and dashboard.Bob Van Landuyt2017-10-043-29/+26
* Use the default sort set by the `Sortable` concernBob Van Landuyt2017-10-041-3/+1
* Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt2017-10-041-1/+9
* Only show root groups on the dashboardBob Van Landuyt2017-10-042-14/+3
* Handle all cases for merging a hierarchyBob Van Landuyt2017-10-041-12/+32
* Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt2017-10-042-7/+7
* Include `can_leave` for a groupBob Van Landuyt2017-10-041-1/+9
* Don't include the parent in search results if it matchesBob Van Landuyt2017-10-041-1/+1
* Limit the amount of queries per rowBob Van Landuyt2017-10-042-7/+5
* Handle case where 2 matches in the same tree are foundBob Van Landuyt2017-10-042-5/+8
* Allow filtering children for a groupBob Van Landuyt2017-10-042-10/+14
* Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-046-4/+88
* Add a concern to build hierarchies of groupsBob Van Landuyt2017-10-043-0/+29
* Find all children matching a queryBob Van Landuyt2017-10-041-7/+34
* Add pagination for childrenBob Van Landuyt2017-10-041-1/+1
* Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-2/+6
* Render group children using the same entityBob Van Landuyt2017-10-041-6/+64
* Add serializer for group childrenBob Van Landuyt2017-10-043-0/+40
* Remove the subgroups path on a groupBob Van Landuyt2017-10-042-25/+0
* Fetch children using new finder for the `show` of a group.Bob Van Landuyt2017-10-045-26/+29
* Add a `WithPagination` concern to reuse across serializersBob Van Landuyt2017-10-044-34/+26
* Add a separate finder for collecting children of groupsBob Van Landuyt2017-10-041-0/+54
* Cleanup Select2 dropdown stylesWinnie Hellmann2017-10-041-99/+46
* Makes `@mentions links` have a different styling for better separationDimitrie Hoekstra2017-10-043-6/+13
* Merge branch 'tag-link-size' into 'master'Rémy Coutable2017-10-042-4/+4
|\