Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Aug 12, 2018
    • Daniel Gerhardt's avatar
      Refactor package structure · 47e590ea
      Daniel Gerhardt authored
      Consistently use singular for packages which contain mixed kinds of
      classes. Moved a few classes to packages that better fit them.
      47e590ea
  3. Aug 11, 2018
  4. Aug 07, 2018
  5. Aug 04, 2018
  6. Feb 22, 2018
  7. Aug 28, 2017
    • Daniel Gerhardt's avatar
      Refactor package and class hierarchy · bbf2464e
      Daniel Gerhardt authored
      * Moved classes from `de.thm.arsnova` root package.
      * New util package
      * Do not start interface names with `I`. Appended `Impl` to the
        implementing class instead.
      * Renamed learning progress classes to score and move them from
        `.domain` to a new `.services.score` package.
      * Do not capitalize acronyms in class names:
          * CASLogoutSuccessHandler -> CasLogoutSuccessHandler
          * SocketIO* -> Socketio*
      * Renamed `.socket` package to `.websocket`
      bbf2464e
  8. Jul 17, 2017
  9. Jul 15, 2017
  10. Jul 03, 2017
  11. Jul 02, 2017
  12. May 03, 2017
  13. May 02, 2017
  14. May 01, 2017
    • Daniel Gerhardt's avatar
      Add multi-version API support via media types · 0d93fe41
      Daniel Gerhardt authored
      API v3:
      * Media type: application/vnd.de.thm.arsnova.v3+json
      * Serializes date as strings conforming to ISO 8601.
      
      API v2:
      * Media type: application/vnd.de.thm.arsnova.v2+json
      * Serializes dates as timestamps including nanoseconds.
      
      An indentation setting has been added: `api.indent-response-body:false`.
      0d93fe41
  15. Apr 30, 2017
  16. Apr 25, 2017