summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view
AgeCommit message (Collapse)Author
2015-10-23Issue #493 - Its possible edit the recipientsJefferson Stachelski
2015-10-22Make recipients_input more intelligent and enable tokenize on space #492Giovane
- Address can now be just email ou canonical emails(User <user@example.com>) - Trigger tokenize addresses emails when type space
2015-10-21Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agentJefferson Stachelski
2015-10-13create draft_button component that listens to `draft:save`, `draft:saved`sw00
2015-10-05Removed "loading..." from the UIBruno Wagner
The loading wasn't adding much in terms of feedback and was getting over important statuses like signature and encryption information. We removed the generic loading for now and we might add specific loading for certain parts as needed
2015-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-21#442 Shows success message after sending feedbackGiovane
2015-09-18#442 Creates feedback sender component.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 Add close behaviour to feedback box.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-05remove trailing commaPuZZleDucK
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-07-26Issue#377 - fix missing semi colon.TigerRoar
2015-07-26Issue#377 - Add ability to allow users to delete emails from recipient input.TigerRoar
2015-07-05Moved floatlabel function to a mixinLeonardo Schäffer
2015-06-07Fixed quotes in javascript filesLeonardo Schäffer
2015-06-07Implemented floatlabels for input fields when composing emailLeonardo Schäffer
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-03-30Bug #349 - Fixed jshint statusBruno Wagner
2015-03-30Fixed #349 - Send button now enables back on errorBruno Wagner
2015-03-24Fixing broken build by jshintTiago Ferraz
Added semi colon to line 99.
2015-03-24Smaller refactoring of send button code.Folker Bernitt
- Issue #189
2015-03-24Send button not auto re-enabled because of synchronous script execution.Folker Bernitt
- Issue #189
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
-Issue #189
2015-03-06for #288, changes current failure message to errorVictor Shyba
2015-02-18 #294 - using server error message on ajax if message is providedDuda Dornelles
2015-02-13Adding color indicator to show if mail will get encryptedDuda Dornelles
2015-02-13Fixing jshintDuda Dornelles
2015-02-13Adding encryption info for a recipient when composing.Duda Dornelles
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients.
2015-02-12 #220 fixing issue were we couldnt delete a tag that was highlightedDuda Dornelles
2015-02-06Issue #274 - fixes bug on numeric tags removalPatrick Maia
2015-02-03Fixing jshintDuda Dornelles
2015-02-03+@kaofelix, for #173. Fix XSS on suggestionsVictor Shyba
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-15Revert "Using only node v0.10 for travis build"Duda Dornelles
This reverts commit ee5ce9624a800bb85b05d3c73f4ca30c61443429.
2015-01-15Using only node v0.10 for travis buildDuda Dornelles
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-09Fixed: mail.body is now mail.textPlainBody for drafts.Folker Bernitt
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-12Revert "Card #168 - does not accept obviously invalid email addresses"Patrick Maia
This reverts commit b636c1d8c3c4fe86f08a141d6009603163597059.
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-12-09issue #172 fixed jshint.Lisa Junger