- Jun 05, 2019
-
-
This solves the IllegalStateExceptions occurring for most of the other test cases. However, we now have the old problem that different Repositories are injected into objects. In my case, the testCaching case of the DefaultEntityServiceImplTest stops working, because it gets a different RoomRepository than the ApplicationPermissionEvaluator. This behavior is caused by the introduction of the additional profile.
-
-
See commit f620b9e7.
-
- May 31, 2019
-
-
Daniel Gerhardt authored
Add nullpointer check for passwordResetTime Closes #40 See merge request !127
-
Tom Käsler authored
-
- May 28, 2019
-
-
Daniel Gerhardt authored
Add a 'view' parameter for all entity endpoints See merge request !128
-
Daniel Gerhardt authored
A JsonView for serialization is applied based on the 'view' query parameter. The following values are currently supported: * admin (View.Admin.class) * owner (View.Owner.class) * <unset> (Public.Admin.class)
-
Daniel Gerhardt authored
Return 403 Forbidden on duplicated username when registering Closes #38 See merge request !126
-
-
- May 27, 2019
-
-
Daniel Gerhardt authored
The RegEx unintentionally required a minimum length of 2 for IDs.
-
- Apr 30, 2019
-
-
Daniel Gerhardt authored
Enable rabbitmq See merge request !122
-
Tom Käsler authored
add queue naming conventions to doc add management interface into to rabbit file
-
Daniel Gerhardt authored
Add auth logic for stomp clients over ws See merge request !123
-
remove unneccessary imports use correct Nullable from checkerframework
-
- Apr 17, 2019
-
-
Tom Käsler authored
Fix feedback messaging See merge request !121
-
Tom Käsler authored
-
Tom Käsler authored
-
- Apr 09, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The version set for Pac4j was previously ineffective because it was set by spring-security-pac4j first.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The Spring Platform BOM has reached EOL, so we need to replace it for future updates. This should not change any dependency versions. https://spring.io/blog/2018/04/09/spring-io-platform-end-of-life-announcement See GH-65.
-
- Apr 08, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 15, 2019
-
-
Tom Käsler authored
Add websocket handler to component scan See merge request !119
-
Tom Käsler authored
-
- Mar 05, 2019
-
-
Daniel Gerhardt authored
add WebSockets with STOMP on top See merge request !112
-
Tom Käsler authored
remove unused imports
-
Tom Käsler authored
move ws handler to websocket package
-
Tom Käsler authored
add WebSocketMessage entity structure add basic feedback logic add tests for Feedback messages
-
- Feb 25, 2019
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
Christoph Thelen authored
These tests exercise the happy path. If needed, negative tests could be added in the future.
-