Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Jan 22, 2020
  3. Oct 17, 2019
  4. Feb 01, 2019
  5. Jan 29, 2019
  6. Jan 22, 2019
  7. Nov 13, 2018
  8. Oct 11, 2018
  9. Aug 30, 2018
    • Daniel Gerhardt's avatar
      Cast successfulFreeTextAnswer to boolean · a9ddc31e
      Daniel Gerhardt authored
      `successfulFreeTextAnswer` can be `null` for old documents which causes
      problems for the backend which expects a boolean value as part of the
      key of `skill_question/count_all_answers_by_question`.
      a9ddc31e
  10. Jan 26, 2017
  11. Jan 05, 2017
  12. Jan 02, 2017
  13. Dec 19, 2016
  14. Nov 08, 2016
  15. Nov 07, 2016
  16. Nov 03, 2016
  17. Oct 31, 2016
  18. Jul 25, 2016
  19. Jul 19, 2016
  20. Jul 12, 2016
  21. Jul 06, 2016
  22. Jun 21, 2016
  23. May 17, 2016
    • Daniel Gerhardt's avatar
      Merge branch 'uid-migration' into 'master' · 451cc159
      Daniel Gerhardt authored
      Add migration which converts database and LDAP UIDs to lowercase
      
      ARSnova Backend now converts all user IDs for database user accounts to
      lowercase. This migration converts existing accounts for compatibility.
      Documents mapped to LDAP UIDs are also reassigned to lowercase UIDs
      since most LDAP configurations use case-insesitive comparison for UIDs.
      
      This change was done to prevent duplicate account creation.
      
      See merge request !3
      v2.4.0
      451cc159
  24. May 15, 2016
    • Daniel Gerhardt's avatar
      Add migration which converts database and LDAP UIDs to lowercase · 0b33c1e3
      Daniel Gerhardt authored
      ARSnova Backend now converts all user IDs for database user accounts to
      lowercase. This migration converts existing accounts for compatibility.
      Documents mapped to LDAP UIDs are also reassigned to lowercase UIDs
      since most LDAP configurations use case-insesitive comparison for UIDs.
      
      This change was done to prevent duplicate account creation.
      0b33c1e3
  25. Jan 19, 2016
    • Daniel Gerhardt's avatar
      Merge branch 'motd' into 'master' · 5752f43f
      Daniel Gerhardt authored
      Motd
      
      Message of the day feature:  
      An in the properties defined adminaccount can create a MotD that can has the audiences "students","tutors" or "all". e.g.: If you define a motd's audience as all, it will be shown on the FrontPage of ARSnova. A Message has start- & enddate to define the timerange, a title and a text which can be formatted via markdown.
      
      See merge request !2
      v2.3.0
      5752f43f
    • Tom Käsler's avatar
      fix indentation · 39ad6402
      Tom Käsler authored
      39ad6402
    • Tom Käsler's avatar
      add views for motd · 3c90940f
      Tom Käsler authored
      3c90940f
  26. Nov 22, 2015
  27. Oct 28, 2015