Skip to content
Snippets Groups Projects
  1. Dec 18, 2015
  2. Dec 16, 2015
  3. Dec 15, 2015
  4. 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
  5. Dec 12, 2015
  6. Dec 11, 2015
    • Fahad Alduraibi's avatar
      Avatars for Unicode usernames · 16a0ddd9
      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.
      16a0ddd9
  7. Dec 10, 2015
  8. Dec 08, 2015
  9. Dec 02, 2015
  10. Dec 01, 2015
  11. Nov 30, 2015
  12. Nov 28, 2015
  13. Nov 27, 2015
  14. Nov 26, 2015
  15. Nov 25, 2015
  16. Nov 24, 2015
Loading