Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | [#830] Improve timeout of user alerts | Tulio Casagrande | |
with @anikarni | |||
2017-03-24 | [#830] Adds sending feedback alert | Anike Arni | |
2017-02-01 | Add spinner before loading an email or draft | Tayane Fernandes | |
related with #657 with @tuliocasagrande | |||
2017-01-19 | [#828] Replaced plain text to translation properties | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Adds tooltips for encrypt and sign labels | Thais Siqueira | |
We added a tooltip on the "encrypted" and "signed" label to inform the user what these flags mean. And we did some refactoring. With @tayanefernandes | |||
2016-12-14 | [#845] Move add tag button to tag icon. | Anike Arni | |
With @thaissiqueira. | |||
2016-12-14 | [#845] Doesn't hide tag button when adding new tag | Anike Arni | |
with @thaissiqueira | |||
2016-08-23 | accept uploads to up to 5MB | Christoph Kluenter | |
2016-06-30 | Issue #733: cache feedback content | NavaL | |
2016-06-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-28 | Added remaining translations strings | Tulio Casagrande | |
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-06-13 | Change blur to focusout on recipients_input | Tulio Casagrande | |
Fix: #631 | |||
2016-03-29 | Issue #622 - hide reply buttons | Caio Carrara | |
It changes the trigger of event which show the reply container to after the iframe received the message with email body. | |||
2016-03-28 | Merge pull request #659 from cacarrara/security-labels | Caio Carrara | |
Issue #647: Refactor security labels stylesheet | |||
2016-03-23 | Updated karma launcher so we use the same phantomjs | Bruno Wagner | |
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests | |||
2016-03-23 | Issue #647: fix css class names on tests | Caio Carrara | |
2016-03-22 | Issue #649: Refactor Tags | Felix Hammerl | |
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-09 | Issue #620: Adapt unit tests to CSS changes | Felix Hammerl | |
2016-03-09 | Issue #617: Highlight search terms by altering mail content | Felix Hammerl | |
2016-03-02 | Hides reply box container until mail data is loaded #662 with @jeffhsta | Giovane | |
2016-02-24 | Clean up jshintrc | Felix Hammerl | |
2016-02-23 | Returning 'not-sign' for no signature information | Jefferson Stachelski | |
When leap.mail receive not encrypted and not signed email it show as no-signature-information on pixelated Paring @thaissiqueira / @jeffhsta Issue #605 | |||
2016-02-17 | Fixed bug removing duplicated attachment | Jefferson Stachelski | |
Issue #549 | |||
2016-02-12 | attachments are only un-linked from emails but not deleted in soledad | Jefferson Stachelski | |
- removed backend delete of attachments - JS unit tests - Functional test Issue #549 | |||
2016-02-10 | Fix Issue #596: Fix attachment url test | Felix Hammerl | |
2016-02-04 | Issue #551 - Show attachment name during upload | Felix Hammerl | |
2016-02-03 | Issue #552 - Add upload abort | Felix Hammerl | |
Cancels an upload and restores the user interface to ready-for-upload state | |||
2016-02-03 | Display progress bar when an upload is in progress | Felix Hammerl | |
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel. | |||
2016-02-01 | Check exactly at border limit of one megabyte | Folker Bernitt | |
- Issue #550 - Deleted skipped test | |||
2016-01-29 | Testing Choose another file and dismiss buttons. | Victor Shyba | |
Issue #550 | |||
2016-01-29 | Refactoring tests. | Victor Shyba | |
Issue #550 | |||
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 | 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-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 | merging attachment_list ui and data, and making it into a mixin | NavaL | |
Issue #573 | |||
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 | |||
2015-12-29 | refactoring: moved upload logic out of the attachment icon | NavaL | |
Issue #548 | |||
2015-12-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
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 | Issue #525 - Fixed broken tests | 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-12 | remove save draft button, related css and js | Robin Doherty | |