Skip to content
Snippets Groups Projects
  1. Feb 26, 2016
  2. Feb 25, 2016
  3. Feb 22, 2016
  4. Feb 16, 2016
  5. Feb 04, 2016
  6. Jan 29, 2016
  7. Jan 18, 2016
  8. Jan 15, 2016
  9. Dec 30, 2015
  10. Dec 26, 2015
  11. Dec 19, 2015
  12. Dec 18, 2015
  13. Dec 17, 2015
  14. Dec 16, 2015
  15. Dec 15, 2015
  16. Dec 14, 2015
    • Kristjan Kullerkann's avatar
      Added setting Accounts_LoginExpiration · 9b75b82d
      Kristjan Kullerkann authored
      Setting allows admin to modify Meteor.loginTokenExpires from default 90 days to something else.
      Server restart is required for this setting to take effect.
      Default value is still 90 days if not modified by admin.
      9b75b82d
  17. Dec 11, 2015
    • 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
  18. Dec 08, 2015
  19. Dec 06, 2015
  20. Dec 03, 2015
  21. Nov 30, 2015
  22. Nov 27, 2015
  23. Nov 25, 2015
  24. Nov 24, 2015
  25. Nov 20, 2015
  26. Nov 18, 2015
  27. Nov 13, 2015
  28. Nov 12, 2015
  29. Nov 11, 2015
Loading