Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | [pkg] abort install if we running an old version0.21.2 | kali | |
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch. | |||
2021-02-26 | [pkg] improve osx installer | kali | |
- install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435 | |||
2020-11-06 | [pkg] customize windows installer | kali | |
I kind of liked the "classic" style more (looks cleaner), but it looks like we only can customize the logo etc with the "modern" look and feel in windows. I think the way to go would be to add a QStyleSheet to the installer (and adding logo etc there), but I think that is going to take some reading. this is not too bad for now, at least we can put logos to differentiate riseup/calyx etc. | |||
2020-10-23 | [pkg] windows vendoring fixes | kali | |
2020-10-23 | [pkg] remove unused templates & scripts | kali kaneko (leap communications) | |
2020-10-23 | [pkg] osx fixes for installer build | kali | |
2020-10-13 | [pkg] some extra branding refactor | kali kaneko (leap communications) | |
2020-10-13 | [pkg] add vendor icon to app | kali kaneko (leap communications) | |
2020-10-13 | [pkg] refactor vendor init/check | kali kaneko (leap communications) | |
2020-10-13 | [pkg] windows fixes | kali | |
Several fixes for missing paths. Refactor qt installer; fetch pre-built binaries from an existing installation on build system (needs to be automated); add windows icon. - Resolves: #362 | |||
2020-10-13 | [pkg] parametrize win/osx installer | kali | |
2020-10-13 | [pkg] osx helper and working qt installer | kali | |
2020-10-13 | [feat] make vendor_init to create independent repo | kali kaneko (leap communications) | |
this starts a stub for refactoring the authentication process, leading to keep an external repo. | |||
2020-10-06 | [bug] askForDonations is a bool now | kali kaneko (leap communications) | |
2020-09-25 | [ci] build snap image | Ruben Pollan | |
2020-09-08 | [refactor] delete unused function | kali kaneko (leap communications) | |
2020-09-08 | [refactor] remove unused script | kali kaneko (leap communications) | |
2020-09-08 | [feat] expose allowEmptyPass flag for provider config | kali kaneko (leap communications) | |
2020-09-08 | [bug] pass json as bytes to go side | kali kaneko (leap communications) | |
2020-09-08 | [feat] generate providers.json | kali kaneko (leap communications) | |
2020-08-20 | [refactor] refactor auth files | kali kaneko (leap communications) | |
2020-04-30 | [pkg] two-stage build for windows to allow signed uninstaller | kali kaneko (leap communications) | |
2019-10-11 | [feat] donate menuitem is configurable | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] entrypoint for all vendored builds | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] debian template | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] snap template | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] osx build templates | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] windows templates | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] allow overriding of PROVIDER_CONFIG | Kali Kaneko (leap communications) | |
2019-08-05 | [feat] add make prepare target to Makefile | Kali Kaneko (leap communications) | |
2019-08-05 | [refactor] rename things | Kali Kaneko (leap communications) | |