iachat/app/javascript/dashboard/routes
Jordan Brough b9fd1d88ea
Escape search term before building regular expression (#5994)
When doing a conversation search, if the search term includes any regular
expression characters and the search returns results, then this function would
throw an exception.

For example, if a conversation includes the text "+15555550111" and you search
for "+15555550111" then you get an exception like:

> Invalid regular expression: /(+15555550111)/: Nothing to repeat

Because the "+" is not escaped.
2022-12-05 16:02:43 -08:00
..
auth chore: Remove confirm password field from the account signup step (#4976) 2022-07-06 12:26:26 +07:00
dashboard Escape search term before building regular expression (#5994) 2022-12-05 16:02:43 -08:00
login chore: Add support for conversation_id in SSO params (#5228) 2022-08-09 00:13:06 +05:30
index.js chore: Allow super admin to suspend an account (#5174) 2022-08-03 11:40:03 +05:30
index.spec.js chore: Allow super admin to suspend an account (#5174) 2022-08-03 11:40:03 +05:30