summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-05[pkg] abort install if we running an old version0.21.2kali
stop if: - bitmask is running (we don't want to mess with the helper if the app is running) - we cannot stop the service for some reason. powershell gives more flexibility to stop services, but Remove-Service is not present in PS < 6, so we try to remove the service from the post-install too (the golang helper will complain about an eventlog registry key). this could probably be improved in the helper, but we'll be moving to the official openvpnserv2 service for 0.21.4. we might want to revisit the current helper for the firewall/killswitch.
2021-03-03[i18n] update localeskali kaneko (leap communications)
2021-03-03[pkg] relax reflect 1.14 requirementkali kaneko (leap communications)
2021-03-03attempt workarounds for segfault at libQt5XcbQpakali kaneko (leap communications)
2021-03-03[pkg] skip dwz to be able to build in busterkali kaneko (leap communications)
2021-02-26[docs] blank lines neededkali kaneko (leap communications)
2021-02-26[docs] format code chunkskali kaneko (leap communications)
2021-02-26[pkg] improve osx installerkali
- install into global /Applications - document how to troubleshoot helper - uninstall app is visible on top-level folder - improve detection of running processes for old and new binaries - Closes: #441 - Closes: #445 - Closes: #435
2021-02-25https not httpԜаӀtеr Ⅼарсһуnѕkі
2021-02-25"Revert" change of URL to onion.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-24Escape pound sign so as not to link to issue five.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-24Clarify when to `make install_go` and when not to.ԜаӀtеr Ⅼарсһуnѕkі
2021-02-19[bug] yet another deprecated callkali kaneko (leap communications)
2021-02-19[bug] fix missing deprecated call to decodestringkali kaneko (leap communications)
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431
2021-02-18swap 3 dots for ellipsiskwadronaut
2021-02-17Update localesRuben Pollan
2021-02-16[bug] write headers before sending responsekali kaneko (leap communications)
- Closes: #436
2021-02-11[pkg] build debian packagekali kaneko (leap communications)
2021-02-10[pkg] add build depskali kaneko (leap communications)
2021-02-10[pkg] initial debian package - yet anotherkali kaneko (leap communications)
2021-02-09[style] qmlfmt ftwkali kaneko (leap communications)
2021-02-08[style] formattingkali kaneko (leap communications)
we should try to use qmlfmt, indeed
2021-02-08[style] cleanupkali kaneko (leap communications)
- remove unused debug - uncomment notification function, leftover from debug - comment about go-land mutexes
2021-02-08[feat] add menu entry for reporting bugskali
Let's make it easier to tell us how buggy our software is, or how happy they are to use it :) - Closes: #422
2021-02-08[docs] document osx build processkali
2021-02-08[bug] fix segfault in osx with activationkali
this is a regression that was introduced with previous changes to the menus in windows. activation segfaults in linux and osx, so capture the event only for windows. did not investigate further about the causes, but it seems like a good workaround for the time being.
2021-02-08[bug] add mutex to critical regionkali
This fixes the segfault. mRootItem has to be deallocated to avoid memory leaks, but doing it concurrently with the dump of the json was a terrible idea. - Closes: #360
2021-02-08[pkg] add uninstaller to pre-install in osxkali
2021-02-03Describe what the patron id is for translationsRuben Pollan
- Resolves: #413
2021-02-03Don't document html parametersRuben Pollan
They are hidden in transifex. - Resolves: #414
2021-01-21[bug] use decodebyteskali kaneko (leap communications)
decodestring is an alias that was deprecated in 3.1 - Resolves: #412
2020-11-23[bug] fix my syntax errorkali kaneko (leap communications)
sorry about that :(
2020-11-23[feat] let's use the notification only in windows for nowkali kaneko (leap communications)
We really need this for windows. However, I'm afraid for regular users in linux/mac the notification might be too obstrusive. As we commented in the mr, one way around this might be to only display that tip the first few times - and then persist a flag about it having been shown.
2020-11-23[feat] use the branded appname if availablekali kaneko (leap communications)
2020-11-23[feat] windows: pop-up on left click and notification on app startt h
- Related: #367, #370
2020-11-21[pkg] add notarization steps for installer in osxkali
2020-11-21[docs] add AUTHORS filekali kaneko (leap communications)
2020-11-21Updating makefile to support Cygwin64 for Windows users.t h
- Closes: #394
2020-11-20[i18n] get the actually translated languajes from transifexRuben Pollan
2020-11-20[i18n] Fix strings from comments in transifexRuben Pollan
2020-11-19[i18n] update the i18n documentationRuben Pollan
Let's delete as well the locales folder that is not used anymore. - Resolves: #314
2020-11-19[i18n] update stringsRuben Pollan
2020-11-06[pkg] customize windows installerkali
I kind of liked the "classic" style more (looks cleaner), but it looks like we only can customize the logo etc with the "modern" look and feel in windows. I think the way to go would be to add a QStyleSheet to the installer (and adding logo etc there), but I think that is going to take some reading. this is not too bad for now, at least we can put logos to differentiate riseup/calyx etc.
2020-11-05[pkg] add installer logokali kaneko (leap communications)
2020-11-05[tests] fix conditional flag for windows, was missing line breakkali kaneko (leap communications)
2020-11-04[bug] remove debug console in windowskali
squashed in this commit: reintroduce the dummy autostart_win implementation that was removed by mistake. I did not manage to get autostart working in windows, this is pending to be re-worked. see https://0xacab.org/leap/bitmask-vpn/-/issues/389
2020-11-04[pkg] add windows release targetkali
Also, install the tap driver silently. - Resolves: #366
2020-11-04[pkg] sign windows binarieskali
- Resolves: #383
2020-11-03[docs] snap push is deprecatedkali kaneko (leap communications)
2020-11-03[pkg] put desktop place in gui folder for snapskali kaneko (leap communications)
this was left out of the packaging refactor by mistake. - Resolves: #368