- 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.
-
- Dec 10, 2015
-
-
Gabriel Engel authored
Set code blocks to always be LTR
-
Gabriel Engel authored
Improvements/integrations
-
Fahad Alduraibi authored
Code blocks and inline code that are preceded by RTL text will get displayed in RTL, and that breaks the formatting. This fix forces it to always display in LTR
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Marcelo Schmidt authored
-
Rodrigo Nascimento authored
-
SingLi authored
-
- Dec 09, 2015
-
-
Gabriel Engel authored
When uploading an avatar keep "Select file" button
-
Gabriel Engel authored
Improment/integrations
-
Gabriel Engel authored
Force file names to always be in LTR
-
Gabriel Engel authored
Add some missing vlaues
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Fahad Alduraibi authored
Currently when you upload an image as an avatar, the "SELECT FILE" button disappears and you get another button to use the uploaded file. However, if you didn't like how the uploaded image looks you cannot upload another one. The work around is to reopen the avatar settings page, instead the upload button should stay there to allow the user to upload a different image.
-
Fahad Alduraibi authored
In RTL interface if the file name has only number, or included RTL characters the file extension will be shown in the wrong side. This fix makes file extensions show correctly for all files
-
Fahad Alduraibi authored
Added UTF8_Names_Validation and UTF8_Names_Slugify
-
Marcelo Schmidt authored
-
Marcelo Schmidt authored
-
Gabriel Engel authored
# By matthewmawby (2) and others # Via Gabriel Engel (2) and others * 'develop' of github.com:RocketChat/Rocket.Chat: fixes blockquote non-continous border - closes #1605 Removed trash can icon tabbed added code Added the code to fix issue #1579 Added in functionality recommended in issue #1412
-
Gabriel Engel authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Diego Sampaio authored
-
Gabriel Engel authored
Added the code to fix issue #1579
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- Dec 08, 2015
-
-
Rodrigo Nascimento authored
-