summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/recipients/recipients_input.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-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-11-23Fix tokenization when email has dash on domain #513Giovane
2015-10-27Remove email parsing on space keydown #505Giovane
2015-10-26Add incomplete email domain verification on compose box.Giovane
2015-10-23Exclude comma and semicolon on invalid address splitGiovane
2015-10-23Add invalid address sinalization on tokens #492Giovane
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-03-24Smaller refactoring of send button code.Folker Bernitt
- Issue #189
2015-02-03Fixing jshintDuda Dornelles
2015-02-03+@kaofelix, for #173. Fix XSS on suggestionsVictor Shyba
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2014-12-12Revert "Card #168 - does not accept obviously invalid email addresses"Patrick Maia
This reverts commit b636c1d8c3c4fe86f08a141d6009603163597059.
2014-12-09Card #168 - does not accept obviously invalid email addressesPatrick Maia
2014-11-24Card #162 - tokenizes multiple recipients entered at oncePatrick Maia and Victor Shyba
2014-11-24Fixed jshint warning.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-18for #14, if shift is pressed with a finish key it should ignore the event, ↵Victor Shyba
since the key isnt the expected
2014-11-18for #14, space does not finish address input anymoreVictor Shyba
2014-10-24fixing jshint warningsDuda Dornelles
2014-10-24Issue #78 - Tokenize emails on blurPedro Vereza
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-08adds contacts feature toggleThiago Colucci and Patrick Maia
2014-07-31Add web-ui based on previous codeOla Bini