summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/attachment_list.js
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-02-17Fixed bug removing duplicated attachmentJefferson Stachelski
Issue #549
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Trigger save draft event after remove attachment""NavaL
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4.
2016-02-12Revert "Revert "Issue #549 - Removing the attachment from UI""NavaL
This reverts commit c16af6af2fa6798f5c3f9badfb445e87982e9dc3.
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment""NavaL
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc.
2016-02-12Revert "Revert "Issue #549 - Implemented UI part of remote attachments""NavaL
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db.
2016-02-08Revert "Issue #549 - Implemented UI part of remote attachments"Felix Hammerl
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2.
2016-02-08Revert "Issue #549 - Implemented remove attachment"Felix Hammerl
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083.
2016-02-08Revert "Issue #549 - Removing the attachment from UI"Felix Hammerl
This reverts commit 1d1132e3779cb3a95b6c5685e358d422074741e5.
2016-02-08Revert "Issue #549 - Trigger save draft event after remove attachment"Felix Hammerl
This reverts commit 0e443ce40e684c095285efb774fefe3a824413d7.
2016-02-04Issue #549 - Trigger save draft event after remove attachmentJefferson Stachelski
2016-02-04Issue #549 - Removing the attachment from UIJefferson Stachelski
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-04Issue #551 - Show attachment name during uploadFelix Hammerl
2016-02-04Detach upload abort listenerFelix Hammerl
2016-02-03Issue #552 - Add upload abortFelix Hammerl
Cancels an upload and restores the user interface to ready-for-upload state
2016-02-03Display progress bar when an upload is in progressFelix Hammerl
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel.
2016-02-01Issue #549 - Implemented UI part of remote attachmentsJefferson Stachelski
2016-02-01Check exactly at border limit of one megabyteFolker Bernitt
- Issue #550 - Deleted skipped test
2016-01-29Testing Choose another file and dismiss buttons.Victor Shyba
Issue #550
2016-01-29testing filesize validation, on attachmentsVictor Shyba
Issue #550
2016-01-27Issue #550 - [Refactor] Fixing magic number.Gislene Pereira
2016-01-27Keep attachments when forwarding a mail #509Giovane
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon
2016-01-26Issue #550 - Alert user when attachment size exceeds 1MB limit.Gislene Pereira
2016-01-20Revert "Issue #572 - No whitespace between body input and Send when there's ↵Gislene Pereira
no attachment." This reverts commit 6ac9227214a9d84ef51be072ec888c0c92bf992a.
2016-01-20Issue #572 - No whitespace between body input and Send when there's no ↵Gislene Pereira
attachment.
2016-01-19Issue #572 - Remove Attachment text, attachment box takes full width +Gislene Pereira
+ Attachment size color in lighter gray + Add space between each attachment
2016-01-11minor refactoringNavaL
Issue #573
2016-01-11format attachment sizeNavaL
Issue #573
2016-01-11merging attachment_list ui and data, and making it into a mixinNavaL
Issue #573
2016-01-05emptying attachment list when email sent -- in case the user stays on the ↵NavaL
same screen and re-click compose Issue #548
2016-01-05separated attachment list UI as a component and the corresponding attachment ↵NavaL
list payload as a mixin Issue #548