summaryrefslogtreecommitdiff
path: root/web-ui
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 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-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-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-05-15Fixes watch command for vagrant environmentsAnike Arni
2017-04-24Fix javascript console errorsSriram Viswanathan
2017-04-05Merge pull request #1043 from pixelated/validate-passwordTulio Casagrande
[#934] Add front-end password validation
2017-04-05[#934] Set max length for passwordsTulio Casagrande
2017-04-05[#938] Fixes padding of text on the link button on backup-account stepSriram Viswanathan
with @anikarni
2017-04-05[#938] Replaces RaisedButton with FlatButton for backup-account linkSriram Viswanathan
with @anikarni
2017-04-05[#938] Fixes styling of title & button on backup-account stepSriram Viswanathan
2017-04-05[#934] Add integration test for password validationTulio Casagrande
2017-04-05[#934] Add front-end password validationTulio Casagrande
2017-04-05[#938] Replaces submit button with a link button for redirectionSriram Viswanathan
with @anikarni
2017-04-04[#938] Fixes lint errorsSriram Viswanathan
with @anikarni
2017-04-04[#938] Adds backup account step to test for missing translationsSriram Viswanathan
with @anikarni
2017-04-04[#938] Adds link to backup-account on the backup account stepSriram Viswanathan
with @anikarni
2017-04-04[#938] Adds backup account step to forgot password flowSriram Viswanathan
with @anikarni
2017-04-04Upgrade eslintThais Siqueira
with @deniscostadsc
2017-03-31[#935] Submits password to account recovery endpointAnike Arni
2017-03-31[#935] Submits user recovery code to new endpointAnike Arni
with @deniscostadsc
2017-03-31[#927] Implements sending recovery code by email.Thais Siqueira
with @tayanefernandes
2017-03-30[#932] Combines button label for account recovery formsAnike Arni
with @deniscostadsc
2017-03-30[#932] Changes progress bar marginAnike Arni
2017-03-30[#932] Adds portuguese translationsAnike Arni
2017-03-30[#932] Makes back link a buttonAnike Arni
2017-03-30[#932] Fixes image descriptionAnike Arni
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-03-30[#932] Hides logout button on account recovery flowAnike Arni
2017-03-30[#932] Moves form componentes to separate directoriesAnike Arni
with @deniscostadsc
2017-03-29Merge pull request #1032 from pixelated/forgot-password-pageAnike Arni
UI improvements for account recovery flow
2017-03-29Merge pull request #1031 from pixelated/backup_account_error_feedbackSriram Viswanathan
[#931] Backup account error feedback
2017-03-29[#931] PR feedback - use 'response.ok' for testing 'fetch' errors & minor ↵Sriram Viswanathan
refactoring
2017-03-28[#932] Adapts account recovery flow to desktopAnike Arni
with @deniscostadsc
2017-03-28[#932] Adapts forms to tabletAnike Arni
2017-03-28[#932] Adds images in account recovery flowAnike Arni
2017-03-28[#932] Hides inputs on new password formAnike Arni
2017-03-28[#932] Adds back link to account recovery stepsAnike Arni
2017-03-28[#931] Adds support for multi-line Snackbar messagesSriram Viswanathan
2017-03-28[#932] Adds new password formAnike Arni