summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-02[feat] use whisk icon for mixnetsHEADmasterRuben Pollan
2017-08-02[feat] Display mixnet status on outgoing emailsRuben Pollan
2017-07-27[pkg] make pydist work in a clean envRuben Pollan
2017-07-27[feat] display the mixnet status on incomming emailsRuben Pollan
Add support for X-Leap-Mixnet header.
2017-07-25[pkg] add dependency to chardetKali Kaneko
2017-07-25[pkg] add target for uploading to pypiKali Kaneko
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-07-24add readme with missing depsKali Kaneko
2017-07-24bump UI version in package.jsonKali Kaneko
2017-07-24[pkg] modify setup.py info after forkKali Kaneko
2017-07-24pep8Kali Kaneko (leap communications)
2017-07-24add timestamp to pixelated-user-agent package tooKali Kaneko (leap communications)
2017-07-24[feature] allow to pass a static_folder to RootResourceKali Kaneko (leap communications)
in this way, I can pass the pixelated_www.__path__ directly.
2017-07-24[feature] package web-ui as a distributable python moduleKali Kaneko (leap communications)
in this way, we can generate wheels and pip-install it from pypi or other sources. we intend to use this for easing the shipping of the Pixelated UI in our packages/bundles. a separate debian package can also be easily generated form this artifact.
2017-06-07Fix virtualenv path in .bashrcVarac
2017-06-07Remove old unused files againVarac
2017-06-07Run activate_custom_node_modules.sh from .bashrcVarac
2017-06-07Revert "Revert "Use "make install" to install useragent from source""Varac
This reverts commit 68892379d387abbd8e7ebf81a7e317a8034b34eb.
2017-06-06Merge pull request #1080 from pixelated/chromedriverTulio Casagrande
Ship our local version of google-chrome and chromedriver
2017-06-06Add missing requires to chromedriver moduleTulio Casagrande
2017-06-06Remove old chromedriver pathTulio Casagrande
2017-06-06Install chromedriver from githubTulio Casagrande
The latest chromedriver version is getting recurring errors when running login.feature from functional tests
2017-06-02Merge pull request #1079 from pixelated/split_node_modulesTayane Fernandes
Split node modules
2017-06-02Organizing npm librariesTayane Fernandes
Related to #1076
2017-06-02Split node modules into production and development groupsvarac
The rationale behind this is that we now a too complex dependency graphs of node modules (~1000 !). This breaks at least under certain circumstances like installing the modules on a shared folder inside vagrant. This should fix #1076.
2017-06-02Merge pull request #1078 from pixelated/fix-vagrantTayane Fernandes
Reverted code that broke vagrant configurations
2017-06-01Revert "Remove old unused files"Tayane Fernandes
This reverts commit 6c52f7a01a0067a1638fd8d64fb7e3030f9b0506.
2017-06-01Revert "Remove leftover files/activate_custom_node_modules.sh"Tayane Fernandes
This reverts commit 3b4f57477b58e6e49036d597acabb00cd78f7d32.
2017-06-01Revert "Use "make install" to install useragent from source"Tayane Fernandes
This reverts commit e439f48f40f60f5f317e0ac4b54178b0b677c339.
2017-06-01Fix _attach_key mock to reflect bitmask-dev changesTulio Casagrande
2017-05-30Use phantomjs from jessie-backportsvarac
2017-05-29Remove old unused filesvarac
2017-05-24Remove leftover files/activate_custom_node_modules.shvarac
2017-05-24Use "make install" to install useragent from sourcevarac
2017-05-24Remove pixelated apt repo and deb vagrant boxvarac
2017-05-18Add gitlab-ci.yml to allow local and remote buildsvarac
See https://github.com/pixelated/pixelated-user-agent.git for the documentation.
2017-05-18Update build-depsvarac
These packages were missing: * virtualenv * libssl-dev * Depend on node >=6.0 * libpng-dev
2017-05-17Moves contributions section on READMEAnike Arni
2017-05-16Remove unused installation scriptsTayane Fernandes
2017-05-16Update debian/changelog with tag 1.0beta2varac
2017-05-15Update local LEAP provider instructionsTulio Casagrande
2017-05-15Add text to design contributionsTayane Fernandes
2017-05-15Fixes watch command for vagrant environmentsAnike Arni
2017-05-12Fixes compass watch commandAnike Arni
2017-05-12Updates format for links to wiki pages in READMEAnike Arni
2017-05-12Removes deployment step from circle ciAnike Arni
2017-05-12Replace the website url by github urlTayane Fernandes
2017-05-12Replace the website url by github urlTayane Fernandes
2017-05-12Updates with local certificate setupSriram Viswanathan
2017-05-11Adds a run task to Makefile.Denis Costa