- Sep 18, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 14, 2012
-
-
Paul-Christian Volkmer authored
With this configuration both - spring security setup - bean properties will be set to values defined in /etc/arsnova/arsnova.properties. Admins ARE REQUIERED to create production settings file by given example in /etc/arsnova.
-
Paul-Christian Volkmer authored
This MUST be done because local developer settings ARE different to the given example settings. Deployed settings MUST be prepared by build process to match production environment. DO NOT expect local example settings will match all production settings.
-
Julian Hochstetter authored
-
Julian Hochstetter authored
user gets back to the right arsnova
-
Julian Hochstetter authored
cleanup is now working as expected
-
Julian Hochstetter authored
-
Julian Hochstetter authored
* remove client from map on disconnect
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
This reverts commit 04bd8274.
-
Julian Hochstetter authored
Conflicts: src/main/java/de/thm/arsnova/services/SessionService.java
-
Christoph Thelen authored
* If a user posts new feedback, while having already posted one, the value gets updated. This prevents feedback adding up. * If feedback is too old (10 minutes), it gets removed. For testing purposes the cleaning routine currently runs every few seconds, and feedback only lasts a few seconds as well. * The deleted feedback changes are broadcasted to: o All users, if feedback of other users has been deleted. o The user whose feedback got deleted. Currently, this is a huge mess! There are three types of "Session Ids": * The Socket.IO "session" * The internal CouchDB session id * The ARSnova session keyword A severe clean up is needed before proceeding any further...
-
- Sep 13, 2012
-
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
properties loaded from local filesystem
-
Julian Hochstetter authored
-
- Sep 12, 2012
-
-
Julian Hochstetter authored
remove websocketcontroller and let sessioncontroller do the authorization add toString to User entity
-
Julian Hochstetter authored
in session stored referer
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
Conflicts: src/main/java/de/thm/arsnova/socket/ARSnovaSocketIOServer.java
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
-
Julian Hochstetter authored
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
Julian Hochstetter authored
-
- Sep 11, 2012
-
-
Paul-Christian Volkmer authored
Properties from properties file are available in all beans now. CouchDB connection in SessionService will be created using these settings. If a connection fails, the next request will have a new try instead of throwing an exception.
-
Julian Hochstetter authored
-
Julian Hochstetter authored
leiten
-
Julian Hochstetter authored
-
Julian Hochstetter authored
* Make guest login working with new UserService * Reuse existing guest username * Adapted tests
-
- Sep 10, 2012
-
-
Paul-Christian Volkmer authored
-
Christoph Thelen authored
-