Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | Added missing file for previous commit. | Folker Bernitt | |
- Issue #313 | |||
2015-03-12 | Monkey patched KeyManager._fetch_keys_from_server. | Folker Bernitt | |
- Now raises KeyNotFound for all problems, not only 404 - Issue #313 | |||
2015-03-11 | for #315, check query parameter and return empty if they are empty, not an error | Victor Shyba | |
2015-03-11 | for #315, test queries with bad or empty parameters. They all should return ↵ | Victor Shyba | |
empty, not an error | |||
2015-03-11 | Merge pull request #318 from pixelated-project/revert-sidebar-hover | Gabriel Albo | |
Revert sidebar hover | |||
2015-03-11 | Revert "#261 - Adding a hover behavior for the default tags" | Gabriel Albo | |
This reverts commit c3eab90103b01b3551a83a8d747e11fc4945582e. | |||
2015-03-11 | Revert "#261 Adding some negative margin so the tags label won't be wider ↵ | Gabriel Albo | |
than the side nav when the user hovers them" This reverts commit b8897aa1760f7fe177fe1abaafd3addbbd0e47dc. | |||
2015-03-11 | Revert "#261 Reducing the list width so it won't break for large displays" | Gabriel Albo | |
This reverts commit 7e0f1c7f86c217f903c24e7f0866ac1f6f6b06e7. | |||
2015-03-11 | Revert "#261 Adding some opacity to the tags label on hover" | Gabriel Albo | |
This reverts commit c3344fd640b94b94b350a978b77d5eb3b23a2275. | |||
2015-03-11 | Revert "#261 Adding a hover behavior to tags icon - z-index TBD" | Gabriel Albo | |
This reverts commit 94d0713aa89a76ba8ecb28570163c13bc370ed0b. | |||
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 | |