Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-02 | [bug] fix launching of vpn for snaps | Kali Kaneko | |
2018-03-02 | [pkg] add desktop entry | Kali Kaneko | |
2018-03-02 | [pkg] add deps to Makefile | Kali Kaneko | |
2018-03-02 | [pkg] install helpers from snap | Kali Kaneko | |
2018-03-02 | [bug] snap pwd is read-only | Kali Kaneko | |
2018-03-02 | [pkg] add linux helpers into the package | Kali Kaneko | |
2018-03-02 | [pkg] initial snappification | Kali Kaneko | |
2018-03-02 | [bug] install bundle helpers | Kali Kaneko | |
2018-03-02 | [bug] debug launching | Kali Kaneko | |
2018-03-02 | [pkg] set systray path on snaps | Kali Kaneko | |
2018-03-01 | [style] pep8 | Kali Kaneko | |
2018-03-01 | [bug] catch errors while cleaning up | Kali Kaneko | |
2018-02-23 | [feat] put the socket in the snap folder if defined | Ruben 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 build | Kali Kaneko | |
2018-02-20 | [pkg] add hidden import and vpn requires | Kali Kaneko | |
2018-02-20 | [pkg] do not delete icns file, it's in repo now | Kali Kaneko | |
2018-02-20 | [pkg] add icon for riseupvpn | Kali Kaneko | |
2018-02-19 | [pkg] osx packaging changes for riseupvpn | Kali Kaneko | |
2018-02-15 | [bug] privcheck takes one argument | Kali Kaneko | |
2018-02-15 | [pkg] life is better among hunter-gatherers | Kali 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 riseupVPN | Kali Kaneko | |
2018-02-15 | [pkg] update systray before building | Kali Kaneko | |
2018-02-15 | [pkg] rename bundling scripts to add clarity | Kali Kaneko | |
2018-02-15 | [pkg] add branding image | Kali Kaneko | |
2018-02-15 | [pkg] bump next version0.10.3 | Kali Kaneko | |
2018-02-15 | [pkg] spelling fixes | Kali Kaneko | |
2018-02-15 | [docs] add entries to changelog | Kali Kaneko | |
2018-02-15 | [pkg] add --no-pie to CFLAGS for wrapper | Kali Kaneko | |
-Resolves: #9232 | |||
2018-02-15 | [pkg] packaging fixes for anonvpn bundle | Kali Kaneko | |
2018-02-15 | [pkg] shallow clone | Kali Kaneko | |
2018-02-15 | [pkg] get golang dependencies in the base image | Kali Kaneko | |
2018-02-15 | [pkg] fixes for bundle script | Kali Kaneko | |
2018-02-15 | [pkg] add target for anonvpn bundles | Kali Kaneko | |
2018-02-15 | [pkg] add dockefile for riseupvpn | Kali Kaneko | |
2018-02-15 | [refactor] refactor function to skip start from cli | Kali Kaneko | |
2018-02-15 | [bug] remove stale pidfile | Kali Kaneko | |
- Resolves: #9229 | |||
2018-02-15 | [pkg] add dependencies for building bitmask-systray too | Kali Kaneko | |
2018-02-15 | [style] pep8 | Kali Kaneko | |
2018-02-15 | [bug] bitmaskctl status should not start bitmaskd | Kali Kaneko | |
-Resolves: #9244 | |||
2018-02-15 | [bug] do not attempt to stop a non running looping call | Kali Kaneko | |
2018-02-15 | [pkg] ship all the other needed things | Kali Kaneko | |
2018-02-15 | [pkg] fix permission | Kali Kaneko | |
2018-02-15 | [pkg] fix docker build | Kali Kaneko | |
2018-02-15 | [pkg] add target for docker_apt bundler | Kali Kaneko | |
2018-02-15 | [pkg] rename bundler image | Kali Kaneko | |
2018-02-15 | [feat] implement fallback to webkit for bundles | Kali 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 instance | Kali Kaneko | |
2018-02-15 | [bug] fail gracefully on dummy imports | Kali Kaneko | |
2018-02-15 | [bug] fail gracefully if we do not have mail deps | Kali Kaneko | |
2018-02-15 | [feat] new anonvpn bootstrap | Kali Kaneko | |