Skip to content
Snippets Groups Projects
  1. Nov 01, 2012
  2. Oct 30, 2012
  3. Oct 25, 2012
  4. 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
  5. Oct 17, 2012
  6. Sep 17, 2012
  7. Sep 14, 2012
  8. Sep 11, 2012
  9. Sep 10, 2012
  10. Sep 07, 2012
  11. Sep 05, 2012
  12. Aug 29, 2012
  13. Aug 27, 2012
  14. Aug 20, 2012
  15. Aug 11, 2012
    • Paul-Christian Volkmer's avatar
      Handle both principals: String and User · 2d8448ad
      Paul-Christian Volkmer authored
      In local environment the principal must be casted to User object but in
      production environment the username is represented as String in principal
      object.
      
      With this patch the application will try a cast to User object, if this
      fails, it will do a cast to String - which holds the OpenID identifier.
      2d8448ad
  16. Jul 26, 2012