- Oct 09, 2018
-
-
See merge request !94
-
- Aug 21, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This fixes a logging issue with threading causing messed up log messages.
-
- Aug 14, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Logback See merge request !91
-
Daniel Gerhardt authored
A log file path can now be set via `arsnova.log.file` Java system property. If a log file path is set, the threshold for STDOUT logging is increased to WARN.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Support for java system properties to tune logging have been added: * arsnova.log.exceptions * arsnova.log.level * arsnova.log.level.root * arsnova.log.level.spring * arsnova.log.properties
-
- Aug 13, 2018
-
-
Daniel Gerhardt authored
fetch content ids that are not in any content group and return them as a default group See merge request !88
-
Tom Käsler authored
-
- Aug 12, 2018
-
-
Daniel Gerhardt authored
Add FindQueryService for Content See merge request !90
-
Currently supports finding contents by `roomId`.
-
Daniel Gerhardt authored
Foundation for development of version 3.0 Closes #19 See merge request !89
-
Daniel Gerhardt authored
Consistently use singular for packages which contain mixed kinds of classes. Moved a few classes to packages that better fit them.
-
Daniel Gerhardt authored
We now use the format property instead as type ID for Jackson. A custom TypeIdResolver is used for the mapping.
-
Daniel Gerhardt authored
-
- Aug 11, 2018
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
`skip` has a huge impact on performance and is not intended for pagination. Bookmarks perform much better.
-
Daniel Gerhardt authored
Additionally, increased socket timeout for migrations.
-
Daniel Gerhardt authored
Additionally, added log warnings for skipped entities.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Before migrations are run we now make sure that the database is empty or that a MigrationState document exists. If that is not the case, maintanence mode is activated to prevent data loss.
-
Daniel Gerhardt authored
Startup failed before if no second database for migration was available. Fixes #19.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Add support for sub paths and remove restriction of HTTP methods.
-
Daniel Gerhardt authored
This was causing issues with aliases containing dots.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Entities can now be retrieved interally without authorization checks. In this case, the entity is marked for internal use and serialization is prohibited.
-
Daniel Gerhardt authored
Fixes regression introduced by commit 7eec95ae.
-
Daniel Gerhardt authored
-
Currently supports finding comments by `roomId`. See !83.
-
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
-