- Dec 11, 2015
-
-
Fahad Alduraibi authored
The current @mention (for user names and channel names) uses the regex `\b` to detect the name boundaries, however that token doesn't support unicode characters. This solution replaces the word boundary with regex that match end of the word with any of the following white space, colon, comma and dot. However, ending a name with a dot still has a problem as it doesn't get a mention link and this fix does not fix it. Part of the problem is that dots are allowed in the name validation regex. So this problem need to be solved later. Another thing that this fix adds is a description to the UTF8 Name Validation settings, to inform chat admins about the characters that they need to avoid using in their regexes to not break other chat functionalities that depends on special characters to denote special meanings.
-
- Nov 24, 2015
-
-
Marcelo Schmidt authored
-
Marcelo Schmidt authored
-
- Oct 13, 2015
-
-
Lee Faus authored
-
- Oct 11, 2015
-
-
pauking authored
-
- Sep 23, 2015
-
-
Marcelo Schmidt authored
-
- Sep 15, 2015
-
-
George Secrieru authored
Only converting into link the strings starting with a hash (#) that are currently naming a channel (should close #807)
-
- Sep 02, 2015
-
-
Rodrigo Nascimento authored
-
- Aug 17, 2015
-
-
Rodrigo Nascimento authored
-
- Aug 04, 2015
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- Jun 10, 2015
-
-
Marcelo Schmidt authored
-
- Jun 09, 2015
-
-
Marcelo Schmidt authored
-
Gabriel Engel authored
-
- Jun 07, 2015
-
-
Gabriel Engel authored
-