Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-11 | [ci] manually upgrade golang-x-text-dev | Kali Kaneko (leap communications) | |
2019-12-11 | [ci] use the right registry when pushing image | Kali Kaneko (leap communications) | |
2019-12-06 | [pkg] no need for plugs with classic confinement | Kali Kaneko (leap communications) | |
2019-12-05 | [docs] copy over some snap docs | Kali Kaneko (leap communications) | |
2019-12-05 | [doc] comment dockerfile | 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. | |||
2019-11-30 | [pkg] fix missing variable for custom desktop file | Kali Kaneko (leap communications) | |
2019-11-28 | [ci] actually enable snap in make packages | Kali Kaneko (leap communications) | |
2019-11-28 | [pkg] stop building snap from riseup_vpn | Kali Kaneko (leap communications) | |
2019-11-27 | [pkg] snap: get bitmask root from this repo | Kali Kaneko (leap communications) | |
2019-11-07 | [bug] fix typo on bitmask-root | Ruben Pollan | |
2019-11-05 | [locale] Update languajes | Ruben Pollan | |
2019-10-22 | [pkg] install the right helper service on windows | Ruben Pollan | |
We were trying to install the wrong path for the bitmask helper service. - Resolves: #199 | |||
2019-10-21 | fix donate url Riseup, vpn, not generic | kwadronaut | |
2019-10-11 | [feat] donate menuitem is configurable | Kali Kaneko (leap communications) | |
2019-10-10 | [docs] add documents stub | Kali Kaneko (leap communications) | |
2019-10-07 | [feat] configure pt demo provider | Ruben Pollan | |
2019-10-07 | Style: remove errenous space | kwadronaut | |
Just a tiny space too much in vendor.conf Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2019-10-07 | Fix (makefile): symlink in vendored to built binaries | kwadronaut kwadronaut@leap.se | |
Closese #195 Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2019-10-04 | [pkg] build calyx | Kali Kaneko (leap communications) | |
2019-10-04 | [test] the gateway IPs has changed | Ruben Pollan | |
2019-10-04 | [bug] firewall isup return 1 is not an error | Ruben Pollan | |
bitmask-root firewall isup uses the return code to signal if the firewall is up or not. We should not report it as an error. - Resolves: #179 | |||
2019-09-30 | [pkg] add calyxvpn to artifacts | Kali Kaneko (leap communications) | |
2019-09-30 | [pkg] add calyx assets | Kali Kaneko (leap communications) | |
2019-09-19 | [ci] Provide helpful hint in trigger_deb stage | micah | |
2019-09-18 | [CI] Remove deb stage from .gitlab-ci.yaml - superseded by the ability to ↵ | micah | |
"make deb" in branding | |||
2019-09-17 | [ci] don't fail if git remote exists | micah | |
2019-09-17 | [ci] Only add the remote if it is not already there | micah | |
2019-09-17 | [ci] Fix whitespace in .gitlab-ci.yml | micah | |
2019-09-17 | [ci] Update registry URIs in .gitlab-ci.yml | micah | |
2019-09-15 | [pkg] use buster image | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] no need for win_installer with the old repo | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] use bitmask-vpn image everywhere | Kali Kaneko (leap communications) | |
2019-09-15 | [bug] fix yaml | Kali Kaneko (leap communications) | |
2019-09-15 | [pkg] entrypoint for all vendored builds | Kali Kaneko (leap communications) | |
2019-09-08 | [pkg] bump go modules | Kali Kaneko (leap communications) | |
2019-09-08 | [bug] exit cleanly in osx | Kali Kaneko (leap communications) | |
two things happen differently in osx: - call to systray.Quit() halts the program (so if called directly, none of the deferred functions that we use for cleanup get to execute) - systray.Run() blocks (so after loop returns, the main run.Run() function did not get to receive the boolean through the finishedCh channel. proper shutdown is therefore fixed here by moving the call to systray.Quit() to a goroutine that executes when the initialize() function calls all the deferred functions. we need to revisit this in case we want to break the main select loop for a reson other than successfully terminating the program. | |||
2019-09-05 | [bug] parse the result of firewall/isup for osx | Kali Kaneko (leap communications) | |
2019-09-05 | [pkg] chmod +x | Kali Kaneko (leap communications) | |
otherwise we fail miserably. maybe we could do some extra diagnostics when openvpn fails to start. | |||
2019-09-04 | [feat] handle error during kill | Kali Kaneko (leap communications) | |
2019-09-04 | [pkg] fix osx flat package | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] ignore deploy folder | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] move artifacts to deploy folder | Kali Kaneko (leap communications) | |
2019-08-28 | [pkg] fix paths to binaries in darwin/windows | Kali Kaneko (leap communications) | |
2019-08-28 | [bug] gateway now lives in bonafide | Kali Kaneko (leap communications) | |
2019-08-28 | [bug] fix snap hooks path | Kali Kaneko (leap communications) | |
2019-08-16 | [feat] get the shapeshifter errors into the log | Ruben Pollan | |
2019-08-16 | [pkg] add our demo pluggable transports provider | Ruben Pollan | |
2019-08-16 | [feat] be able to use obfs4 | Ruben Pollan | |