- Jan 07, 2016
-
-
Rodrigo Nascimento authored
-
- Jan 05, 2016
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Marcelo Schmidt authored
-
- Jan 04, 2016
-
-
Mark Ide authored
Minor grammar fixup in both interface and source. There_is_no_integrations should be There_are_no_integrations
-
Gabriel Engel authored
-
- Dec 31, 2015
-
-
Rodrigo Nascimento authored
-
- Dec 30, 2015
-
-
jeffreywescott authored
-
Marcelo Schmidt authored
No need to reload server for SMTP settings to take effect; Closes #1246 Checks SMTP Settings in #1492
-
- Dec 29, 2015
-
-
Diego Sampaio authored
-
- Dec 24, 2015
-
-
Marcelo Schmidt authored
-
- Dec 21, 2015
-
-
Rodrigo Nascimento authored
-
Gabriel Engel authored
-
- Dec 19, 2015
-
-
Christopher S. Case authored
-
- Dec 18, 2015
-
-
Marcelo Schmidt authored
-
Marcelo Schmidt authored
-
- Dec 16, 2015
-
-
Fahad Alduraibi authored
-
Marcelo Schmidt authored
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
- Dec 15, 2015
-
-
Rodrigo Nascimento authored
-
Fahad Alduraibi authored
-
Rodrigo Nascimento authored
-
Marcelo Schmidt authored
-
Rodrigo Nascimento authored
-
- Dec 14, 2015
-
-
Gabriel Engel authored
-
Gabriel Engel authored
-
Gabriel Engel authored
-
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.
-
- Dec 11, 2015
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Matthias Brun authored
-
Matthias Brun authored
-
Matthias Brun authored
-
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
-
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Matthias Brun authored
-
Matthias Brun authored
-