Skip to content
Snippets Groups Projects
  1. Jul 06, 2016
  2. May 15, 2016
  3. May 13, 2016
  4. May 11, 2016
  5. Apr 11, 2016
  6. Apr 07, 2016
  7. Mar 09, 2016
  8. Feb 22, 2016
  9. Feb 19, 2016
  10. Feb 05, 2016
  11. Feb 02, 2016
  12. Jan 19, 2016
    • Tom Käsler's avatar
      add MotD Feature: · 89c91079
      Tom Käsler authored
       - add controller/service/entity/dao-functions
       - add motdlist so that users can tell the backend, which motds they have read
       - add admin account (in arsnova.properties: security.adminaccount).
       - add permission function for admin
      89c91079
  13. 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
  14. Jan 07, 2016
  15. Dec 08, 2015
  16. Nov 19, 2015
  17. Oct 31, 2015
  18. Oct 25, 2015
  19. Oct 10, 2015
  20. Sep 28, 2015
  21. Sep 17, 2015
    • Paul-Christian Volkmer's avatar
      Fixed boxing/unboxing to parse a primitive and corrected indention · 539af011
      Paul-Christian Volkmer authored
      A boxed primitive is created from a String in
      * RangeAspect#handlePaginationRange()
      * LoginController#dialog()
      just to extract the unboxed primitive value with Integer#valueOf().
      This creates an Integer object. It is more efficient to use parseInt()
      which creates a primitive int.
      
      Corrected random indention in LoginController
      539af011
  22. Aug 10, 2015