Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | [pkg] windows vendoring fixes | kali | |
2020-10-23 | [pkg] remove -p option, no need and missing in newer versions | kali kaneko (leap communications) | |
2020-10-23 | [bug] fix error condition for mkdir | kali | |
2020-10-23 | [pkg] install tap driver on windows | kali | |
2020-10-23 | [pkg] windows gui & installer fixes | kali | |
2020-10-23 | [pkg] update mbedtls version | kali | |
2020-10-23 | [pkg] hide app window | kali kaneko (leap communications) | |
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-23 | [pkg] osx fixes for installer build | kali | |
2020-10-23 | [pkg] add golib target to makefile | kali | |
- Resolves: #363 | |||
2020-10-23 | [docs] add some mxe pointers | kali kaneko (leap communications) | |
2020-10-23 | [pkg] add commit to force push to protected branch | kali kaneko (leap communications) | |
2020-10-13 | [bug] get the correct snap paths | Ruben 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 refactor | kali kaneko (leap communications) | |
2020-10-13 | [pkg] fix application name | 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] target osx 10.11 | 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-13 | [feat] improve error handling during login | kali | |
2020-10-13 | [pkg] update build script for openvpn | kali | |
2020-10-13 | [pkg] post-installer script | kali | |
2020-10-13 | [pkg] check for qtinstaller framework | kali | |
2020-10-13 | [pkg] add app payload in osx | kali | |
2020-10-13 | [bug] fix version reporting in helper | kali | |
2020-10-13 | [pkg] boilerplate for qtinstaller framework | kali kaneko (leap communications) | |
2020-10-13 | [pkg] comment out expired cert | kali kaneko (leap communications) | |
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-08 | [bug] don't crash on quit if no autostart | Ruben Pollan | |
2020-10-06 | [bug] askForDonations is a bool now | kali kaneko (leap communications) | |
2020-10-06 | [pkg] remove extra files from snap folder | kali kaneko (leap communications) | |
- Resolves: #204 | |||
2020-10-06 | [feat] increase donation reminder interval to one week | kali kaneko (leap communications) | |
- Resolves: #358 | |||
2020-10-02 | [ci] disable ui tests for now, due to missing packages in the runner | kali kaneko (leap communications) | |
2020-10-02 | [test] include missing qrc | kali kaneko (leap communications) | |
2020-10-02 | [docs] update readme | kali kaneko (leap communications) | |
2020-10-02 | [test] update ui smoke test, add it to ci | kali kaneko (leap communications) | |
2020-10-02 | [pkg] use make build | kali kaneko (leap communications) | |
2020-10-02 | [bug] remove apiURL from bonafide | kali 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 state | Ruben Pollan | |
2020-10-02 | [ui] disable the donate entry on the menu if no donation | Ruben Pollan | |
2020-09-30 | [ui] make about donation text optional | Ruben Pollan | |
2020-09-30 | [test] fix CI with the new build target | Ruben Pollan | |
2020-09-30 | [feat] remove the donation dialog if not set in the providers.json | Ruben Pollan | |
- Resolves: 336 | |||
2020-09-30 | [feat] pass the raw byte json to the backend | Ruben Pollan | |
The C++ library does interpret anything as strings, we want to keep the orignal json types. | |||
2020-09-30 | [feat] remove unused config options | Ruben Pollan | |