summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-23[pkg] windows gui & installer fixeskali
2020-10-23[pkg] update mbedtls versionkali
2020-10-23[pkg] hide app windowkali kaneko (leap communications)
2020-10-23[pkg] no need to build helper or openvpn for snapkali kaneko (leap communications)
2020-10-23[pkg] remove unused templates & scriptskali kaneko (leap communications)
2020-10-23[pkg] osx fixes for installer buildkali
2020-10-23[pkg] add golib target to makefilekali
- Resolves: #363
2020-10-23[docs] add some mxe pointerskali kaneko (leap communications)
2020-10-23[pkg] add commit to force push to protected branchkali kaneko (leap communications)
2020-10-13[bug] get the correct snap pathsRuben Pollan
config.BinaryName is not set when the global variables are defined, we need to generate the string when we need it instead.
2020-10-13[pkg] some extra branding refactorkali kaneko (leap communications)
2020-10-13[pkg] fix application namekali kaneko (leap communications)
2020-10-13[pkg] add vendor icon to appkali kaneko (leap communications)
2020-10-13[pkg] refactor vendor init/checkkali kaneko (leap communications)
2020-10-13[pkg] windows fixeskali
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 installerkali
2020-10-13[pkg] target osx 10.11kali
2020-10-13[pkg] osx uninstall, autolaunchkali
2020-10-13[pkg] launch helper from the right pathkali
2020-10-13[pkg] osx helper and working qt installerkali
2020-10-13[feat] improve error handling during loginkali
2020-10-13[pkg] update build script for openvpnkali
2020-10-13[pkg] post-installer scriptkali
2020-10-13[pkg] check for qtinstaller frameworkkali
2020-10-13[pkg] add app payload in osxkali
2020-10-13[bug] fix version reporting in helperkali
2020-10-13[pkg] boilerplate for qtinstaller frameworkkali kaneko (leap communications)
2020-10-13[pkg] comment out expired certkali kaneko (leap communications)
2020-10-13[feat] make vendor_init to create independent repokali kaneko (leap communications)
this starts a stub for refactoring the authentication process, leading to keep an external repo.
2020-10-08[bug] don't crash on quit if no autostartRuben Pollan
2020-10-06[bug] askForDonations is a bool nowkali kaneko (leap communications)
2020-10-06[pkg] remove extra files from snap folderkali kaneko (leap communications)
- Resolves: #204
2020-10-06[feat] increase donation reminder interval to one weekkali kaneko (leap communications)
- Resolves: #358
2020-10-02[ci] disable ui tests for now, due to missing packages in the runnerkali kaneko (leap communications)
2020-10-02[test] include missing qrckali kaneko (leap communications)
2020-10-02[docs] update readmekali kaneko (leap communications)
2020-10-02[test] update ui smoke test, add it to cikali kaneko (leap communications)
2020-10-02[pkg] use make buildkali kaneko (leap communications)
2020-10-02[bug] remove apiURL from bonafidekali kaneko (leap communications)
it seems this was an attempt to make this injectable for tests, but it can work by changing config variables too.
2020-10-02[ui] Display the proper icon for failed stateRuben Pollan
2020-10-02[ui] disable the donate entry on the menu if no donationRuben Pollan
2020-09-30[ui] make about donation text optionalRuben Pollan
2020-09-30[test] fix CI with the new build targetRuben Pollan
2020-09-30[feat] remove the donation dialog if not set in the providers.jsonRuben Pollan
- Resolves: 336
2020-09-30[feat] pass the raw byte json to the backendRuben Pollan
The C++ library does interpret anything as strings, we want to keep the orignal json types.
2020-09-30[feat] remove unused config optionsRuben Pollan
2020-09-25[bug] workaround for helper path in windowskali
2020-09-25[pkg] windows helper and qtinstallerkali
2020-09-25[pkg] re-add appname to template, bad mergekali kaneko (leap communications)
2020-09-25[ci] use the registry of the repoRuben Pollan