Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-27 | [pkg] fix post-install path in osx | admin | |
there was a mismatch after latest changes to the plist template location. also revert latest osx depends, since some are not installable via homebrew in osx. | |||
2021-03-11 | [bug] avoid style plugins mixing up and crashing gui | kali kaneko (leap communications) | |
forcing a style override looks like a good workaround to avoid system qt plugins mixing up with the libs in the snap. - Resolves: #458 | |||
2021-03-05 | [style] fmt | kali kaneko (leap communications) | |
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 | |||
2021-02-19 | [bug] yet another deprecated call | kali kaneko (leap communications) | |
2021-02-19 | [bug] fix missing deprecated call to decodestring | kali kaneko (leap communications) | |
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431 | |||
2021-02-08 | [docs] document osx build process | kali | |
2021-02-08 | [pkg] add uninstaller to pre-install in osx | kali | |
2021-01-21 | [bug] use decodebytes | kali kaneko (leap communications) | |
decodestring is an alias that was deprecated in 3.1 - Resolves: #412 | |||
2020-11-21 | [pkg] add notarization steps for installer in osx | kali | |
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-11-04 | [pkg] add windows release target | kali | |
Also, install the tap driver silently. - Resolves: #366 | |||
2020-11-04 | [pkg] sign windows binaries | kali | |
- Resolves: #383 | |||
2020-11-03 | [pkg] put desktop place in gui folder for snaps | kali kaneko (leap communications) | |
this was left out of the packaging refactor by mistake. - Resolves: #368 | |||
2020-10-23 | [pkg] install tap driver on windows | kali | |
2020-10-23 | [pkg] windows gui & installer fixes | kali | |
2020-10-23 | [pkg] no need to build helper or openvpn for snap | kali kaneko (leap communications) | |
2020-10-23 | [pkg] remove unused templates & scripts | kali kaneko (leap communications) | |
2020-10-13 | [pkg] add vendor icon to app | 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 uninstall, autolaunch | kali | |
2020-10-13 | [pkg] launch helper from the right path | kali | |
2020-10-13 | [pkg] osx helper and working qt installer | kali | |
2020-10-06 | [pkg] remove extra files from snap folder | kali kaneko (leap communications) | |
- Resolves: #204 | |||
2020-10-02 | [pkg] use make build | kali kaneko (leap communications) | |
2020-09-25 | [pkg] re-add appname to template, bad merge | kali kaneko (leap communications) | |
2020-09-25 | [bug] fix variable in template | kali kaneko (leap communications) | |
- add some extra debug info for troubleshooting start errors - fix vendors labels | |||
2020-09-25 | [pkg] parametrize working snap file | kali kaneko (leap communications) | |
2020-09-25 | [ci] build snap image | Ruben Pollan | |
2020-09-25 | [pkg] let's get snaps working with our qt build | Ruben Pollan | |
- Resolves: #297 | |||
2020-08-20 | [refactor] refactor auth files | kali kaneko (leap communications) | |
2020-04-30 | [pkg] fix upgrade from 0.20.1 | kali kaneko (leap communications) | |
2020-04-30 | [pkg] two-stage build for windows to allow signed uninstaller | kali kaneko (leap communications) | |
2020-04-30 | [bug] stop/remove new, renamed service | kali kaneko (leap communications) | |
2020-04-30 | [bug] do not use cross-compiling for the helper in win | kali kaneko (leap communications) | |
- add -H windowsgui to avoid console popping up | |||
2020-04-30 | [bug] stop service before uninstalling it | kali kaneko (leap communications) | |
- clear errors properly on each stop attempt - fix autostart | |||
2020-04-30 | [pkg] uninstalling dance for old-style nssm installers | kali kaneko (leap communications) | |
2020-04-30 | [pkg] another try at removing the nssm helper | kali kaneko (leap communications) | |
2020-04-30 | [pkg] fail-safe for uninstaller | kali kaneko (leap communications) | |
2020-04-30 | [pkg] update to eoan, go versions, add helper script | kali kaneko (leap communications) | |
2020-04-30 | [pkg] remove nssm from build makefile | kali kaneko (leap communications) | |
2020-04-30 | [pkg] change installer to use new windows service | kali kaneko (leap communications) | |
2019-12-17 | [pkg] modify windows git path in signing script | Kali Kaneko (leap communications) | |
2019-12-17 | [pkg] typo and missing dir | Kali Kaneko (leap communications) | |
2019-12-13 | [ci] grab newest nsis version, backup copy of nssm | Kali Kaneko (leap communications) | |
2019-12-06 | [pkg] no need for plugs with classic confinement | Kali Kaneko (leap communications) | |
2019-12-05 | [pkg] fix icon in snap | Kali Kaneko (leap communications) | |
Also, fix the version string reported in the dialog. | |||
2019-12-05 | [pkg] use plugs in snap | Kali Kaneko (leap communications) | |
with this we can get rid of ugly hack that got gtk environment inside the snap manually, and forced us to stage libc6 into the snap because of linker incompatibility problems. seems whatever problem made me go that way is already solved by snap. |