Skip to content
Snippets Groups Projects
  1. Dec 23, 2015
  2. Dec 22, 2015
  3. Dec 21, 2015
  4. Dec 19, 2015
  5. Dec 18, 2015
  6. Dec 17, 2015
  7. Dec 16, 2015
  8. Dec 15, 2015
  9. Dec 14, 2015
  10. Dec 11, 2015
    • Fahad Alduraibi's avatar
      Fixed indentation and added unicode support · d4d3f164
      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.
      d4d3f164
    • Rodrigo Nascimento's avatar
      Move avatars on username change · fab937fe
      Rodrigo Nascimento authored
      fab937fe
    • Marcelo Schmidt's avatar
      Livechat Survey · e93493b9
      Marcelo Schmidt authored
      e93493b9
    • Marcelo Schmidt's avatar
      Livechat Survey support · 741469bd
      Marcelo Schmidt authored
      741469bd
    • Fahad Alduraibi's avatar
      Fix for mentioning RTL names · e44c17fe
      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.
      e44c17fe
  11. Dec 10, 2015
Loading