server/core/js
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
..
files Move the webui over to the new dav endpoint 2018-05-08 23:02:19 +02:00
login Update login flow redirection 2017-05-04 19:21:22 +02:00
public Fix "parsing" of email-addresses in comments and chat messages 2018-06-27 13:04:05 +02:00
systemtags
tests Merge all setup checks into one controller 2018-06-13 15:25:08 +02:00
apps.js Fix settings button state and opacity 2017-09-28 17:13:00 +02:00
backgroundjobs.js
config.js
contactsmenu.js Create special option to toggle header menu container 2018-03-04 14:12:29 +01:00
core.json IE11 css vars compatibility 2018-06-20 19:21:54 +02:00
eventsource.js
installation.js
integritycheck-failed-notification.js
jquery-showpassword.js Fix password displayed as username in Firefox password manager dialog 2018-01-05 02:45:34 +01:00
jquery-ui-fixes.js
jquery.avatar.js Remove show() function since we always show the avatar container 2018-01-08 10:36:06 +01:00
jquery.contactsmenu.js
jquery.ocdialog.js Destroy modal when closed 2017-10-17 09:09:45 +01:00
js.js IE11 css vars compatibility 2018-06-20 19:21:54 +02:00
l10n.js
login.js Not disabled by default 2017-11-05 17:38:29 +01:00
lostpassword.js prefill userid for login after password reset 2018-06-21 15:18:07 +02:00
maintenance-check.js
merged-login.json
merged-share-backend.json
merged-template-prepend.json format links in comments 2018-01-03 13:11:20 +01:00
mimetype.js show e2e folder icon on encrypted folders 2017-11-20 21:00:26 +01:00
mimetypelist.js show e2e folder icon on encrypted folders 2017-11-20 21:00:26 +01:00
multiselect.js
oc-backbone-webdav.js
oc-backbone.js
oc-dialogs.js Add placeholder to input in OCdialog prompt 2018-05-24 14:02:25 +02:00
oc-requesttoken.js
octemplate.js
placeholder.js Unify colour algorithm output 2018-06-13 18:46:04 +02:00
publicshareauth.js Move public auth page over 2018-06-20 08:53:37 +02:00
select2-toggleselect.js
setup.js
setupchecks.js Merge all setup checks into one controller 2018-06-13 15:25:08 +02:00
share.js Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interface 2017-12-06 16:19:17 +01:00
shareconfigmodel.js
sharedialogexpirationview.js
sharedialoglinkshareview.js Set autocomplete on share password input 2017-12-12 11:33:12 +01:00
sharedialogresharerinfoview.js Fix escaping of user and group names in "shared by" message 2017-06-13 12:14:21 +02:00
sharedialogshareelistview.js Remove no longer needed escaping of special characters 2018-04-18 17:03:45 +02:00
sharedialogview.js Keep showing the working icon while there are pending operations 2018-03-21 04:35:26 +01:00
shareitemmodel.js add share permissions to settings page 2018-02-27 12:29:25 +01:00
sharesocialmanager.js
singleselect.js Quota bar fix on user list 2017-09-27 22:13:19 +02:00
update.js
visitortimezone.js