summaryrefslogtreecommitdiff
path: root/web-ui/app/js/services/mail_service.js
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-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-02-25Backend and frontend protection against csrf attacks:NavaL
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612
2015-11-13Issue #523 - Added some JS testJefferson Stachelski
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-13Remove search engine query lookups when showing no mails available #503Giovane
2015-11-11Propagate search query to noMailAvailablePane component #503Giovane
2015-04-09listening event 'recoverMany'Roberto Soares
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-01-15#153 fix mail checking and unchecking on mail listAlexandre Pretto Nunes
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-09Fixed 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-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2015-01-06Issue #182: Escape special chars in tag list.Lisa Junger
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger
2014-10-17small refactoringDuda Dornelles
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#53 - gives better feedback on UI when attempt to add invalid tag is madePatrick Maia
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-12Remove unnecessary 'document' parameterAlexandre Pretto Nunes
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-08adds signatureStatus, encryptionStatus, tags feature togglesPatrick Maia
2014-07-31Add web-ui based on previous codeOla Bini