Skip to content
Snippets Groups Projects
  1. Mar 11, 2016
  2. Mar 09, 2016
  3. Mar 08, 2016
  4. Mar 06, 2016
  5. Mar 02, 2016
  6. Feb 22, 2016
  7. Feb 21, 2016
  8. Feb 19, 2016
  9. Feb 18, 2016
  10. Feb 17, 2016
  11. Feb 08, 2016
  12. Feb 06, 2016
  13. Feb 05, 2016
  14. Feb 02, 2016
  15. Feb 01, 2016
  16. Jan 29, 2016
  17. Jan 20, 2016
    • Daniel Gerhardt's avatar
      Merge branch 'motd' into 'master' · 2c68d6e6
      Daniel Gerhardt authored
      MotD Feature:
      
      There are two types of MotD: 
      AdminMessages
      SessionMessages
      
      Every Message has a title, text, start- and enddate.
      
      You can declare an admin account in the arsnova.properties (security.adminaccount = <adminusername>) and with this account you can create Messages for different audiences (different types are: all (shown on startpage), loggedIn, students, tutors) which will be shown in a messageBox.
      
      SessionMessages can be created for every session by the sessioncreator and is displayed, when you enter the session.
      
      When a user that is not logged in via Guest, he pushes a list to the backend with all the messagekeys he read and acknowledged, so that he isn't shown the same messages over and over again. In addition to that, the keys are also stored in the localStorage (e.g. for guest accounts).
      
      See merge request !15
      2c68d6e6