Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
John Samuel Ako Deutesfeld
ARSnova Backend
Commits
e006cc92
There was an error fetching the commit references. Please try again later.
Commit
e006cc92
authored
7 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Release version 2.5.0
parent
bbf8c70f
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+36
-0
36 additions, 0 deletions
CHANGELOG.md
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
37 additions
and
1 deletion
CHANGELOG.md
+
36
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment