Skip to content
Snippets Groups Projects
  1. Feb 08, 2017
  2. Jan 27, 2017
  3. Jan 26, 2017
  4. Jan 21, 2017
  5. Jan 18, 2017
  6. Dec 08, 2016
  7. Oct 06, 2016
  8. Oct 05, 2016
  9. Sep 12, 2016
  10. Sep 02, 2016
  11. Jul 11, 2016
    • Diego Sampaio's avatar
      Livechat minor fixes and improvements · f3c1b255
      Diego Sampaio authored
      - Bypass user registration validations for livechat users - Closes
        #2276, #1963
      
      - Set livechat count and order to zero when empty
      
      - Pick a livechat departament if none select and there is more than one
      
      - Fix livechat warning hide message
      
      - Add autolinker to livechat
      f3c1b255
  12. May 11, 2016
  13. May 09, 2016
  14. Apr 28, 2016
  15. Apr 26, 2016
    • Marcelo Schmidt's avatar
      Close #2727 Change meteor error (#3040) · 625b2963
      Marcelo Schmidt authored
      * Add function to handle errors
      
      * Delete message errors
      
      * handle error for hideRoom
      
      * Allow returning error instead of calling toastr.error
      
      * Handle error for leaveRoom
      
      * handle error for openRoom
      
      * handleError for toggleFavorite
      
      * handleError in updateMessage
      
      * error for samlLogout
      
      * handleError for assets
      
      * Add global handleError to eslint
      
      * handleError for addOAuthService
      
      * handleError: getUserRoles
      
      * handleError: insertOrUpdateUsere
      
      * handleError: messageDeleting
      
      * handleError: removeUserFromRoles
      
      * handleError: addPermissionToRole
      
      * handleError: addUserToRole
      
      * handleError: deleteRole
      
      * handleError: removeRoleFromPermission
      
      * handleError: removeUserFromRole
      
      * handleError: saveRole
      
      * Return ready on publish without permission
      
      * handleError: channel-settings
      
      * handleError: mailMessages
      
      * handleError: fileUpload
      
      * handleError: rocketchat-importer
      
      * handleError: addIncomingIntegration
      
      * handleError: deleteIncomingIntegration
      
      * handleError: updateIncomingIntegration
      
      * handleError: addOutgoingIntegration
      
      * handleError: deleteOutgoingIntegration
      
      * handleError: updateOutgoingIntegration
      
      * Return ready on publish without permission
      
      * handleError ldap
      
      * remove throw from client code
      
      * handleError: setEmail, slashCommand
      
      * Sort en.i18n.json
      
      * Google translated languages
      
      * Use correct error return from publishes
      
      * RateLimiter.limitFunction
      
      * Fix order of error "500"
      
      * handleError validateEmailDomain
      
      * handleError channelSettings; settings
      
      * handleError livechat
      
      * handleError: Mailer.sendMail
      
      * handleError pinMessage and unpinMessage
      
      * handleError messageStarring
      
      * handleError oauth apps
      
      * handleError: saveNotificationSettings
      
      * handleError getRoomRoles
      
      * handleError: createDirectMessage
      
      * handleError saveUserPreferences
      
      * handleError: saveUserProfile
      
      * handleError sendConfirmationEmail
      
      * Add ecmascript to root
      
      * handleError: avatar
      
      * handleError: getStatistics
      
      * handleError: roomSetting
      
      * handleError: channelSettings
      
      * handleError: sendInvitationEmail
      
      * handleError: addUserToRoom
      
      * handleError: uploadedFilesList
      
      * Change error key on user edit
      
      * handleError: userInfo
      
      * handleError: userRegistration
      
      * handleError: createChannel
      
      * handleError: createPrivateGroup
      
      * handleError: setUserPassword
      
      * handleError setUserActiveStatus
      
      * handleError: accoutns
      
      * A few more errors thrown
      
      * Error: livechat publishes
      
      * Errors in methods
      
      * handleError searchAgent
      
      * Add errors handling
      
      More errors handling
      
      Auto-translation for all languages
      
      * Permalink
      625b2963
  16. Apr 22, 2016
  17. Apr 12, 2016
  18. Apr 08, 2016
  19. Mar 24, 2016
  20. Mar 23, 2016
  21. Mar 18, 2016
  22. Mar 17, 2016
    • Chris Pitman's avatar
      Pass restricted domain as string when only one · 3b615750
      Chris Pitman authored
      restrictCreationByEmailDomain accepts either a function or a string.
      When it is a string, it will be used by some of the OAuth integrations
      (like google) to proactively restrict logins.
      
      For my use case this means that employees are automatically asked by
      google to login with their work credentials instead of first having to
      select between their personal and work accounts.
      3b615750
    • Chris Pitman's avatar
      Fix restricted domain registration regex · 34f414f6
      Chris Pitman authored
      The current regex for checking restricted domains is not escaped and can
      be easily tricked. For example, if the restricted domain is
      "example.com", we currently accept "tester@hackedexample.com".
      
      This change forces the full domain to be correct, and also escapes it to
      prevent metacharacters from causing false matches.
      34f414f6
  23. Mar 07, 2016
  24. Mar 04, 2016
  25. Feb 12, 2016
  26. Feb 11, 2016
  27. Feb 05, 2016
  28. Feb 04, 2016
  29. Jan 13, 2016
  30. Jan 06, 2016
  31. Dec 29, 2015
  32. Dec 28, 2015
  33. Dec 15, 2015
  34. 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
Loading