- Jun 05, 2019
-
-
-
See commit f620b9e7.
-
- May 31, 2019
-
-
Daniel Gerhardt authored
Add nullpointer check for passwordResetTime Closes #40 See merge request arsnova/arsnova-backend!127
-
Tom Käsler authored
-
- May 28, 2019
-
-
Daniel Gerhardt authored
Add a 'view' parameter for all entity endpoints See merge request arsnova/arsnova-backend!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 arsnova/arsnova-backend!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 arsnova/arsnova-backend!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 arsnova/arsnova-backend!123
-
remove unneccessary imports use correct Nullable from checkerframework
-
- Apr 17, 2019
-
-
Tom Käsler authored
Fix feedback messaging See merge request arsnova/arsnova-backend!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 arsnova/arsnova-backend!119
-
Tom Käsler authored
-
- Mar 05, 2019
-
-
Daniel Gerhardt authored
add WebSockets with STOMP on top See merge request arsnova/arsnova-backend!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.
-
- Feb 18, 2019
-
-
Daniel Gerhardt authored
Ektorp's default implementation expects purge_seq to be of type int. CouchDB 2.x purge_seq is of type String.
-