nextcloud/core/js/public
Joas Schilling e1936a49e7
Fix "parsing" of email-addresses in comments and chat messages
\\b matches any non-word character, including \@ and \-
In order to not detect urls in the middle of email-addresses,
we need to check for white space characters and beginning of the
message instead.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-06-27 13:04:05 +02:00
..
appconfig.js Use dot notation for array access - JSLint recommendation 2017-05-01 00:45:41 -03:00
comments.js Fix "parsing" of email-addresses in comments and chat messages 2018-06-27 13:04:05 +02:00
publicpage.js Move external share saving to template 2018-04-05 13:11:55 +02:00