Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-10-29 | Jeff/Albo - Fixing to, cc and bcc label alignment | Gabriel Albo | |
2015-10-29 | Jeff/Albo - Making the labels on the recipients fields point to their ↵ | Gabriel Albo | |
respective inputs. | |||
2015-10-29 | Filter too short input when generating mails | Folker Bernitt | |
- Subjects less than 3 words caused problems with markov chain | |||
2015-10-29 | update key used for downloading our packages | Christoph Kluenter | |
it had expired and was renewed | |||
2015-10-29 | Redirect user to login if ajax request fails with 302 | Folker Bernitt | |
- See project issue 162 - Should solve 'disconnected' problems | |||
2015-10-28 | Issue #493 - Fixed jshint | Jefferson Stachelski | |
2015-10-28 | Issue #493 - Fixed bug delete recipient event | Jefferson Stachelski | |
Fixed bug that was shown error on console when trigger the delete recipient event | |||
2015-10-28 | Issue #493 - Fixed bug delete recipient by buttona | Jefferson Stachelski | |
Fixed bug when try delete recipient by clicking on the 'x' button, that was not deleting the recipient inside the flightjs component | |||
2015-10-28 | Issue #493 - Fixed some bug and did some refactors | Jefferson Stachelski | |
Fixed the nagivation mode when used click to edit recipients and also refactored the code to split the responsability | |||
2015-10-28 | Issue #493 - changed how trigger the edit recipients | Jefferson Stachelski | |
Changed from double click to a single one and now using the pointer cursor to be more intuitive | |||
2015-10-28 | Issue #493 - Made some refactors with SCSS | Jefferson Stachelski | |
2015-10-28 | Issue #493 - Remove the blue X button | Jefferson Stachelski | |
Changed the blue color of X button on recipients to the same color of the font | |||
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
2015-10-27 | Remove email parsing on space keydown #505 | Giovane | |
2015-10-26 | Add incomplete email domain verification on compose box. | Giovane | |
2015-10-25 | [#414] - Setting the focus to Recipients To Box and fixing tab index. | Gislene Pereira | |
2015-10-23 | Change delete address token color. | Giovane | |
2015-10-23 | Exclude comma and semicolon on invalid address split | Giovane | |