Raik Bieniek

Results 9 issues of Raik Bieniek

This [this](https://github.com/eclipse/smarthome/blob/master/docs/documentation/development/bindings/thing-definition.md) documentation states that a `system.button` channel has only the events "SHORT_PRESSED, DOUBLE_PRESSED and LONG_PRESSED". A LONG_PRESSED event is only useful if you know when it ends. How do...

When I go to the [Documentation Tab](https://katharsis.io/docs) on the HTTPS version of the katharis.io Website I get an empty page. I've tried it in Firefox and Chrome (see Screenshot). ![empty...

_HOW TO REPRODUCE_ - given the following classes: ``` class A { private StringProperty propertySameName = new SimpleStringProperty(); } class B extends A { private StringProperty propertySameName = new SimpleStringProperty();...

bug
synchronizefx-core

After the server shut down or a client disconnected, changes on the domain model are still observed. The synchronisation over the then closed network connection result in exceptions. To solve...

enhancement
synchronizefx-core

The server does not send changes originating from a client back to the same client. It does only send them to all other clients. Suppose there are 2 clients A...

bug
synchronizefx-core

Currently setting a new observable collection in a collection property will not be synchronized. This should be changed.

enhancement
synchronizefx-core

It should be possible for the server to let only authorized users connect. At least user authorization by username and password must be possible. Authorization via Kerberos or NTLM, or...

enhancement
netty-transmitter

The network traffic should be encrypted. It should optionally be possible for client to check the authenticity of the server (e.g. via some pki Authentication mechanisms).

enhancement
netty-transmitter

On the client side it should be possible for the user to get informed when the server shut down.

enhancement
synchronizefx-core