Skip to content
Snippets Groups Projects
  1. Aug 31, 2016
    • Marcelo Schmidt's avatar
      Slackbridge fixes (#4162) · adc9504a
      Marcelo Schmidt authored
      * Remove double error trhow
      
      * Fix channel name changed
      
      * Fix not sending notifications for old messages
      
      * Add option to silence adding users to room
      
      * Silence adding existing users to room
      
      * Add try/catch in set avatar to prevent timeout issues
      
      * Save topic message in correct date/time
      
      * Add logs
      adc9504a
  2. Aug 27, 2016
  3. Aug 26, 2016
  4. Aug 18, 2016
  5. Aug 15, 2016
  6. Aug 10, 2016
    • Tim Kinnane's avatar
      Prevent last admin removal (#3971) · 03f3db25
      Tim Kinnane authored
      * More admin checks
      
      # Conflicts:
      #	packages/rocketchat-lib/server/methods/insertOrUpdateUser.coffee
      
      * missing server side validation
      
      # Conflicts:
      #	packages/rocketchat-ui-flextab/flex-tab/tabs/userEdit.coffee
      
      * Remove last admin check for removeUserFromRoom
      
      * Move and fix last admin check for role removal
      
      Check was on change admin status method, but that didn’t catch direct removal of user from role admin view.
      
      * Fix last admin check for insert/update/delete user
      
      Was checking if only one admin but not if the updated user was admin, preventing all updates.
      
      * Allow translation of last admin error
      
      * Fix assigning admin permission bypass
      03f3db25
  7. Aug 09, 2016
  8. Jul 29, 2016
  9. Jul 06, 2016
    • Thomas Spiesser's avatar
      Add filter to allow/deny @all (#3703) · b93c817e
      Thomas Spiesser authored
      * add beforeSaveMessage callback to check if a user has the appropriate permissions to notify @all in a channel
      
      * add settings to toggle 'allow notify @all' feature
      
      * cleanup
      
      * cleanup of coffeescript habbits
      
      * implement the filter for @all using `mention-all` permission
      
      * add user by default to the list of roles of the `mention-all` permission
      b93c817e
  10. Jun 03, 2016
  11. Jun 01, 2016
  12. May 31, 2016
  13. May 27, 2016
  14. May 21, 2016
  15. May 19, 2016
  16. May 16, 2016
  17. Apr 28, 2016
  18. Apr 25, 2016
  19. Apr 22, 2016
  20. 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
    • Diego Sampaio's avatar
      Page to view all livechat sessions (#2965) · e8b47cb6
      Diego Sampaio authored
      * Remove unused helpers in some templates
      
      * Improve and standardize UI for lists
      
      * Create an API to add access room validators
      
      * New page to see livechat sessions
      
      * Add external.js to .eslintignore
      
      * Return publication error correctly
      e8b47cb6
  21. Apr 19, 2016
  22. Apr 13, 2016
    • Marcelo Schmidt's avatar
      25ab1d62
    • 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
  23. Apr 04, 2016
  24. Apr 01, 2016
  25. Mar 31, 2016
  26. Mar 28, 2016
  27. Mar 26, 2016
  28. Mar 21, 2016
Loading