Skip to content
Snippets Groups Projects
  1. Jan 24, 2019
  2. Feb 22, 2018
  3. Oct 23, 2017
  4. 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
  5. Jan 10, 2017
  6. Mar 08, 2016
  7. Feb 05, 2016
  8. Dec 10, 2015
  9. Dec 08, 2015
  10. May 27, 2015
  11. Jan 17, 2015
  12. Oct 29, 2014
  13. Jun 02, 2014
  14. Feb 17, 2014
  15. Jun 19, 2013
  16. Jun 17, 2013
  17. Jun 13, 2013
  18. Jun 11, 2013
    • Paul-Christian Volkmer's avatar
      Store feedback in memory using FeedbackStorage · 902c1723
      Paul-Christian Volkmer authored
      With this patch all feedbacks will be stored in memory without any
      interaction with CouchDB. Due to in memory storage, all feedbacks will
      be removed if server gets restartet.
      
      Depending on new requests, feedbacks will be deleted after some time. 
      902c1723