BigW Consortium Gitlab

  1. 07 Jul, 2017 1 commit
  2. 06 Jul, 2017 1 commit
  3. 02 May, 2017 1 commit
  4. 26 Mar, 2017 1 commit
  5. 16 Mar, 2017 1 commit
  6. 03 Mar, 2017 1 commit
    • Refactor projects filtering by name · 5bb6a85b
      Dmitriy Zaporozhets authored
      Reuse same search form and behavior for dashboard#projects, group#projects
      and admin#projects. Repsect all other options like sorting, personal
      filter when search projects by name. Create FilterableList JS class to
      handle identical behaviour of projects and groups lists.
      
      This change also makes filtering and sorting availabe on explore#projects
      and explore#groups no matter if you are logged in or not.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  7. 02 Mar, 2017 1 commit
  8. 01 Mar, 2017 1 commit
  9. 15 Feb, 2017 1 commit
  10. 31 Dec, 2016 1 commit
  11. 15 Dec, 2016 1 commit
  12. 10 Dec, 2016 2 commits
  13. 28 Nov, 2016 1 commit
  14. 05 Oct, 2016 1 commit
  15. 29 Sep, 2016 1 commit
  16. 18 Sep, 2016 1 commit
  17. 25 Aug, 2016 1 commit
  18. 08 Jul, 2016 1 commit
    • Update New Snippet buttons. · 443fdff1
      Connor Shea authored
      No longer shows New Snippet button to users who aren't able to create a new snippet in the given context.
      
      Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons.
      
      Fixes #14595.
  19. 04 May, 2016 1 commit
  20. 04 Mar, 2016 3 commits
  21. 03 Mar, 2016 3 commits
  22. 10 Feb, 2016 1 commit
  23. 09 Feb, 2016 1 commit
  24. 05 Feb, 2016 1 commit
  25. 04 Feb, 2016 3 commits
  26. 03 Feb, 2016 1 commit
  27. 28 Jan, 2016 1 commit
  28. 24 Dec, 2015 1 commit
  29. 03 Dec, 2015 1 commit
  30. 02 Dec, 2015 1 commit
  31. 18 Oct, 2015 1 commit
  32. 12 Oct, 2015 1 commit
  33. 08 Sep, 2015 1 commit
    • Clean up overlap between dashboard and explore. · 5d785457
      Douwe Maan authored
      - Split up SnippetsController into separate dashboard and explore sections.
      - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.