1. 16 Jun, 2016 1 commit
  2. 15 Jun, 2016 2 commits
  3. 14 Jun, 2016 5 commits
  4. 12 Jun, 2016 1 commit
  5. 11 Jun, 2016 3 commits
  6. 09 Jun, 2016 2 commits
  7. 08 Jun, 2016 7 commits
  8. 06 Jun, 2016 2 commits
  9. 05 Jun, 2016 2 commits
  10. 03 Jun, 2016 3 commits
  11. 02 Jun, 2016 1 commit
  12. 01 Jun, 2016 3 commits
  13. 30 May, 2016 5 commits
  14. 25 May, 2016 1 commit
    • Use FontAwsome, Remove Sidebar · 7861033b
      Johannes Edmeier authored
      With this commit the icons from FontAwesome are used. To achive this the
      webpack css-loader is used and the location for the module.css has slightly
      changed.
      Also I removed the ugly sidebar (what a short life) and added a slim navbar at
      the top for the detail views.
  15. 22 May, 2016 2 commits
    • Add FilteringNotifier · 76c70039
      Johannes Edmeier authored
      This adds a new FilteringNotifier which can use filters to suppres certain
      events from being notified of. Two filter implementation are provided, one
      filtering by name and one by id. Additional when a FilteringNotifier bean is
      present, the autoconfiguration creates a REST-controller to add and remove
      filters at runtime.
    • Move bootstrap assets to dependencies · 379d26bc
      Johannes Edmeier authored