Thilo-Alexander Ginkel

Results 68 comments of Thilo-Alexander Ginkel
trafficstars

After having had a look at the event it became clear that the cause of this issue is that the API is no longer submitting the friendlyName with the event....

The version in my fork at https://github.com/ginkel/gigaset-elements-proxy seems to work for now. There is still some cleanup I'd like to perform before opening a MR, though.

Thanks for merging my changes and sorry for not getting back to you earlier, @ycardon! There is one thing that's currently still broken, which prevented me from opening a PR:...

I have an experimental fix in https://github.com/ginkel/gigaset-elements-proxy, but I don't see why it's not working (the code in line 106 does not seem to get executed https://github.com/ginkel/gigaset-elements-proxy/commit/52a32e52e35a7b09563c2f8bb650da4e3c192438#diff-70fba6368d3fcd389b435446e2177ea0R106).

> Nevertheless, I could try to forward RAW `POST` request to the GE API, only adding the auth token so that you could do your experiments. Do you want to...

After observing the requests of the Web UI, this call seems to work: ``` curl 'https://api.gigaset-elements.com/api/v2/me/user/intrusion-settings/' -X PUT -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'Cookie: usertoken=' --data-binary '{"intrusion_settings":{"active_mode":"home"}}' ```...

I can't promise anything, but I will check with my customer whether that would be an option.

Hm... Reading through the Review Board API documentation [1], there seems to be no API to figure out whether there are any default reviewers configured for a given set of...

Thanks for your request. Hash It! is currently seeing basically no development as I have switched to KeePass for my own personal usage. If you'd like to create a PR...

FYI: We are currently looking into porting the `BulkProcessor` from the OpenSearch code base and noticed one missing feature in the Java-Client API : While The RHLC allows to estimate...