summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_list
AgeCommit message (Collapse)Author
2016-12-08Revert "[#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 dirZara Gebru
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-03-22Issue #649: Fix highlightingFelix Hammerl
2016-03-09Issue #617: Remove highlighting for sandboxed contentFelix Hammerl
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
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 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-08#363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymoreGlauco Vinicius
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-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-01-29Small refactor on mail itemsAlexandre Pretto Nunes
2015-01-15#153 fix mail checking and unchecking on mail listAlexandre Pretto Nunes
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-12#153 Move duplicated funcion render to just mail_item.jsAlexandre Pretto Nunes
2015-01-09Make functions on mail list component consistentAlexandre Nunes
2015-01-06Update tests to refactored events behaviourAlexandre Pretto Nunes
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2014-12-19#81 Fix checking if any mail is marked when on 'all' tagAlexandre Pretto Nunes
2014-12-19Don't clear selected mail when opening a tagAlexandre Pretto Nunes
2014-11-17Card #30 - shows attachment icon on mails listPatrick Maia
2014-10-28Cleaning callbacks for mail sync progress bar in case of an error (which ↵Duda Dornelles
means, probably, that the server is not up). if we dont do this it will add fire a ridiculous amount of requests the next time will start the server
2014-10-21Adding progress bar for syncing mailsDuda Dornelles
2014-10-20Fixing jshint warningDuda Dornelles
2014-10-20Fixing check select all for mail list and formatting mail_list.jsDuda Dornelles
2014-10-20Merge pull request #116 from pedrovereza/issue-115Duda Dornelles
#115 - Checked mails depend on current tag
2014-10-20Fixing js unit testsDuda Dornelles
2014-10-20massive update of bower and npm libs - includes flight, jasmine and a bunch ofDuda Dornelles
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again
2014-10-19#115 - Checked mails depend on current tagPedro Vereza
2014-10-16for #95, make sure that the tag list is also refreshed when the mail list is ↵Duda Dornelles
refreshed, since there can be new unread mails and we need to update the count
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-14Adding feature toggle for auto reload so we can disable it in the functional ↵Duda Dornelles
tests
2014-10-07Fixed jshint errorsBruno Wagner
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-07-31Add web-ui based on previous codeOla Bini