- Apr 17, 2019
-
-
Tom Käsler authored
-
- Mar 15, 2019
-
-
Tom Käsler authored
-
- Mar 05, 2019
-
-
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
-
- 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.
-
- Jan 30, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Only OIDC providers that support configuration discovery are supported.
-
Daniel Gerhardt authored
Google shuts down its Google+ Sign-In.
-
- Jan 29, 2019
-
-
Daniel Gerhardt authored
-
The field of the inner class is kept for compatibilty reasons.
-
- Jan 28, 2019
-
-
- Jan 24, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Jan 22, 2019
-
-
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
Child entities are now deleted by an event handler of their service class.
-
Daniel Gerhardt authored
RunAs is used to reduce permission lookups for internal method calls.
-
- Jan 14, 2019
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
See arsnova-backend#2.
-
- Jan 10, 2019
-
-
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
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.
-
- Nov 27, 2018
-
-
Daniel Gerhardt authored
-
Use patch instead of full update.
-
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
-
- Nov 26, 2018
-
-
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
`modifyRetrieved` can be overriden to modify Entities before they are returned by CRUD methods.
-
- Nov 22, 2018
-
-
Daniel Gerhardt authored
Implements #30. Fixes #29.
-
- Nov 20, 2018
-
-
Daniel Gerhardt authored
Patching of child objects is now handled.
-
- Nov 15, 2018
-
-
Daniel Gerhardt authored
This was broken by refactoring of events.
-
- Nov 14, 2018
-
-
See merge request !96
-
- Nov 13, 2018
-
-
Daniel Gerhardt authored
-