summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2016-02-08Issue #549 - Add remove-icon stylesFelix Hammerl
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-08updated read.meNavaL
Issue #593
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 - Remove unnecessary CSSFelix Hammerl
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-29Refactoring tests.Victor Shyba
Issue #550
2016-01-29testing filesize validation, on attachmentsVictor Shyba
Issue #550
2016-01-28Issue #550 - Adding missing hbs file.Gislene Pereira
2016-01-28Add original attachments to forwared mailsFolker Bernitt
- Issue #579
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-25Include forgotten template fileGiovane
2016-01-25Enable attachments on inline compose #579Giovane
- Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward
2016-01-21Issue #572 - Adjusting attachment download icon positionGislene Pereira
2016-01-20Issue #572 - Removing unecessary space between end of body and send button ↵Gislene Pereira
(compose box)
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 - Increasing attachmentsArea li a bit according to suggestion in ↵Gislene Pereira
the issue.
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-19Issue #572 - Rotate and resize paperclip icon.Gislene Pereira
Removed blue border around paperclip icon when clicking it.
2016-01-13Updated the utf8 packageBruno Wagner
2016-01-13Updated bower and requirejs versionsBruno Wagner
2016-01-13Fixed url of opensans importBruno Wagner
2016-01-13Updated karma so try to fix timestamp problem on snapBruno Wagner
2016-01-11adding paperclip icon on sent mails and drafts email listsNavaL
Issue #573
2016-01-11minor refactoringNavaL
Issue #573
2016-01-11auto save draft on adding attachment, within timeoutNavaL
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-06#563 - Giovane/Albo - Fixing arrow toggling for draftsGabriel Albo
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
2016-01-05Revert "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-31Issue #25 - Implemented shortcuts on UIJefferson Stachelski
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-30Updating bower, html-minifier and imagemin versions #565Giovane
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548