Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-02-27 | #74 use basic config for default logging | Rafael Lisboa | |
2015-02-27 | Adding a default background color for tags while we don't build a tag ↵ | Gabriel Albo | |
customization functionality | |||
2015-02-27 | Refactoring colors: better defining variable names, extracting hard-coded ↵ | Gabriel Albo | |
hex codes, normalizing link styles, organizing _colors files. | |||
2015-02-27 | Deleting old style guide files from the user agent | Gabriel Albo | |
2015-02-27 | Make tests involving adding and selecting tags more robust | Alexandre Pretto Nunes | |
2015-02-27 | Allow to pass a different timeout to wait_until_* methods | Alexandre Pretto Nunes | |
2015-02-26 | #74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵ | Jefferson Stachelski | |
to /tmp/pixelated.log file | |||
2015-02-26 | Attempting to fix phantomJS functional tests where logo stretches out by ↵ | Gabriel Albo | |
setting a limit height to the image | |||
2015-02-26 | #296 Adding a border to separate the default and custom tags | Gabriel Albo | |
2015-02-25 | Fixing selected email z-index so it flows into the full email view hiding ↵ | Gabriel Albo | |
the border | |||
2015-02-25 | #296 Fixing functional tests so it clicks the right element | Gabriel Albo | |
2015-02-25 | #296 Moving the toggle control script to the tags hbs file so clicking on ↵ | Gabriel Albo | |
the tags icon now toggles the left nav. Next: extracting this JS to a proper place. | |||
2015-02-24 | #296 Hiding custom tags when the left side nav is collaped | Gabriel Albo | |
2015-02-24 | #296 Adding tags icon and styling its text | Gabriel Albo | |
2015-02-23 | Change CSS for PhantomJS compatibility | rafael lisboa | |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |
2015-02-23 | for #174, only 5.X.X are permanent bounces | Victor Shyba | |
2015-02-23 | Remove other unneeded style rules | rafael lisboa | |
2015-02-23 | Remove unnecessary z-index that was causing phantomJS to not render elements | rafael lisboa | |
2015-02-23 | Tests click on fake-left-off-canvas-toggle instead of hidden one. | Folker Bernitt | |
- Issue #290 | |||
2015-02-23 | Merge pull request #301 from pixelated-project/290 | Folker Bernitt | |
#290 no need to remove all tags when moving to thrash | |||
2015-02-23 | Reformat sent email list item template | rafael lisboa | |
2015-02-23 | Add pencil icon to drafts | rafael lisboa | |
2015-02-23 | Revert "Merge pull request #303 from pixelated-project/289" | Bruno Wagner | |
This pull request added tag awareness to the checked mails, but we are not sure we want to go that way yet This reverts commit 791c08166dcf2a3f1f5040944831571c616c35bc, reversing changes made to 26be3c59b174eb9f1a6f73c67489738c7517ce8c. |