Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Moritz Lambrecht
ARSnova Backend
Commits
e006cc92
Commit
e006cc92
authored
Apr 03, 2017
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.5.0
parent
bbf8c70f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
CHANGELOG.md
CHANGELOG.md
+36
-0
pom.xml
pom.xml
+1
-1
No files found.
CHANGELOG.md
View file @
e006cc92
# Changelog
## 2.5
Major features:
*
Administration API: New endpoints have been added which are accessible by
users defined by
`security.admin-accounts`
.
*
Evaluation of free text answers
*
Proxy support for WebSocket connections: It is now possible to use the same
port for standard HTTP requests and WebSocket connections. Additionally, it is
no longer necessary to setup a Java key store for TLS if a proxy is used.
*
Auto-deletion of inactive (not activated) users and guest sessions
Minor features and changes:
*
Caching improvements
*
New use case including only comments
*
Export of questions to arsnova.click format
*
Export/import of flashcards to/from arsnova.cards format
*
Flashcards are now handled separately from questions
Configuration changes:
*
`socketio.ip`
has been replaced by
`socketio.bind-address`
*
`security.ssl`
has been removed.
`security.keystore`
and
`security.storepass`
have been replaced by
`socketio.ssl.jks-file`
and
`socketio.ssl.jks-password`
.
*
New setting:
`socketio.proxy-path`
*
The default port for WebSocket connections has been changed to
`8090`
With this release we have completely overhauled our
[
documentation
](
README.md
)
.
Additionally, we now provide
[
Docker images
](
https://github.com/thm-projects/arsnova-docker/
)
.
**This version is brought to you by:**
Project management: Klaus Quibeldey-Cirkel
Lead programming: Andreas Gärtner, Daniel Gerhardt, Tom "tekay" Käsler
Contributions: Robin Drangmeister, Dennis Schönhof
Sponsoring:
[
AG QLS
](
https://www.thm.de/site/en/hochschule/service/ag-qls.html
)
,
[
HMWK
](
https://wissenschaft.hessen.de/wissenschaft/it-neue-medien/kompetenznetz-e-learning-hessen
)
## 2.4.2
This release fixes a minor security vulnerability which allowed an attacker to
remove a MotD from a session without being the creator.
...
...
pom.xml
View file @
e006cc92
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.thm.arsnova
</groupId>
<artifactId>
arsnova-backend
</artifactId>
<version>
2.5.0
-SNAPSHOT
</version>
<version>
2.5.0
</version>
<packaging>
war
</packaging>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment