- Mar 27, 2017
-
-
Daniel Gerhardt authored
SessionServiceTest.testShouldDeleteAllSessionData fails when run on JDK 8.
-
- 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
-
- Dec 21, 2016
-
-
Daniel Gerhardt authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Aug 10, 2015
-
-
Edited tests to support the new EnableWebMvc Annotation from the ExtraConfig file. No more test errors.
-
- May 24, 2015
-
-
Daniel Gerhardt authored
-
- Feb 19, 2015
-
-
Christoph Thelen authored
This also fixes a test error.
-
Daniel Gerhardt authored
-
- Feb 12, 2015
-
-
Christoph Thelen authored
-
- Oct 07, 2014
-
-
Christoph Thelen authored
-
- Aug 24, 2014
-
-
Daniel Gerhardt authored
-
- Aug 21, 2014
-
-
Set default evaluation result to false and throw an AccessDeniedException. SecurityExceptionControllerAdvice checks if there is an valid login and decides whether to send HTTP 401 or HTTP 403. Conflicts: src/test/java/de/thm/arsnova/controller/AbstractControllerTest.java
-
-
- Jun 04, 2014
-
-
Paul-Christian Volkmer authored
-
- Jun 02, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
- May 21, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Permission handling is the same as with removed Authorized annotation
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Feb 17, 2014
-
-
Christoph Thelen authored
-
- Sep 03, 2013
-
-
Christoph Thelen authored
-
- Aug 21, 2013
-
-
Christoph Thelen authored
-
- May 14, 2013
-
-
Christoph Thelen authored
-
- May 08, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Feb 19, 2013
-
-
Paul-Christian Volkmer authored
Clean up service tests and clean up logged in users. Added logged in users if needed.
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Oct 31, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 30, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 28, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
This provides smaller and cleaner Interfaces for each context.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
This checks if there is a user in current security context. If not, an UnauthorizedException is thrown which will result in HTTP - 401.
-