thelounge/client/js
Reto Brunner d6e1af0e7d Fix regex escape for prefix patterns
Our regex escape function escapes proper regexes, however
it isn't meant to be shoved into a char class via string interpolation.

We need to also escape '-' if we do so.
2022-07-04 10:08:23 +02:00
..
commands TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
helpers Fix regex escape for prefix patterns 2022-07-04 10:08:23 +02:00
hooks TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
socket-events TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
auth.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
autocompletion.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
clipboard.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
constants.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
eventbus.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
keybinds.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
loading-error-handlers.js TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
localStorage.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
location.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
router.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
settings.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
socket.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
store-settings.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
store.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
types.d.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
upload.ts Remove uploading event listeners on ChatInput unmount (#4600) 2022-06-28 13:31:55 -07:00
vue.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
webpush.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00