Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-13 | Issue #525 - Fixed space in recipient adders | Jefferson Stachelski | |
2015-11-13 | Merge pull request #521 from rdoh/remove_save_draft_button | Giovane Liberato | |
merge "remove save draft button, related css and js" | |||
2015-11-13 | Issue #523 - Created python test for arhive mail | Jefferson Stachelski | |
2015-11-13 | Issue #523 - Added some JS test | Jefferson Stachelski | |
2015-11-13 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-13 | Revert "Add absolute path for jshint call." | Giovane | |
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e. | |||
2015-11-13 | Show search term with no results in uppercase #502 | Giovane | |
2015-11-13 | Add absolute path for jshint call. | Giovane | |
2015-11-13 | Remove search engine query lookups when showing no mails available #503 | Giovane | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | toggle no mails available message when it's an empty search #503 | Giovane | |
2015-11-11 | Propagate search query to noMailAvailablePane component #503 | Giovane | |
2015-11-11 | Merge pull request #520 from juniorz/issue-514 | Giovane Liberato | |
Align second line of email addresses to the beginning of the first line | |||
2015-11-11 | Ignore file generated during test execution | Reinaldo de Souza Jr | |
2015-11-11 | Align second line of email addresses to the beginning of the first line | Reinaldo de Souza Jr | |
Fixes #514 | |||
2015-11-11 | removing dead code from InputMail | Victor Shyba | |
2015-11-11 | unhandled errors were not being logged and generated no response back | Victor Shyba | |
2015-11-11 | remove commented code | Victor Shyba | |
2015-11-11 | install pip before setuptools | Christoph Kluenter | |
pip is used to install setuptools. So use latest pip to install latest setuptools | |||
2015-11-11 | Merge pull request #519 from juniorz/fix-518 | Christoph | |
Split pip and setuptools upgrade | |||
2015-11-10 | Split pip and setuptools upgrade | Reinaldo de Souza Jr | |
Fixes #518 | |||
2015-11-10 | Fix the problem when leap doesn't found body_phash | Jefferson Stachelski | |
2015-11-10 | Merge pull request #502 from sw00/master | Bruno Wagner Gonçalves | |
show user email address in title | |||
2015-11-10 | #503 - Aligning the 'no emails in inbox' message to the 'nothing selected' ↵ | Gabriel Albo | |
message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins). | |||
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test | |||
2015-11-09 | use mail_service to inject account_email into root_resource | sw00 | |
instead of using leap_session, mail_service can be used to get the account email. | |||
2015-11-09 | template user's email address into title | sw00 | |
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request. | |||
2015-11-09 | Adds style and tag information on 'No Mails available' message. | Giovane | |
- Issue #503 | |||
2015-11-09 | Add no mails availabe message to middle pane | Folker Bernitt | |
- Issue #503 | |||
2015-11-09 | pip also needs upgrade on install script | Victor Shyba | |
2015-11-09 | Fixing recipients label width so it won't break for the BCC field | Gabriel Albo | |
2015-11-09 | #504 - Fixed non clickable area below the recipients label | Gabriel Albo | |
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | #504 - Adding element focus using 'important' while we figure out why ↵ | Gabriel Albo | |
there's an inline style being added to recipients-input elements | |||
2015-11-04 | #504 - Making the recipients fields have a distinct background color when ↵ | Gabriel Albo | |
focused (like subject and body already did) | |||
2015-11-04 | Add error handling to MailSender | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Merge branch 'master' of github.com:pixelated-project/pixelated-user-agent | Gabriel Albo | |
2015-11-04 | #504 - Fixing the recipients label and span padding so the line height is ↵ | Gabriel Albo | |
not taller than the subject one | |||
2015-11-04 | Enable new MailSender and disable the local smtp one | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Change str email to twisted.mail.smtp.User | Folker Bernitt | |
- Issue #499 - leap.mail relies on this | |||
2015-11-04 | Merge branch 'master' of github.com:pixelated-project/pixelated-user-agent | Gabriel Albo | |
2015-11-04 | #504 - Fixing horizontal padding for entered addresses | Gabriel Albo | |
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 - Fixed pep8 | Jefferson Stachelski | |
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner | |
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency | |||
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-11-03 | Add new MailSender based on OutgoingMail | Folker Bernitt | |
- Issue #499 - No longer needs local smtp port | |||
2015-11-03 | Rename MailSender to LocalSmtpMailSender | Folker Bernitt | |
- Issue #499 | |||
2015-11-03 | Redirect to / if ajax request returns 401 status | Folker Bernitt | |
- see issue pixelated/project-issues#162 - move test code to monitored_ajax_call.spec.js |