summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-13Enable utf-8 locale in user agent.Folker Bernitt
- Fix missing imports - Issues #322, #319, #313
2015-03-13Ensure locales package is installed.Folker Bernitt
- Issue #322
2015-03-13Set locale to UTF-8 in docker context.Folker Bernitt
- Issue #322
2015-03-13Added missing imports to monkey patch.Folker Bernitt
- Issue #313
2015-03-12For #311, fixing some partsVictor Shyba
Titles, link to platform, couple of missing commands and small typos.
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt
- Especially interested in the Content-Type header field
2015-03-12Removed invalid code from config/__init__.py.Folker Bernitt
- using monkey patch by import instead - Issue #313
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
- Bugfix - Issues #313, #322
2015-03-12Added missing file for previous commit.Folker Bernitt
- Issue #313
2015-03-12Monkey patched KeyManager._fetch_keys_from_server.Folker Bernitt
- Now raises KeyNotFound for all problems, not only 404 - Issue #313
2015-03-11for #315, check query parameter and return empty if they are empty, not an errorVictor Shyba
2015-03-11for #315, test queries with bad or empty parameters. They all should return ↵Victor Shyba
empty, not an error
2015-03-11Merge pull request #318 from pixelated-project/revert-sidebar-hoverGabriel Albo
Revert sidebar hover
2015-03-11Revert "#261 - Adding a hover behavior for the default tags"Gabriel Albo
This reverts commit c3eab90103b01b3551a83a8d747e11fc4945582e.
2015-03-11Revert "#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-11Revert "#261 Reducing the list width so it won't break for large displays"Gabriel Albo
This reverts commit 7e0f1c7f86c217f903c24e7f0866ac1f6f6b06e7.
2015-03-11Revert "#261 Adding some opacity to the tags label on hover"Gabriel Albo
This reverts commit c3344fd640b94b94b350a978b77d5eb3b23a2275.
2015-03-11Revert "#261 Adding a hover behavior to tags icon - z-index TBD"Gabriel Albo
This reverts commit 94d0713aa89a76ba8ecb28570163c13bc370ed0b.
2015-03-11Revert "#261 Making the tags icon be displayed over the mail list when hovered"Gabriel Albo
This reverts commit d0917e12464152dde8bc1ccac0748945b709804e.
2015-03-11Revert "#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-11Revert "#261 Fixing the transition timing"Gabriel Albo
This reverts commit b27d525efcb8b48157c3659ef98109261841aa91.
2015-03-10for #315, verify phash. Need more defensive coding hereVictor Shyba
2015-03-10#261 Fixing the transition timingGabriel Albo
2015-03-10#87 Removed logging to /tmp/pixelated.log fileJefferson 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 hoveredGabriel Albo
2015-03-10#261 Adding a hover behavior to tags icon - z-index TBDGabriel Albo
2015-03-10#261 Adding some opacity to the tags label on hoverGabriel Albo
2015-03-10Update README.mdVictor Shyba
2015-03-10try -> dev #311Victor Shyba
We shouldn't encourage development on try.
2015-03-10added 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 displaysGabriel 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 tagsGabriel Albo
2015-03-09Refactoring of fuctional testsTiago Ferraz
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code.
2015-03-09Don't run jshint when running python testsAlexandre Pretto Nunes
2015-03-09Make test suite stop if any test brakeAlexandre Pretto Nunes
2015-03-09Making the side nav bottom background solidGabriel Albo
2015-03-06*Really* sticking the logout to the bottom now :)Gabriel Albo
2015-03-06for #288, changes current failure message to errorVictor Shyba
2015-03-06for #288, adds encryption error message, as in ↵Victor Shyba
https://gist.github.com/lqust/a19e5be212c7539da996#file-gistfile1-txt
2015-03-06for #288, adds encryption failure to casingVictor Shyba
2015-03-06Sticking 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-05Updating the user agent architecture diagram on readmeGabriel Albo
2015-03-05Fixed 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 tagJefferson Stachelski
2015-03-04Fixing linkVictor Shyba
2015-03-04For #311, adding reminders for provider creationVictor 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-04for #311, running webui tests will fail if LC_ALL isn't en_US. This isn't ↵Victor Shyba
the expected when following REAME.