summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-02[bug] debug launchingKali Kaneko
2018-03-02[pkg] set systray path on snapsKali Kaneko
2018-03-01[style] pep8Kali Kaneko
2018-03-01[bug] catch errors while cleaning upKali Kaneko
2018-02-23[feat] put the socket in the snap folder if definedRuben Pollan
On snap is better if we don't put stuff in /tmp but in $SNAP
2018-02-20[pkg] add missing deps for vpn-only buildKali Kaneko
2018-02-20[pkg] add hidden import and vpn requiresKali Kaneko
2018-02-20[pkg] do not delete icns file, it's in repo nowKali Kaneko
2018-02-20[pkg] add icon for riseupvpnKali Kaneko
2018-02-19[pkg] osx packaging changes for riseupvpnKali Kaneko
2018-02-15[bug] privcheck takes one argumentKali Kaneko
2018-02-15[pkg] life is better among hunter-gatherersKali Kaneko
aka, get *all* of the dynamic libraries into the bundle. This probably won't work like this, but I think it's more comfortable to strip libraries from the list rather than hunting for them one by one.
2018-02-15[pkg] rename to riseupVPNKali Kaneko
2018-02-15[pkg] update systray before buildingKali Kaneko
2018-02-15[pkg] rename bundling scripts to add clarityKali Kaneko
2018-02-15[pkg] add branding imageKali Kaneko
2018-02-15[pkg] bump next version0.10.3Kali Kaneko
2018-02-15[pkg] spelling fixesKali Kaneko
2018-02-15[docs] add entries to changelogKali Kaneko
2018-02-15[pkg] add --no-pie to CFLAGS for wrapperKali Kaneko
-Resolves: #9232
2018-02-15[pkg] packaging fixes for anonvpn bundleKali Kaneko
2018-02-15[pkg] shallow cloneKali Kaneko
2018-02-15[pkg] get golang dependencies in the base imageKali Kaneko
2018-02-15[pkg] fixes for bundle scriptKali Kaneko
2018-02-15[pkg] add target for anonvpn bundlesKali Kaneko
2018-02-15[pkg] add dockefile for riseupvpnKali Kaneko
2018-02-15[refactor] refactor function to skip start from cliKali Kaneko
2018-02-15[bug] remove stale pidfileKali Kaneko
- Resolves: #9229
2018-02-15[pkg] add dependencies for building bitmask-systray tooKali Kaneko
2018-02-15[style] pep8Kali Kaneko
2018-02-15[bug] bitmaskctl status should not start bitmaskdKali Kaneko
-Resolves: #9244
2018-02-15[bug] do not attempt to stop a non running looping callKali Kaneko
2018-02-15[pkg] ship all the other needed thingsKali Kaneko
2018-02-15[pkg] fix permissionKali Kaneko
2018-02-15[pkg] fix docker buildKali Kaneko
2018-02-15[pkg] add target for docker_apt bundlerKali Kaneko
2018-02-15[pkg] rename bundler imageKali Kaneko
2018-02-15[feat] implement fallback to webkit for bundlesKali Kaneko
in the end, depending on webengine didn't seem to be such a great idea: it makes bundles more complex, heavy and brittle. I tried compiling qt5 and the maintained qtwebkit fork, but that had also its own set of problems (lastly, pyinstaller didn't work properly; pyqt also adds a lot of garbage even if you disabled lots of modules you don't need). so, this is a fallback to a stretch-based build. it fixes the libGL library by adding the right version into the bundle. in this commit I also add a dockerfile for an image that can build bundles by installing pip dependencies directly in the system. this has the advantage that the build process is very fast, but the downside that a new image needs to be pushed to the registry each time that new dependencies are added; we'll also miss any bug due to introducing new dependncies (but hopefully it will be catched by other steps in the CI). The good side of it is that it reduces the need for some hacks in the build process when bundling from a virtualenv.
2018-02-15[bug] fix logger instanceKali Kaneko
2018-02-15[bug] fail gracefully on dummy importsKali Kaneko
2018-02-15[bug] fail gracefully if we do not have mail depsKali Kaneko
2018-02-15[feat] new anonvpn bootstrapKali Kaneko
2018-02-15[feat] anonvpn entrypointsKali Kaneko
2018-02-15[feat] help string for bitmask guiKali Kaneko
- Resolves: #8794
2018-02-07[doc] autostart with .desktop and qubes i3 statusRuben Pollan
2018-01-26[style] some wording fixesKali Kaneko
2018-01-26[refactor] yet another readability passRuben Pollan
2018-01-26[pgk] fix libGL lib name in debianKali Kaneko
2018-01-26[pkg] add library for libGL to base imageKali Kaneko
2018-01-26[pkg] fix libGL path for stretchKali Kaneko