summaryrefslogtreecommitdiff
path: root/web-ui/app/js
AgeCommit message (Collapse)Author
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
Allow user to move emails from trash to inbox
2015-04-21Fixes typo in warnSendButtonOfRecipients.Lisa Junger
- Issue #353
2015-04-14remove no longer used method on mail_itemrafael lisboa
2015-04-14Fix mail opening and add some testsAlexandre Pretto Nunes
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-04-13Removed last traces of progress barBruno Wagner
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-04-13#289 - uncheck mails when user changes current tag/mailboxrafael lisboa
change solution to let event be handled in mail item mixin
2015-04-09removes debugger (whoops)Roberto Soares
2015-04-09listening event 'recoverMany'Roberto Soares
2015-04-09Adds trash actions template and respective javascriptLeandro Gualter
2015-04-09Merge pull request #370 from ↵Bruno Wagner
bltavares/preprend-messages-with-response-information Prepend mail quoting with the sender information #66 Removes argument fixing of the i18n library #66
2015-04-09Merge pull request #367 from glauco/masterBruno Wagner
Issue #363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore
2015-04-09@sw00, @amukiza: #299 tag counters are updated when mail is sentsw00
2015-04-09Merge pull request #372 from bltavares/mail-model-cleanupBruno Wagner Gonçalves
Makes the mail model creation more linear
2015-04-09Makes the mail model creation more linearBruno Tavares
I was surfing the code and I got quite confused with the closures and redefinitions of `this` when creating the mail model. I tried to keep the style of grouping together the functions assignment on the model on the end.
2015-04-08Prepend mail quoting with the sender information #66Bruno Tavares
2015-04-08Removes argument fixing of the i18n library #66Bruno 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-04-08#363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymoreGlauco Vinicius
2015-04-08Unchecking all emails when changing inboxRenata Carreira
Triggering events.ui.mails.uncheckAll when calling events.ui.tag.select refers to #289 with @mindyor :)
2015-03-31Added italic to the html whitelisterBruno Wagner
2015-03-30Bug #349 - Fixed jshint statusBruno Wagner
2015-03-30Fixed #349 - Send button now enables back on errorBruno Wagner
2015-03-30HTML mail is back after 4 months with a typoBruno Wagner
2015-03-25Resets highlighting on search_trigger.Lisa Junger
-Issue #291.
2015-03-25Merge branch '192' of https://github.com/alabeduarte/pixelated-user-agent ↵Lisa Junger
into alabeduarte-192
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-03-04#300 Removed the scroll reset whe update the mail list, and just run scroll ↵Jefferson Stachelski
reset when user change the tags
2015-03-04Alexandre/Albo - Fixing an issue with the custom tags visibility toggle not ↵Gabriel Albo
working when the user clicks on the mail list with the sidenav expanded.
2015-03-03Refactoring the tags visibility toggle functionGabriel Albo
2015-03-03Fixing tag visibility toggleGabriel Albo
2015-03-02Fixed JSHint warningBruno Wagner
2015-03-02Fixing the sidenav close toggleGabriel Albo
2015-03-02Moving side bar js code to off-canvas componentGabriel Albo
2015-02-24#192 - highlights only words that matches with the keywords givenAlabê Duarte
2015-02-23Add pencil icon to draftsrafael lisboa
2015-02-23Revert "Merge pull request #303 from pixelated-project/289"Bruno Wagner
This pull request added tag awareness to the checked mails, but we are not sure we want to go that way yet This reverts commit 791c08166dcf2a3f1f5040944831571c616c35bc, reversing changes made to 26be3c59b174eb9f1a6f73c67489738c7517ce8c.
2015-02-22 #289 making checked mail tag awareDuda Dornelles
2015-02-20Open draft e-mails in edit view when shown in the "all" tabrafael lisboa
2015-02-19#239 Remove deprecated code of tag shortcutsAlexandre Pretto Nunes
2015-02-19#239 remove deprecated tag shortcut codeAlexandre Pretto Nunes
2015-02-19#239 Remove tags shortcutsAlexandre Pretto Nunes
2015-02-18Using line breaks instead of paragraphs to format text plain mails on the ↵Duda Dornelles
mail view
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