Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-12-03 | Issue #411 - Fixed the tests [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Did some refactores [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Splitted some js logic [Gil/Jeff] | Jefferson Stachelski | |
Separeted the logic to get the user information from the component that render the popup that shows this information | |||
2015-12-03 | Issue #411 - Display user email in user settings popup [w/ @jeffhsta] | Gislene Pereira | |
2015-12-01 | #509 - Fixing font size and padding for the user settings header | Gabriel Albo | |
2015-12-01 | start releasing for jessie | Christoph Kluenter | |
2015-12-01 | create jessie Docker containers | Christoph Kluenter | |
use the new jessie packages for creating containers based on debian:jessie | |||
2015-12-01 | Release 0.3 | Christoph Kluenter | |
2015-11-30 | Issue #509 - Ajusted the bottom pop up alignment | Jefferson Stachelski | |
Ajusted the bottom aligment when the logout button is enable or not | |||
2015-11-30 | Check if the discardMail method is define before apply the default ↵ | Giovane | |
implementation. #512 | |||
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-27 | Issue #509 - Fixed space between navbar icons [Gil/Jeff] | Gislene Pereira | |
Adjusted user settings popup text size. Done some SASS refactoring. | |||
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
2015-11-27 | Created a discard draft behaviour #512 w/ bwagner | Giovane | |
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication. | |||
2015-11-27 | Remove display message calls on save draft. | Giovane | |
2015-11-26 | Setting "Send" and "Delete It" buttons translation in Portuguese | Gislene Pereira | |
2015-11-26 | Issue #532 - Removing name from canonical address | Jefferson Stachelski | |
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future | |||
2015-11-25 | Issue #298 - Making trash, draft and attachment icons color lighter on mail list | Victor Shyba | |
2015-11-25 | Isse #515 - Refactored bcc login on send mail | Jefferson Stachelski | |
2015-11-25 | Issue #515 - Removed the Bcc when sending email | Jefferson Stachelski | |
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-24 | Issue #536 - Refactoed search_addresses | Jefferson Stachelski | |
2015-11-24 | pixelated.adapter.errors is not used anymore. | Christoph Kluenter | |
It was removed in e68f667 | |||
2015-11-23 | Return 422 if deletion failed | Victor Shyba | |
This is needed for protecting against concurrent saves on drafts. --Issue #512 | |||
2015-11-23 | Simplify controller logic on PUT draft | Victor Shyba | |
It was checking for mail existence, but thats redundant since its also checking if draft_id was being sent. Also, its service responsibility to ensure operation consistency, not the controller. --Issue #512 | |||
2015-11-23 | Making explicit the goal for test that checks double deletion | Victor Shyba | |
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512 | |||
2015-11-23 | Removes DuplicatedDraftException | Victor Shyba | |
--Issue #512 | |||
2015-11-23 | Removing test, since this scenario doesnt exists anymore | Victor Shyba | |
--Issue #512 | |||
2015-11-23 | Checking on deletion errors on drafts isnt needed | Victor Shyba | |
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512 | |||
2015-11-23 | Fix tokenization when email has dash on domain #513 | Giovane | |
2015-11-23 | No more 'need to create before delete' | Victor Shyba | |
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512 | |||
2015-11-23 | Add test for mail deletion with invalid mail id | Folker Bernitt | |
- Issue #511 | |||
2015-11-20 | Chaged jshint version to the newest one | Jefferson Stachelski | |
2015-11-20 | Issue #526 - Changed way that we use whoosh | Jefferson Stachelski | |
Now we are captilizing string for don't miss name that starts with an uppercase letter | |||
2015-11-20 | Removeing duplicated translation file #488 | Giovane | |
2015-11-19 | Fixing tests #531 | Giovane | |
2015-11-19 | Move 'From' initialization to InputMail factory. w/ @bwagner #531 | Giovane | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-11-18 | Issue #526 - Fixed contacts query input and results to only return matched terms | Bruno Wagner | |
2015-11-18 | Issue #511 - Don't deleting if mail is None | Jefferson Stachelski | |
2015-11-17 | Consider mail ident characters when parsing routes. #528 | Giovane | |
2015-11-17 | Issue #495 Giovane/Jeff: Fixed from undefined | Jefferson Stachelski | |
Sent mail doesn't have a from field, so now we are adding it | |||
2015-11-16 | Ignore quotes when removing tag information #503 | Giovane | |
2015-11-16 | Issue #525 - Fixed the space on mail address | Jefferson Stachelski | |
Doing a trim on every recipient string | |||
2015-11-13 | Issue #525 - Fixed no mail on sent after sending it | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed broken tests | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed jshint | Jefferson Stachelski | |
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" |