- 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
-
Julian Hochstetter authored
switch to oauth2 authentication which allows facebook, twitter, google etc authentication
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
- Sep 05, 2012
-
-
Christoph Thelen authored
-
Paul-Christian Volkmer authored
This should send a generated random username to the client that is valid for the current HTTP-Session.
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Aug 29, 2012
-
-
Christoph Thelen authored
-
- Aug 27, 2012
-
-
Christoph Thelen authored
-
- Aug 20, 2012
-
-
Christoph Thelen authored
This project is now under GPLv3 license
-
- Aug 11, 2012
-
-
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.
-
- Jul 26, 2012
-
-
Paul-Christian Volkmer authored
-