- Dec 14, 2015
-
-
Gabriel Engel authored
Fixed indentation and added unicode support
-
Gabriel Engel authored
Fix 'create new' in private group list opening 'create channel' flex
-
Gabriel Engel authored
Show toastr messages on the left side
-
Gabriel Engel authored
Option to turn off livechat
-
SingLi authored
-
SingLi authored
-
- Dec 13, 2015
-
-
Diego Sampaio authored
-
- Dec 12, 2015
-
-
Matthias Brun authored
-
Bradley Hilton authored
Rocket.Cat Shouldn't be Admin, allowing first users to be admins again
-
graywolf336 authored
-
graywolf336 authored
-
Fahad Alduraibi authored
-
- Dec 11, 2015
-
-
Fahad Alduraibi authored
The avatar image move need to only be done if a previous username exists. Also we need `encodeURIComponent` to support names in unicode.
-
Gabriel Engel authored
fix broken image-link when og:image contains "&" (e.g. Google Maps)
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Gabriel Engel authored
Avatars for Unicode usernames
-
Fahad Alduraibi authored
When a new avatar is saved the user name gets encoded using `encodeURIComponent`, this does not affect names in latin characters, however it does change non-latin/unicode names to an encoded string. However, when reading the avatar image file, the function uses the username directly without enocinding it, so latin names work since the encoding doesn't change anything, however, Unicode names don't since the usernames don't match the encoded names. This fix adds the encoding function when reading the avatars. Also adds the encoding to the function that writes avatars from URL.
-
Marcelo Schmidt authored
-
Marcelo Schmidt authored
-
Gabriel Engel authored
Livechat survey
-
Marcelo Schmidt authored
-
Rodrigo Nascimento authored
-
Marcelo Schmidt authored
-
Rodrigo Nascimento authored
-
Marcelo Schmidt authored
-
Gabriel Engel authored
Set code blocks to always be LTR globally
-
Gabriel Engel authored
Fix for mentioning RTL names
-
Diego Sampaio authored
-
Diego Sampaio authored
Livechat popout
-
Diego Sampaio authored
Conflicts: packages/rocketchat-livechat/app/client/views/room.coffee
-
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.
-
Diego Sampaio authored
Livechat manager
-
Diego Sampaio authored
-
Diego Sampaio authored
-
Diego Sampaio authored
-
- Dec 10, 2015
-
-
https://github.com/RocketChat/Rocket.Chat/pull/1626Fahad 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 Moved the changes to the `base.less` since it is not specific to RTL interface it also applies even if the user interface is LTR.
-
Jan Gerle authored
-
Gabriel Engel authored
Set code blocks to always be LTR
-
Gabriel Engel authored
Improvements/integrations
-