Skip to content
Snippets Groups Projects
  1. May 28, 2014
  2. May 27, 2014
  3. May 26, 2014
  4. May 20, 2014
  5. May 19, 2014
  6. Feb 17, 2014
  7. Jun 17, 2013
  8. Jun 13, 2013
  9. Jun 12, 2013
  10. 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
  11. Feb 12, 2013
  12. Oct 31, 2012
  13. Oct 29, 2012
  14. Oct 28, 2012
  15. Oct 25, 2012
  16. Oct 24, 2012
  17. Oct 17, 2012
  18. Oct 16, 2012
    • Paul-Christian Volkmer's avatar
      Use exceptions instead of checking for null to send correct http code · 6508a634
      Paul-Christian Volkmer authored
      If a session was not found in database this will result in http 404,
      if the session is not accessable for the current user the request will
      result in http 403.
      
      The old behavior was to check for null. This was the response if the
      session was not found or the current user could not access this session
      (not owner and inactive sessions). Both ended up with http 404 - not found.
      6508a634
  19. Sep 19, 2012