Age | Commit message (Collapse) | Author | |
---|---|---|---|
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" | |||
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 |