Skip to content
Snippets Groups Projects
  1. May 11, 2016
  2. May 10, 2016
  3. May 09, 2016
  4. May 06, 2016
  5. May 05, 2016
  6. May 03, 2016
  7. May 02, 2016
  8. Apr 29, 2016
  9. Apr 28, 2016
  10. Apr 27, 2016
  11. Apr 26, 2016
    • Marcelo Schmidt's avatar
      8292c8e4
    • Marcelo Schmidt's avatar
      f90c48b5
    • 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
    • Gabriel Engel's avatar
      Internal Hubot naming clarification · 5bcc8cb4
      Gabriel Engel authored
      rocketchat:hubot -> rocketchat:internal-hubot
      RocketBot -> InternalHubot
      RocketBot_Name -> InternalHubot_Username
      5bcc8cb4
  12. Apr 25, 2016
  13. Apr 22, 2016
  14. 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
    • Sean McCambridge's avatar
      Faster desktop notifications (#2955) · f4693f1d
      Sean McCambridge authored
      * timeout to close desktop notification after 5 seconds
      
      * added option to set duration in seconds for desktop notifications. implemented setTimeout to close notification after that duration.
      
      * removed accidentally added trailing space
      
      * modified desktop notification settings to accept 0 as value meaning do not set a timeout
      f4693f1d
    • Marcelo Schmidt's avatar
  15. Apr 19, 2016
  16. Apr 18, 2016
  17. Apr 15, 2016
  18. Apr 14, 2016
  19. Apr 13, 2016
    • Marcelo Schmidt's avatar
      Close #1319 #2701 Add permalink to messages (#2870) · 69b3c818
      Marcelo Schmidt authored
      * Permalink
      
      * Add message attachment on jump to message link
      
      * Change the check for root url
      
      * Remove commented code
      69b3c818
    • Marcelo Schmidt's avatar
      Close #2378 Add role tags (#2858) · 4d898024
      Marcelo Schmidt authored
      * Room Roles
      
      * Replace arunoda:streams by rocketchat:streamer
      
      * Getting user roles
      
      * Add stream notifications for adding/removing user and room roles
      
      * Fix event broadcast
      
      * Update version of rocketchat:streamer to 0.2.0
      
      * Call subscribe after adding user to role
      
      * Update rocketchat:streamer to version 0.3.0
      
      * Notify broadcast
      
      * Notify and broadcast as default
      
      * Update rocketchat:streamer to version 0.3.1
      
      * Update rocketchat:streamer to 0.3.2
      
      * Improve broadcast auth
      
      * Fix LiveChat Streamer
      4d898024
Loading