summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_mail_tagging.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
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
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
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-09Fixed jshint warnings.Folker Bernitt
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#80 - escaping tags in the autocomplete boxDuda Dornelles
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-12Move tagging functionality to withMailTagging mixin to clear mailView someAlexandre Pretto Nunes