Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-12 | Revert "Revert "Issue #549 - Implemented UI part of remote attachments"" | NavaL | |
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db. | |||
2016-02-08 | Revert "Issue #549 - Implemented UI part of remote attachments" | Felix Hammerl | |
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2. | |||
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-01 | Issue #549 - Implemented UI part of remote attachments | Jefferson Stachelski | |
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-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-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-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-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-17 | Consider mail ident characters when parsing routes. #528 | Giovane | |
2015-11-13 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-09 | Add no mails availabe message to middle pane | Folker Bernitt | |
- Issue #503 | |||
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-23 | Add invalid address sinalization on tokens #492 | Giovane | |
2015-10-21 | Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agent | Jefferson Stachelski | |
2015-09-21 | #442 Shows success message after sending feedback | Giovane | |
2015-09-18 | #442 Add feedback message to send feedback event. | Giovane | |
2015-09-17 | #442 Improve feedback box UI and show message after clicking submit. | Giovane | |
2015-09-16 | #442 Renames open feedback box event. | Giovane | |
2015-09-16 | #442 Renames feedback box file and improve feedback box html. | Giovane | |
2015-09-15 | #442 Moves feedback box component to mail_view related folders. | Giovane | |
2015-09-15 | #442 Renames feedback box trigger files | Giovane | |
2015-09-15 | #442 minor changes on feedback component files. | Giovane | |
2015-09-15 | #442 Moves feedback files to a dedicated folder. | Giovane | |
2015-09-15 | Add git revision to web-ui on build | Folker Bernitt | |
- Issue #453 | |||
2015-09-14 | #442 Fix jshint | Giovane | |
2015-09-14 | #442 Add feature hiddig to feedback link. | Giovane | |
2015-09-14 | #442 trigger open event when click on feedback link. | Giovane | |
2015-09-14 | #442 Create feedback element on side navbar. | Giovane | |
2015-07-26 | Issue#377 - Add ability to allow users to delete emails from recipient input. | TigerRoar | |
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-13 | Removed last traces of progress bar | Bruno Wagner | |
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-03-25 | Resets highlighting on search_trigger. | Lisa Junger | |
-Issue #291. | |||
2015-03-24 | Smaller refactoring of send button code. | Folker Bernitt | |
- Issue #189 | |||
2015-02-02 | Issue #242 always check for logout enabled when rendering button. | Lisa Junger | |
- fixed problems with multiple toggles. | |||
2015-01-29 | Issue #242 added logout shortcut for dispatcher mode. | Lisa Junger | |
- some new style to logout in expanded nav bar and shortcut. - to be complemented by #239. | |||
2015-01-22 | #224 fixing js tests and locales path | Duda Dornelles | |
2015-01-06 | Separate auto-refresh for mails and tags, and start moving away from having ↵ | Alexandre Pretto Nunes | |
the left_pane_dispatcher as a middleman |