Skip to content
Snippets Groups Projects
  1. Feb 08, 2016
  2. Feb 06, 2016
  3. Feb 05, 2016
  4. Feb 02, 2016
  5. Feb 01, 2016
  6. Jan 29, 2016
  7. 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
  8. Jan 19, 2016
  9. Jan 12, 2016
    • Daniel Gerhardt's avatar
      Add version info · 79cb66a4
      Daniel Gerhardt authored
      Version information is now compiled as part of a build and written to
      version.properties. It is exposed by the API.
      79cb66a4
    • Daniel Gerhardt's avatar
      Update freature configuration · 003b064b
      Daniel Gerhardt authored
      Markdown and learning progress features are no longer considered
      experimental. Leaning progress can no longer be globally disabled.
      003b064b
  10. Jan 07, 2016
  11. Dec 20, 2015
  12. Dec 19, 2015
  13. Dec 10, 2015
  14. Dec 08, 2015
  15. Dec 04, 2015
  16. Dec 01, 2015
    • Daniel Gerhardt's avatar
      Merge branch 'ldap-auth' into 'master' · e487c745
      Daniel Gerhardt authored
      Add support for LDAP manager and search
      
      New configuration settings have been implemented to allow additional
      LDAP environments:
      * `security.ldap.user-search-filter`
      * `security.ldap.user-search-base`
      * `security.ldap.manager-user-dn`
      * `security.ldap.manager-password`
      
      See merge request !12
      e487c745
  17. Nov 26, 2015
  18. Nov 23, 2015