aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/public/comments.js
Commit message (Collapse)AuthorAgeFilesLines
* Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-301-59/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve URL detectionJoas Schilling2018-07-311-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve url detection in commentsJoas Schilling2018-07-111-9/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "parsing" of email-addresses in comments and chat messagesJoas Schilling2018-06-271-2/+2
| | | | | | | | | \\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>
* Adds rel="noopener noreferrer" to _blank links inside commentsThomas Citharel2018-01-111-1/+1
| | | | | | For more details, check out https://mathiasbynens.github.io/rel-noopener/ for instance Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* opens comments links in _blank 🙊Arthur Schiwon2018-01-081-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* format links in commentsArthur Schiwon2018-01-031-0/+60
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>