Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-22 | decode to base64 the raw attachment that is in bytes... and renaming id to ↵ | NavaL | |
attachment_id in the mail POST Issue #548 | |||
2015-12-21 | restoring default disabled features --fixing ft | NavaL | |
Issue #548 | |||
2015-12-21 | adds poster pip require for the test --fixing build | NavaL | |
Issue #548 | |||
2015-12-21 | added filename and size to the attachment endpoint post response | NavaL | |
Issue #548 | |||
2015-12-19 | refactored Mail model | mnandri | |
Issue #548 | |||
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-12-18 | ensuring the same file is not saved twice | mnandri | |
Issue #548 | |||
2015-12-18 | extracted a leap attachment store, handling all attachment responsibilities, ↵ | mnandri | |
including saving attachments. Issue #548 | |||
2015-12-18 | fixing unit test -- again WIP | mnandri | |
2015-12-18 | WIP: rename me later | mnandri | |
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
Issue #548 | |||
2015-12-18 | backend that handles post of a single attachment file | mnandri | |
Issue #548 | |||
2015-12-15 | Removed not used soledad monkey patch | Jefferson Stachelski | |
2015-12-15 | Removed not used monkey patch | Jefferson Stachelski | |
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-12-03 | Issue #411 - Display user email in user settings popup [w/ @jeffhsta] | Gislene Pereira | |
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
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 | 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 | 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 | 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-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 | 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 | Issue #525 - Fixed the space on mail address | Jefferson Stachelski | |
Doing a trim on every recipient string | |||
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 - Created an archive mail button | Jefferson Stachelski | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | Ignore file generated during test execution | Reinaldo de Souza Jr | |
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-10 | Fix the problem when leap doesn't found body_phash | Jefferson Stachelski | |
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test |