- Nov 08, 2016
-
-
Daniel Gerhardt authored
This reverts commit 5f5699c5.
-
Daniel Gerhardt authored
-
- Nov 07, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Nov 03, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Oct 31, 2016
-
-
Daniel Gerhardt authored
-
- Oct 26, 2016
-
-
Tom Käsler authored
-
- Oct 13, 2016
-
-
Daniel Gerhardt authored
-
- Oct 11, 2016
-
-
Tom Käsler authored
-
- Oct 07, 2016
-
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
- Oct 06, 2016
-
-
Andreas Gärtner authored
-
- Oct 05, 2016
-
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
Andreas Gärtner authored
-
- Sep 29, 2016
-
-
Daniel Gerhardt authored
Tests failed because they did not allow a charset parameter in Content-Type headers.
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
Tom Käsler authored
-
- Sep 28, 2016
-
-
Tom Käsler authored
-
- Aug 23, 2016
-
-
Daniel Gerhardt authored
Free text validation is no longer done for abstentions. This fixes a regression introduced in 9fc360d6.
-
Daniel Gerhardt authored
-
- Jul 25, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Real-time updates for global statistics are unnecessary and put a lot of pressure on the database. Data is now cached for five minutes. The count of online users is still updated in real-time.
-
-
- Jul 21, 2016
-
-
Daniel Gerhardt authored
This simplifies analysis of monitoring data.
-
- Jul 19, 2016
-
-
Daniel Gerhardt authored
-
- Jul 18, 2016
-
-
Daniel Gerhardt authored
Configuration for Socket.IO has been refactored to support proxies and replace ambiguous property names: * Added API property `socketioPath` to `/configuration/` * Added property `socketio.proxy-path` * Removed property `security.ssl` * Renamed properties: * `socketio.ip` -> `socketio.bind-address` * `security.keystore` -> `socketio.ssl.jks-file` * `security.storepass` -> `socketio.ssl.jks-password` The default port to bind to has been changed from 10443 to 8090 since SSL is not enabled by default. There is enough room (8081-8089) for additional severs (e.g. `grunt run`) in development environments.
-