Deniz Türkoglu

Results 8 issues of Deniz Türkoglu

Shutdown uses the EventServer and this brings up the shutdown dialog where you need to choose what to do. This behaviour is not inline with what we experience on iOS...

Currently, [mullvad-daemon](https://github.com/mullvad/mullvadvpn-app/tree/master/mullvad-daemon) will return a big chunk of data (https://github.com/mullvad/mullvadvpn-app/blob/master/mullvad-management-interface/proto/management_interface.proto#L561) when getting the relay list via https://github.com/mullvad/mullvadvpn-app/blob/master/mullvad-management-interface/proto/management_interface.proto#L32 even if the consumer is only interested in certain sections. Implement a new...

This series of commits aims to simplify the building of Veracrypt on macOS. This PR is currently draft and some commits require a rewrite as they are not atomic and...

These series of commits removes all `System.out` and `System.err` from the code replacing in with `java.util.logging`, except from `examples` and `tests` There are also some atomic commits that removes dead/unused...

Make it possible to disable/enable screenshots, this is disabled by default, to enable use: `defaults write com.hicknhacksoftware.MacPass AllowScreenshots YES` and to disable it use: `defaults write com.hicknhacksoftware.MacPass AllowScreenshots NO` Resolves...

I needed to send a bunch of things from my device and it became quite cumbersome to click accept every time. So during a lunch break I did a [quick...

The cookie manager has secure cookies on as default, which should be the case. However Safari will not allow localhost to have secure cookies. This will lead to flash messages...

_Restify → spdy → http-deceiver_ chain crashes on `npm start` due to [DEP0111](https://nodejs.org/api/deprecations.html#DEP0111). Upstream fixes are not yet merged and the library cannot be bumped. Use a patched version and...