Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-11 | Revert "#261 Making the tags icon be displayed over the mail list when hovered" | Gabriel Albo | |
This reverts commit d0917e12464152dde8bc1ccac0748945b709804e. | |||
2015-03-11 | Revert "#261 Adding an extra wrap around the tags-icon so we can properly ↵ | Gabriel Albo | |
split the sections on the right pane" This reverts commit 58f6a2f088a57823a4469e0c8c62ebff3f7c5597. | |||
2015-03-11 | Revert "#261 Fixing the transition timing" | Gabriel Albo | |
This reverts commit b27d525efcb8b48157c3659ef98109261841aa91. | |||
2015-03-10 | for #315, verify phash. Need more defensive coding here | Victor Shyba | |
2015-03-10 | #261 Fixing the transition timing | Gabriel Albo | |
2015-03-10 | #87 Removed logging to /tmp/pixelated.log file | Jefferson Stachelski | |
2015-03-10 | #261 Adding an extra wrap around the tags-icon so we can properly split the ↵ | Gabriel Albo | |
sections on the right pane | |||
2015-03-10 | #261 Making the tags icon be displayed over the mail list when hovered | Gabriel Albo | |
2015-03-10 | #261 Adding a hover behavior to tags icon - z-index TBD | Gabriel Albo | |
2015-03-10 | #261 Adding some opacity to the tags label on hover | Gabriel Albo | |
2015-03-10 | Update README.md | Victor Shyba | |
2015-03-10 | try -> dev #311 | Victor Shyba | |
We shouldn't encourage development on try. | |||
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt | |
- Issue #312 | |||
2015-03-09 | #261 Reducing the list width so it won't break for large displays | Gabriel Albo | |
2015-03-09 | #261 Adding some negative margin so the tags label won't be wider than the ↵ | Gabriel Albo | |
side nav when the user hovers them | |||
2015-03-09 | #261 - Adding a hover behavior for the default tags | Gabriel Albo | |
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-03-09 | Don't run jshint when running python tests | Alexandre Pretto Nunes | |
2015-03-09 | Make test suite stop if any test brake | Alexandre Pretto Nunes | |
2015-03-09 | Making the side nav bottom background solid | Gabriel Albo | |
2015-03-06 | *Really* sticking the logout to the bottom now :) | Gabriel Albo | |
2015-03-06 | for #288, changes current failure message to error | Victor Shyba | |
2015-03-06 | for #288, adds encryption error message, as in ↵ | Victor Shyba | |
https://gist.github.com/lqust/a19e5be212c7539da996#file-gistfile1-txt | |||
2015-03-06 | for #288, adds encryption failure to casing | Victor Shyba | |
2015-03-06 | Sticking the logout button to the bottom of the side navigatin and adding an ↵ | Gabriel Albo | |
overflow only to the custom tags session. Adding a slightly lighter background color to the custom tags list for now to indicate the session | |||
2015-03-05 | Updating the user agent architecture diagram on readme | Gabriel Albo | |
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt | |
2015-03-04 | #300 Fixed test, changed to spy if scroll reset is called when change tag | Jefferson Stachelski | |
2015-03-04 | Fixing link | Victor Shyba | |
2015-03-04 | For #311, adding reminders for provider creation | Victor Shyba | |
Small fixes and making it clear that a provider creation is essential to start the agent. Also REQUIREMENTS section was mixed up with provider instructions. | |||
2015-03-04 | #300 Removed the scroll reset whe update the mail list, and just run scroll ↵ | Jefferson Stachelski | |
reset when user change the tags | |||
2015-03-04 | for #311, running webui tests will fail if LC_ALL isn't en_US. This isn't ↵ | Victor Shyba | |
the expected when following REAME. | |||
2015-03-04 | Alexandre/Albo - Fixing an issue with the custom tags visibility toggle not ↵ | Gabriel Albo | |
working when the user clicks on the mail list with the sidenav expanded. | |||
2015-03-04 | Try Provider -> Dev provider; fix vagrant instructions | Victor Shyba | |
Currently, developers need to use the Dev Provider, not the Try. I also added instructions for getting into /vagrant because I didn't get there following those commands. This may change soon (vagrant ssh should leave us on /vagrant) | |||
2015-03-03 | Refactoring the tags visibility toggle function | Gabriel Albo | |
2015-03-03 | Fixing tag visibility toggle | Gabriel Albo | |
2015-03-02 | Fixed JSHint warning | Bruno Wagner | |
2015-03-02 | Fixing the sidenav close toggle | Gabriel Albo | |
2015-03-02 | Moving side bar js code to off-canvas component | Gabriel Albo | |
2015-03-02 | Extracting the color palette colors to variables | Gabriel Albo | |
2015-03-02 | Fixing logo size and position | Gabriel Albo | |
2015-03-02 | Adding ellipsis when custom tag names are longer than the sidenav's width | Gabriel Albo | |
2015-02-27 | Fixing padding for when an email is read and the tag count gets messed up | Gabriel Albo | |
2015-02-27 | Decreasing email body area top padding | Gabriel Albo | |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
2015-02-27 | Fixed pep8 | Bruno Wagner & Victor Shyba | |
2015-02-27 | X-Pixelated-encryption-status is now based on our checks | Bruno Wagner & Victor Shyba | |
For multipart mail, if a part is multipart/encrypted, we consider the mail encrypted For inline encrypted mail, we do the same that LEAP does, check the PGP armor. That means we can have all the states we need, they are: Not encrypted Successfully decrypted Failed decryption | |||
2015-02-27 | Stop verifying OpenPGP header | Bruno Wagner & Victor Shyba | |
2015-02-27 | Removing unnecessary images | Gabriel Albo | |
2015-02-27 | Using an actual svg (coded) in place of the .svg file for the logo. | Gabriel Albo | |