- Oct 31, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 29, 2012
-
-
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
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
- Oct 24, 2012
-
-
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.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 11, 2012
-
-
Julian Hochstetter authored
* Make guest login working with new UserService * Reuse existing guest username * Adapted tests
-
- Sep 10, 2012
-
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-