Skip to content
Snippets Groups Projects
  1. Nov 20, 2012
  2. Oct 31, 2012
  3. Oct 29, 2012
    • Paul-Christian Volkmer's avatar
      Code cleanup · ce0cf954
      Paul-Christian Volkmer authored
      CouchDBDao:
       * Removed obsolete method currentTimestamp()
       * Explicit IOException catch that indicates communication error
      
      UserService:
       * Log if store file could not be created
      ce0cf954
  4. Oct 25, 2012
  5. Oct 24, 2012
    • Paul-Christian Volkmer's avatar
      Put all user relevant session information into UserService · 26b343e9
      Paul-Christian Volkmer authored
      All relevant information about users (e.g. session mebership) are
      accessible via UserService.
      The method IUserService::getCurrentUser provides information about
      the actual logged in user. If no user is logged in, this method will
      throw a UnauthorizedException which will end up in 401 HTTP error.
      26b343e9
  6. Oct 17, 2012
  7. Sep 11, 2012
  8. Sep 10, 2012