Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-08 | Revert "[#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 dir | Zara Gebru | |
2016-06-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-04-01 | Run event test async with source passed to iframe via Blob URI | Felix Hammerl | |
2016-03-30 | Fix linter error | Felix Hammerl | |
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-02-12 | Revert "Revert "Issue #549 - Trigger save draft event after remove attachment"" | NavaL | |
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4. | |||
2016-02-08 | Revert "Issue #549 - Trigger save draft event after remove attachment" | Felix Hammerl | |
This reverts commit 0e443ce40e684c095285efb774fefe3a824413d7. | |||
2016-02-04 | Issue #549 - Trigger save draft event after remove attachment | Jefferson Stachelski | |
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-25 | Enable attachments on inline compose #579 | Giovane | |
- Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward | |||
2016-01-11 | auto save draft on adding attachment, within timeout | 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 | separated attachment list UI as a component and the corresponding attachment ↵ | NavaL | |
list payload as a mixin Issue #548 | |||
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-22 | front-end for sending attachments | NavaL | |
Issue #548 | |||
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 | 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 | |
2015-11-13 | Issue #525 - Fixed no mail on sent after sending it | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed broken tests | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed jshint | Jefferson Stachelski | |
2015-11-13 | Issue #525 - Fixed space in recipient adders | Jefferson Stachelski | |
2015-11-12 | remove save draft button, related css and js | Robin Doherty | |
2015-10-25 | [#414] - Setting the focus to Recipients To Box and fixing tab index. | Gislene Pereira | |
2015-10-13 | create draft_button component that listens to `draft:save`, `draft:saved` | sw00 | |
2015-07-29 | #384 Refactored the pull request code | Jefferson Stachelski | |
2015-07-05 | Moved floatlabel function to a mixin | Leonardo Schäffer | |
2015-04-21 | Fixes typo in warnSendButtonOfRecipients. | Lisa Junger | |
- Issue #353 | |||
2015-04-08 | Removes argument fixing of the i18n library #66 | Bruno Tavares | |
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values. | |||
2015-03-20 | fix: send button no longer stuck on sending for invalid email addresses. | Lisa Junger | |
-Issue #189 | |||
2015-01-12 | Improve jshint configuration | Alexandre Pretto Nunes | |
2015-01-09 | Fixed call order dependency for tag creation. | Folker Bernitt | |
- Successful rendering of tag list in left pane depended on specific call order of async events | |||
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 | |||
2014-12-09 | issue #172 fixed jshint. | Lisa Junger | |
2014-12-09 | issue #172 added timeout monitoring to ajax calls. | Lisa Junger | |
2014-10-16 | Making sure only the tags are shown in the mail when you update the mail | Duda Dornelles | |
tags. Also, disabling the tags feature toggles | |||
2014-10-09 | Fixed jshint warnings. | Folker Bernitt | |
2014-10-09 | Fixing bug where the send button would get disabled at times even if there ↵ | Duda Dornelles | |
were valid receipients | |||
2014-10-09 | Skip default tags for tag suggestions. | Folker Bernitt | |
- Fixup for issue #52 | |||
2014-10-09 | Only suggest tags that are not already part of the mail. | Folker Bernitt | |
- Fixup for issue #52 | |||
2014-10-08 | oopsie forgot debugger statement | Duda Dornelles | |
2014-10-08 | #97 - making sure that the send button gets enabled when sending drafts even ↵ | Duda Dornelles | |
if recipients are undefined for one recipient type but not the others | |||
2014-10-07 | Fixed jshint errors | Bruno Wagner | |
2014-10-01 | #80 - escaping tags in the autocomplete box | Duda Dornelles | |
2014-09-22 | showing draft even if json has no recipients | Duda Dornelles | |