- Jan 24, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jan 22, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
* Use EntityService for /v2 API * Always use queue and bulk saving * Implement access control for CRUD
-
- Jan 17, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Use event system to handle cascading deletes See merge request !114
-
Daniel Gerhardt authored
Child entities are now deleted by an event handler of their service class.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
RunAs is used to reduce permission lookups for internal method calls.
-
- Jan 15, 2019
-
-
Daniel Gerhardt authored
This upgrades Mockito to version 2.x.
-
- Jan 14, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Add caching for CRUD operations of DefaultEntityServiceImpl See merge request !113
-
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
-