Skip to content
Snippets Groups Projects
  1. Oct 28, 2016
  2. Oct 26, 2016
  3. Sep 26, 2016
  4. Sep 14, 2016
  5. Sep 08, 2016
  6. Sep 06, 2016
  7. Sep 05, 2016
  8. Aug 10, 2016
  9. Jul 25, 2016
  10. 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
    • Diego Sampaio's avatar
      Livechat guest pool fixes and improvements · cade9d8a
      Diego Sampaio authored
      - Add missing translations
      - Hide incoming livechat from unavailable agents
      - Remove duplicated template
      cade9d8a
  11. Jul 08, 2016
    • Alec Troemel's avatar
      Add livechat guest pool queue method · ea7483bc
      Alec Troemel authored
      commented out unimplemented method returnAsInquiry
      
      removed console.logs
      
      removed trailing white spaces and dead code
      
      more code styling
      
      more more code styling
      
      fixed bug in takeInquiry, code styling
      
      switched to single quotes
      
      fixed names of files
      
      translations added, type fixed, meteor.userId() used, multi agent take inquiry bug fixed
      
      removed dead code
      
      fixes
      
      string switched to single quote
      
      added return room as inquiry functionality
      
      redirects to home when livechat returned and other code fixes
      
      removed trailing whitespace
      
      Change return to inquiry button icon
      
      Fix eslint errors
      ea7483bc
    • Alexander Birkner's avatar
      Fixed search in new createCombinedFlex script · 15cdac68
      Alexander Birkner authored
      Added name as exception at all searches
      Unverified
      15cdac68
  12. Jul 07, 2016
  13. Jul 04, 2016
  14. Jun 16, 2016
  15. Jun 14, 2016
  16. Jun 12, 2016
  17. May 29, 2016
  18. May 24, 2016
  19. May 21, 2016
  20. May 16, 2016
  21. May 04, 2016
  22. May 02, 2016
  23. 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
  24. Apr 20, 2016
    • Marcelo Schmidt's avatar
      Change meteor error (#2969) · 611ecae6
      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
      611ecae6
  25. Apr 19, 2016
  26. Apr 15, 2016
  27. Apr 13, 2016
  28. Apr 04, 2016
  29. Mar 31, 2016
  30. Mar 28, 2016
  31. Mar 25, 2016
  32. Mar 23, 2016
  33. Mar 21, 2016
Loading