discourse/app
Osama Sayegh 3249312c81
FIX: Escape periods in current user's username before generating RegExp (#13247)
If we don't escape periods, they are interpreted as wildcards and it
becomes impossible to visit profiles of other users whose usernames
match. E.g., if your username was `a.c` and attempted to visit `abc`'s
profile, you would be incorrectly redirected to your own profile.
2021-06-03 14:15:38 +10:00
..
assets FIX: Escape periods in current user's username before generating RegExp (#13247) 2021-06-03 14:15:38 +10:00
controllers FIX: Do not require trust level to invite to group (#13230) 2021-06-02 16:28:21 +03:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
mailers FEATURE: Improve group email settings UI (#13083) 2021-05-28 09:28:18 +10:00
models DEV: Add test for link watched words (#13251) 2021-06-03 11:36:07 +10:00
serializers SECURITY: Do not allow unauthorized access to category edit UI (#13252) 2021-06-02 13:18:45 -04:00
services FEATURE: Censor Oneboxes (#12902) 2021-06-03 11:39:12 +10:00
views DEV: Remove ember_jquery in most situations (#13237) 2021-06-01 15:32:51 -04:00