Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-09-25 | [bug] workaround for helper path in windows | kali | |
2020-09-25 | [pkg] windows helper and qtinstaller | kali | |
2020-09-25 | [pkg] re-add appname to template, bad merge | kali kaneko (leap communications) | |
2020-09-25 | [ci] use the registry of the repo | Ruben Pollan | |
2020-09-25 | [test] fix the tests to work with the new vendoring | Ruben Pollan | |
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 | [docs] document params for build | kali kaneko (leap communications) | |
2020-09-25 | [pkg] remove call to vendorize | kali kaneko (leap communications) | |
2020-09-25 | [pkg] keep track of efforts to have an usable qt5 static build | kali kaneko (leap communications) | |
2020-09-25 | [pkg] pass target name to the build script | kali kaneko (leap communications) | |
2020-09-25 | [pkg] parametrize working snap file | kali kaneko (leap communications) | |
2020-09-25 | [pkg] use qtquick.controls 1 | kali kaneko (leap communications) | |
2020-09-25 | [pkg] allow to pass qmake path | kali kaneko (leap communications) | |
2020-09-25 | [ci] build snap image | Ruben Pollan | |
2020-09-25 | [ci] run only the tests and compile in the CI | Ruben Pollan | |
2020-09-25 | [pkg] let's get snaps working with our qt build | Ruben Pollan | |
- Resolves: #297 | |||
2020-09-25 | [pkg] go mod tidy | kali kaneko (leap communications) | |
2020-09-25 | [refactor] grab appname from providers.json | kali kaneko (leap communications) | |
2020-09-24 | [feat] send cmd flags to the go backend | Ruben Pollan | |
Also disable autostart if manual quit, remove custom printer that was used for i18n and disable previous autostart if -disable-autostart We didn't disable autostart after the migration to qt. - Resolves: #355 #289 | |||
2020-09-16 | [pkg] go mod tidy | kali kaneko (leap communications) | |
2020-09-16 | [bug] accept corrupted pid files | Ruben Pollan | |
A corrupted pid file, or a file that contains something else than a pid number used to block bitmask-vpn from launch. Now if the file contains something that is not expected it will log it and rewrite it. I refactor de code so the pid file will be released on quit instead of initialization. - Resolves: #349 | |||
2020-09-08 | [refactor] delete unused function | kali kaneko (leap communications) | |
2020-09-08 | [refactor] remove unused script | kali kaneko (leap communications) | |
2020-09-08 | [feat] be more precise when login gives 502 | kali kaneko (leap communications) | |
2020-09-08 | [feat] improve phrasing for login dialog, split into its own file | kali kaneko (leap communications) | |
2020-09-08 | [feat] do not show password field if allowEmptyPass is set | kali kaneko (leap communications) | |
2020-09-08 | [bug] show only bad_auth dialog | kali kaneko (leap communications) | |
2020-09-08 | [feat] expose allowEmptyPass flag for provider config | kali kaneko (leap communications) | |
2020-09-08 | [feat] lookup the config vars at runtime | kali kaneko (leap communications) | |
- Resolves: #326 | |||
2020-09-08 | [bug] pass json as bytes to go side | kali kaneko (leap communications) | |
2020-09-08 | [feat] generate providers.json | kali kaneko (leap communications) | |
2020-09-08 | [feat] load provider json in qml | kali kaneko (leap communications) | |
2020-09-08 | [docs] wording | kali kaneko (leap communications) | |
very minor picks | |||
2020-09-08 | [refactor] fix error handling after review | kali kaneko (leap communications) | |