Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 27, 2017
  3. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Clean up code · bbb7288c
      Daniel Gerhardt authored
      * Remove unused code
      * Optimize imports (group 10+ and static imports)
      * Remove redundant variable assignments
      * Replace explicit type parameters with <>
      * Remove redundant catch blocks
      * Use varargs instead of explicit array instantiation
      * Weaken visibility of methods and fields
      * Simplify conditions
      * Do not use StringBuilder for simple concatenations
      * Fix code style
      * Remove invalid Javadoc
      bbb7288c
  4. Jan 10, 2017
  5. Nov 15, 2016
  6. Feb 05, 2016
  7. 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