- Apr 30, 2019
-
-
Tom Käsler authored
-
Tom Käsler authored
Rename functions to be better understandable
-
Tom Käsler authored
-
Tom Käsler authored
remove unneccessary imports use correct Nullable from checkerframework
-
- Apr 17, 2019
-
-
Tom Käsler authored
-
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.
-
- Feb 12, 2019
-
-
Christoph Thelen authored
Reverts 8ad7cd84 This fixes issue #33. However, it is still unclear why different beans are shared between test and production code.
-
- Jan 31, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Christoph Thelen authored
Both the RoomRepository as well as the CacheManager beans were not shared between test and production classes. Hence, when we set up some mocks (or caches), the mocked values were not present in the production classes. We explicitly force instance sharing by applying the Singleton pattern.
-
Daniel Gerhardt authored
* Update MathJax URL to use version 2.7.5 * Piwik was renamed to Matomo
-