Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | [feat] check if there are newest configuration files | Kali Kaneko | |
here we port the if-modified-since conditional mechanism, so that we only write the config if it is newer than whan we have. we also add a line with the status code to the logs, so that it's easier to debug. note that the 'configs.json' file is never returning 304. - Resolves: #8773 | |||
2017-09-01 | [pkg] add upload target | Kali Kaneko | |
2017-08-30 | [bug] assign initial empty state | Kali Kaneko | |
2017-08-30 | [tests] install helpers before e2e tests too | Kali Kaneko | |
2017-08-30 | [tests] do not fail if helper installed in debian path | Kali Kaneko | |
2017-08-30 | [tests] fix check-ip script | Kali Kaneko | |
2017-08-30 | [tests] Check egress IP for VPN steps | Varac | |
2017-08-30 | [scripts] use sudo for installing helpers | Kali Kaneko | |
2017-08-30 | [docs] add ability to upgrade an existing virtualenv | Kali Kaneko | |
2017-08-14 | [pkg] move bundling scripts | kali | |
2017-08-14 | [pkg] use productsign to sign the flat package | kali | |
2017-08-14 | [pkg] automate flat package | kali | |
2017-07-28 | [pkg] add cleanup to makefile | Kali Kaneko | |
2017-07-25 | [docs] document the dev-bootstrap script0.10a2 | Kali Kaneko | |
2017-07-25 | [pkg] add leap.pixelated and leap.pixelated_www as dependencies | Kali Kaneko | |
from here on, we're depending on leap's fork. | |||
2017-07-20 | [test] Add basic functional login test | Varac | |
* Move todo list to https://0xacab.org/leap/bitmask-dev/issues/8929 * use bundled pysqlcipher - debian package has not been fixed yet. * reset bitmaskd for each scenario so they are isolated * run functional tests on CI * moved e2e tests before the bundle * add test_functional_graphical Make target * Install chromedriver in docker image * add screenshots as artifacts on failure * run chrome without sandbox for docker Tests were failing on CI with chrome sandbox: https://0xacab.org/leap/bitmask-dev/-/jobs/15196 Used this workaround: https://stackoverflow.com/questions/28364012/webdriver-exception-chrome-not-reachable/28949227#28949227 - Resolves: #8929 | |||
2017-07-19 | [pkg] properly install soledad | moomin | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-06-28 | [pkg] remove remaining refs to older soledad structure | Kali Kaneko (leap communications) | |
2017-06-21 | [pkg] improve Packages script | Kali Kaneko | |
- use relative paths - there's still an absolute path (hardcoded, the REFERENCE FOLDER PATH). This should be changed (sed!) if we want to automate this for CI or for building in different environments: STILL NEEDS SOME MANUAL WORK. - Avoid deleting the build folders by default - Move the plist file to a subfolder | |||
2017-06-13 | [pkg] factor out pixelated packages | Kali Kaneko (leap communications) | |
2017-06-07 | [tests] enable mail e2e again | Kali Kaneko (leap communications) | |
- skip ssl verification for this test - use mail.bitmask as e2e provider for now (ci.leap.se seems broken; cannot download smtp cert) | |||
2017-06-07 | [refactor] install helpers in makefile | Kali Kaneko (leap communications) | |
2017-06-07 | [tests] improve vpn e2e test | Kali Kaneko (leap communications) | |
- add invite code | |||
2017-06-07 | [tests] simple e2e vpn test | Kali Kaneko (leap communications) | |
- Resolves: #8874 | |||
2017-05-22 | [pkg] more precise deps | Kali Kaneko (leap communications) | |
2017-05-22 | [pkg] update openvpn build script | Kali Kaneko (leap communications) | |
2017-05-16 | [pkg] add dependencies for pixelated to the makefile | Kali Kaneko (leap communications) | |
2017-05-07 | [pkg] add pixelated packages to makefile | Kali Kaneko (leap communications) | |
2017-03-17 | [pkg] remove non needed steps | Kali Kaneko (leap communications) | |
2017-03-17 | [bug] fix command error for older version of docker | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] several bundling fixes | Kali Kaneko (leap communications) | |
2017-02-09 | [bug] soledad now uses master branch instead of develop | Ruben Pollan | |
2016-12-29 | [pkg] add docker files to build bundle | Kali Kaneko (leap communications) | |
2016-12-26 | [test] add dev-latest-backend make target | varac | |
2016-12-26 | [test] add a target for latest soledad/common | Kali Kaneko (leap communications) | |
2016-12-26 | [feat] serial script to create and auth user | Kali Kaneko (leap communications) | |
2016-12-07 | [feature] add icon to the window | Kali Kaneko (leap communications) | |
- Resolves: #8676 | |||
2016-10-04 | [doc] fix readme, remove broken dev-install-prebuilt from makefile | elijah | |
2016-10-03 | [docs] revamp bitmask dev docs | Kali Kaneko (leap communications) | |
2016-09-27 | [pkg] make bundle from main makefile | Kali Kaneko (leap communications) | |
2016-09-22 | [pkg] rename www to ui | elijah | |
2016-09-22 | [pkg] fix www (aka bitmask_js) when run in "development mode" | elijah | |
this change allows you to edit the js and have the changes reflected immediately in the app. | |||
2016-09-06 | [pkg] package bitmask_www | Kali Kaneko (leap communications) | |
2016-09-01 | [tests] tox configuration | Kali Kaneko (leap communications) | |