Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Updated the utf8 package | Bruno Wagner | |
2016-01-13 | Updated bower and requirejs versions | Bruno Wagner | |
2016-01-13 | Fixed url of opensans import | Bruno Wagner | |
2016-01-13 | Updated karma so try to fix timestamp problem on snap | Bruno Wagner | |
2016-01-11 | adding paperclip icon on sent mails and drafts email lists | NavaL | |
Issue #573 | |||
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-30 | Updating bower, html-minifier and imagemin versions #565 | Giovane | |
2015-12-29 | refactoring: moved upload logic out of the attachment icon | NavaL | |
Issue #548 | |||
2015-12-29 | Shows selected tag in addition of unread count #564 | Giovane | |
2015-12-29 | Listens to mails available events and count unread #564 | Giovane | |
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside | |||
2015-12-29 | Shows unread count on title bar | Giovane | |
- This commit creates the unread_count_title component | |||
2015-12-28 | #563 - Adding arrows up and down to indicate the state of the cc and bcc fields | Gabriel Albo | |
2015-12-28 | #563 - Removing recipients fields border and leaving only one at the top of ↵ | Gabriel Albo | |
the subject field | |||
2015-12-28 | #563 - Adding hide/show logic and link. Hiding cc and bcc by default | Gabriel Albo | |
2015-12-28 | Added file upload dependencies to build | Bruno Wagner | |
They weren't being minified with the rest of the JS, so I added them to the packaging and the UI should be correct inside docker | |||
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-12-21 | Make download attachment link as a box #558 w/ @albogabriel | Giovane | |
2015-12-18 | enabling backend for Attachment feature toggle | mnandri | |
Issue #548 | |||
2015-12-15 | Updates vagrant box image and fix jshint path. | Giovane | |
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json | |||
2015-12-11 | Add english translation for the feedback-placeholder key | Giovane | |
2015-12-11 | change add tag placeholder text | mnandri | |
Issue #524 | |||
2015-12-10 | #299 +@fbernitt made tag-refreshing to listen on document directly | mnandri | |
2015-12-08 | Closes user settings box when clicking outside it. #509 w/ @pereiragislene | Giovane Liberato | |
2015-12-07 | Issue #411 - Fixing user settings box position [w/ @giovaneliberato] | Gislene Pereira | |
2015-12-07 | Issue #507 - Refactored fix broken UI when start UA | Jefferson Stachelski | |
Paring with bwagner | |||
2015-12-07 | Issue #507 - Hidden the search icon when start UA | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Fixed the tests [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Did some refactores [Gil/Jeff] | Jefferson Stachelski | |
2015-12-03 | Issue #411 - Splitted some js logic [Gil/Jeff] | Jefferson Stachelski | |
Separeted the logic to get the user information from the component that render the popup that shows this information | |||
2015-12-03 | Issue #411 - Display user email in user settings popup [w/ @jeffhsta] | Gislene Pereira | |
2015-12-01 | #509 - Fixing font size and padding for the user settings header | Gabriel Albo | |
2015-11-30 | Issue #509 - Ajusted the bottom pop up alignment | Jefferson Stachelski | |
Ajusted the bottom aligment when the logout button is enable or not | |||
2015-11-30 | Check if the discardMail method is define before apply the default ↵ | Giovane | |
implementation. #512 | |||
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-27 | Issue #509 - Fixed space between navbar icons [Gil/Jeff] | Gislene Pereira | |
Adjusted user settings popup text size. Done some SASS refactoring. | |||
2015-11-27 | Add the user settings icon, with a popup box | Cam Jackson | |
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-27 | Remove display message calls on save draft. | Giovane | |