- Jan 14, 2019
-
-
Daniel Gerhardt authored
See #2.
-
- Jan 10, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Slighly refactored ControllerAdvices to include handling of Spring's HTTP Exceptions. This fixes 500 status codes being sent instead of the correct one. Fixes GH-67. Backport of d052fd73.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Slighly refactored ControllerAdvices to include handling of Spring's HTTP Exceptions. This fixes 500 status codes being sent instead of the correct one. Fixes GH-67.
-
- Jan 07, 2019
-
-
Daniel Gerhardt authored
Upgraded to Spring Boot BOM version 2.1.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Nov 27, 2018
-
-
Daniel Gerhardt authored
Migrate Pac4j to version 3.4 See merge request !111
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Fix state updating of single Contents for /v2 See merge request !109
-
Use patch instead of full update.
-
Tom Käsler authored
Fix handling of content groups See merge request !110
-
Daniel Gerhardt authored
Partially reverts changes of 9d0255e7. Added helper methods to Room which transform the ContentGroup collection from Set to Map. Content IDs are now removed from groups when Contents are deleted.
-
Daniel Gerhardt authored
Refactor CRUD and legacy events See merge request !108
-
Daniel Gerhardt authored
-
- Nov 26, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Replaced the following events with StateChangeEvent: * FeatureChangeEvent * LockFeedbackEvent * LockQuestionEvent * LockVoteEvent * LockVotesEvent * PiRoundCancelEvent * PiRoundDelayedStartEvent * PiRoundEndEvent * PiRoundResetEvent * StatusRoomEvent * UnlockQuestionEvent * UnlockVoteEvent Removed the following redundant events: * DeleteAllLectureAnswersEvent * DeleteAllPrepareationAnswersEvent * DeleteAllQuestionsAnswersEvent * DeleteAllQuestionsEvent * LockQuestionsEvent * UnlockQuestionsEvent * UnlockVotesEvent To trigger events, some code was migrated to use EntityServices instead of directly accessing Repositories.
-
Daniel Gerhardt authored
The hook methed was never called.
-
Daniel Gerhardt authored
The event is now published for every single patched entity.
-
Daniel Gerhardt authored
Add modifyRetrieved hook method for DefaultEntityServiceImpl See merge request !107
-
Daniel Gerhardt authored
`modifyRetrieved` can be overriden to modify Entities before they are returned by CRUD methods.
-
Daniel Gerhardt authored
Mock the correct method.
-
- Nov 22, 2018
-
-
Daniel Gerhardt authored
Include ContentGroups when retrieving Contents from service Closes #30 and #29 See merge request !106
-
Daniel Gerhardt authored
Implements #30. Fixes #29.
-
- Nov 20, 2018
-
-
Daniel Gerhardt authored
Patching of child objects is now handled.
-
- Nov 16, 2018
-
-
Daniel Gerhardt authored
See GH-65.
-
Paul-Christian Volkmer authored
Missing dependency versions from legacy spring io platform bom are added as properties.
-
- Nov 15, 2018
-
-
Tom Käsler authored
Fix SpEL for score cache keys See merge request !104
-
Daniel Gerhardt authored
This was broken by refactoring of events.
-
- Nov 14, 2018
-
-
See merge request !96
-
- Nov 13, 2018
-
-
Daniel Gerhardt authored
State change events See merge request !103
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
A new event for full updates has been added.
-
Daniel Gerhardt authored
-