- Jul 06, 2018
-
-
Daniel Gerhardt authored
The link property of Facebook Oauth profiles no longer has a consistent value across logins and will be completly removed in future versions of Facebook's Graph API. We generate a link in the old format from the id for backwards compatibility.
-
- Feb 22, 2018
-
-
Daniel Gerhardt authored
-
- Aug 17, 2017
-
-
Daniel Gerhardt authored
-
- May 24, 2017
-
-
Daniel Gerhardt authored
This improves/fixes compatibility with third-party OAuth APIs.
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
* Remove unused code * Optimize imports (group 10+ and static imports) * Remove redundant variable assignments * Replace explicit type parameters with <> * Remove redundant catch blocks * Use varargs instead of explicit array instantiation * Weaken visibility of methods and fields * Simplify conditions * Do not use StringBuilder for simple concatenations * Fix code style * Remove invalid Javadoc
-
- Jan 10, 2017
-
-
Daniel Gerhardt authored
-
- May 11, 2016
-
-
Daniel Gerhardt authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jan 19, 2016
-
-
Tom Käsler authored
- add controller/service/entity/dao-functions - add motdlist so that users can tell the backend, which motds they have read - add admin account (in arsnova.properties: security.adminaccount). - add permission function for admin
-
- May 27, 2015
-
-
Christoph Thelen authored
-
- Jan 17, 2015
-
-
Daniel Gerhardt authored
Updated copyright year and adjusted header format to be consistent over all files and with other ARSnova projects.
-
- Apr 05, 2014
-
-
Daniel Gerhardt authored
-
- Apr 04, 2014
-
-
Daniel Gerhardt authored
The API returned "ldap" instead of "guest" for guest authentication before.
-
- Jul 09, 2013
-
-
Christoph Thelen authored
Renamed TEACHER to SPEAKER to adapt roles to ARSnova client, and also added some convenience methods for role handling.
-
- Dec 12, 2012
-
-
Christoph Thelen authored
-
- Nov 01, 2012
-
-
Christoph Thelen authored
-
Julian Hochstetter authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
add type of user account adjust test for new user account type UserServiceTest which test persistence of the maps
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
- Sep 12, 2012
-
-
Julian Hochstetter authored
remove websocketcontroller and let sessioncontroller do the authorization add toString to User entity
-
- 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
-