Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-29 | testing filesize validation, on attachments | Victor Shyba | |
Issue #550 | |||
2016-01-28 | Add original attachments to forwared mails | Folker Bernitt | |
- Issue #579 | |||
2016-01-27 | Issue #550 - [Refactor] Fixing magic number. | Gislene Pereira | |
2016-01-27 | Keep attachments when forwarding a mail #509 | Giovane | |
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon | |||
2016-01-26 | Issue #550 - Alert user when attachment size exceeds 1MB limit. | Gislene Pereira | |
2016-01-20 | Revert "Issue #572 - No whitespace between body input and Send when there's ↵ | Gislene Pereira | |
no attachment." This reverts commit 6ac9227214a9d84ef51be072ec888c0c92bf992a. | |||
2016-01-20 | Issue #572 - No whitespace between body input and Send when there's no ↵ | Gislene Pereira | |
attachment. | |||
2016-01-19 | Issue #572 - Remove Attachment text, attachment box takes full width + | Gislene Pereira | |
+ Attachment size color in lighter gray + Add space between each attachment | |||
2016-01-19 | Issue #572 - Rotate and resize paperclip icon. | Gislene Pereira | |
Removed blue border around paperclip icon when clicking it. | |||
2016-01-11 | minor refactoring | NavaL | |
Issue #573 | |||
2016-01-11 | auto save draft on adding attachment, within timeout | NavaL | |
Issue #573 | |||
2016-01-11 | format attachment size | NavaL | |
Issue #573 | |||
2016-01-11 | merging attachment_list ui and data, and making it into a mixin | NavaL | |
Issue #573 | |||
2016-01-06 | #563 - Giovane/Albo - Fixing arrow toggling for drafts | Gabriel Albo | |
2016-01-05 | emptying attachment list when email sent -- in case the user stays on the ↵ | NavaL | |
same screen and re-click compose Issue #548 | |||
2016-01-05 | separated attachment list UI as a component and the corresponding attachment ↵ | NavaL | |
list payload as a mixin Issue #548 | |||
2016-01-05 | Revert "Issue #25 - Implemented shortcuts on UI" | Bruno Wagner | |
This reverts commit aa66beb0c74ebaa950a083ed991f6e5f50f9c9ac. This commit broke the functional tests, so we are reverting it for now, while we fix it | |||
2015-12-31 | Issue #25 - Implemented shortcuts on UI | Jefferson Stachelski | |
2015-12-30 | Updates jshint to latest version #565 | Giovane | |
- Change 'use strict' mode to function-level - Update needed files | |||
2015-12-29 | refactoring: moved upload logic out of the attachment icon | NavaL | |
Issue #548 | |||
2015-12-28 | #563 - Adding arrows up and down to indicate the state of the cc and bcc fields | Gabriel Albo | |
2015-12-23 | enable/disable send button when attachment is uploading | Pixelated | |
Issue #548 | |||
2015-12-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
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-23 | Fix tokenization when email has dash on domain #513 | Giovane | |
2015-11-16 | Ignore quotes when removing tag information #503 | Giovane | |
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 | Show search term with no results in uppercase #502 | 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 | Align second line of email addresses to the beginning of the first line | Reinaldo de Souza Jr | |
Fixes #514 | |||
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-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-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 | Exclude comma and semicolon on invalid address split | Giovane | |
2015-10-23 | Add invalid address sinalization on tokens #492 | Giovane | |
2015-10-23 | Issue #493 - Fix jshint | Jefferson Stachelski | |
2015-10-23 | Issue #493 - Its possible edit the recipients | Jefferson Stachelski | |
2015-10-22 | Make recipients_input more intelligent and enable tokenize on space #492 | Giovane | |
- Address can now be just email ou canonical emails(User <user@example.com>) - Trigger tokenize addresses emails when type space | |||
2015-10-21 | Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agent | Jefferson Stachelski | |
2015-10-13 | create draft_button component that listens to `draft:save`, `draft:saved` | sw00 | |