- Mar 16, 2022
-
-
Sam Whited authored
Signed-off-by:
Sam Whited <sam@samwhited.com>
-
Sam Whited authored
Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Mar 15, 2022
-
-
Sam Whited authored
Signed-off-by:
Sam Whited <sam@samwhited.com>
-
Sam Whited authored
Signed-off-by:
Sam Whited <sam@samwhited.com>
-
Sam Whited authored
This removes a dependency by using the built-in go:embed functionality introduce in Go 1.16 instead of statik for embedding files. This means that Go 1.16+ would now be required to build the VPN. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
Sam Whited authored
Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Feb 28, 2022
-
-
kali was sloppy leaving that there
-
Removes some GNUisms in favor of POSIX-make or generally more portable make constructs. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
Sam Whited authored
Nil slices are valid slices of length 0, so the nil check is not needed. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- Feb 02, 2022
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
until we include a language switcher, this is how we can test translations.
-
- Dec 22, 2021
-
-
Kali Kaneko authored
-
- Dec 20, 2021
-
-
Kali Kaneko authored
this was failing for non-en locales - Resolves: #590
-
- Dec 16, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
aboutToQuit let us catch Quits coming from the osx menu or the dock.
-
- Dec 15, 2021
-
-
- binary name is different in the osx bundle, theme won't load - calyx is not ready for tls 1.2 yet
-
A vulnerability in QtIFW produces improper ACLs to be set when installing in custom locations. This can lead to privilege escalation if a non-privileged user overwrites the openvpn binary. Thanks to researchers at Tenable for finding and reporting this! Impact is considered low-medium, since an installation outside of the suggested path is needed to trigger the issue. Privileged execution of openvpn should be abandoned in next release, in favor of the interactive service. A bug upstream should be filed since other projects could be affected by this vulnerability too. -Resolves: #569
-
- Dec 14, 2021
-
-
Kali Kaneko authored
-
-
- Dec 13, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Dec 10, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-QApplication, no QGuiApplication: the later avoids the systray to display - Workaround for invisible app icons when vendoring - Make border visible for snaps
-
- Dec 09, 2021
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
this is an attempt to solve the problem we're having with snaps, in which Overlays are not correctly displayed.
-