- Aug 11, 2018
-
-
Daniel Gerhardt authored
This fixes get for multiple IDs and find.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This enables the manipulation of Contents before creation/update and ContentGroups of Rooms after creation/update for API v3.
-
Daniel Gerhardt authored
This enables the manipulation of Comments (creatorId) before creation for API v3. Closes !80.
-
Daniel Gerhardt authored
These methods allow additonal application logic based on an created/ updated entity.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
See !77.
-
Daniel Gerhardt authored
Spring Platform has been upgraded to the "Cairo" release. This introduces new framework/library versions including: * Spring Framework 5.0 * Spring Security 5.0 * Spring Integration 5.0 * Spring Data "Kay" * Jackson 2.9 The following code changes were made as part of the migration: * CouchDbCrudRepository uses new method names of CrudRepository. An extended version of CrudRepository is used to ease the migration process. * AppConfig implements WebMvcConfigurer instead of extending WebMvcConfigurerAdapter. * Servlet Filter and Maven exclusions for logging have been removed. References: https://spring.io/blog/2017/09/28/spring-framework-5-0-goes-ga https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-5.x https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x https://docs.spring.io/spring-framework/docs/5.0.x/spring-framework-reference/ https://docs.spring.io/spring-security/site/docs/5.0.x/ref...
-
Daniel Gerhardt authored
The Java default of handling .properties files as ISO 8859-1 encoded is not contemporary anymore.
-
Daniel Gerhardt authored
This is used by RoomController to allow requests to /room/~{shortId}.
-
Daniel Gerhardt authored
This enables the manipulation of Rooms (shortId, ownerId) before creation/updating for API v3.
-
Daniel Gerhardt authored
EntityService can now retrieve the existing entity by itself before updates.
-
Daniel Gerhardt authored
These methods allow to perform actions based on the entity before the CRUD operation is executed.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Additionally, added AnswerController for API v3.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Rooms are now updated when Content is created or deleted. Update handling is NYI.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
See !75.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Renamed UserAuthentication to ClientAuthentication and moved it to v2. API v3 uses its own model.
-
Daniel Gerhardt authored
-
- Aug 07, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Finding by ownerId depends on a new database view and is NYI.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Default to 'vnd.de.thm.arsnova.v3+json' if no specific content type is requested via Accept header or path version prefix.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Views are now checked for existence instead of creating them on every startup.
-
Daniel Gerhardt authored
Decide between 'vote', 'school' and 'abcd' target format based on count of AnswerOptions.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
When null was set as database key, the whole view would be requested before this change.
-