Skip to content
Snippets Groups Projects
  1. Apr 04, 2017
  2. Apr 03, 2017
  3. Mar 31, 2017
  4. Mar 24, 2017
  5. Mar 23, 2017
    • Guilherme Gazzo's avatar
      Join command (#6268) · 3c7a0054
      Guilherme Gazzo authored
      * added a callback to slashcommands
      
      * if the channel exists the command join acts as open command
      
      * test if the slashcommand has a result callback
      
      * join-command braces fix
      3c7a0054
  6. Feb 16, 2017
    • Bradley Hilton's avatar
      Enhance outgoing webhooks and add history (#5823) · e8888082
      Bradley Hilton authored
      * Convert the majority of the integrations package to JavaScript
      
      * Move the trigger handler to it's own class
      
      * Start trying to generalize integration items
      
      * Yay, additional events trigger outgoing webhooks
      
      * Silence codacy and fix eslint problems.
      
      * Started work on user created event for outgoing integrations
      
      * Finish the outgoing integration work on the user created event.
      
      * Add user join and leave room events for outgoing webhooks
      
      * Add fields to the rest api integration creation and clean up the processWebhookMessage
      
      * Add the HTTP to the incoming webhook context
      
      * Don't check for property on result if it isn't there.
      Closes #4175, #5762, and #5896.
      
      * Add archive room and file upload events for the webhooks
      
      * Disable integrations when the user to run/post as gets deleted.
      
      * Try to fix the tests failing due to the requird events property
      
      * Add history of integration which get fired
      
      * Add the missing file for the IntegrationHistory
      
      * Fix deleting users being broke due to my code
      
      * Add the outgoing webhook integration history viewing page along with v1 rest api to retrieve it
      
      * Integration history replays are now enabled along with advanced settings
      
      * Work on the advanced settings and enable paging on the integration history
      
      * Enable i18n for the history and advanced settings
      
      * Update the wording on the word placement
      
      * Move migration to be 88 now.
      
      * Add missing translations for the webhooks
      
      * Fix en.i18n.json identation
      
      * Fix integrations.html indentation
      
      * Fix more identations
      
      * Fix identation of integrationsOutgoing.html
      e8888082
  7. Feb 04, 2017
  8. Jan 11, 2017
  9. Dec 22, 2016
  10. Nov 11, 2016
  11. Oct 26, 2016
  12. Oct 20, 2016
  13. Oct 01, 2016
  14. Sep 30, 2016
  15. Sep 29, 2016
  16. Sep 09, 2016
  17. Sep 06, 2016
  18. Aug 10, 2016
  19. Jul 21, 2016
  20. Jul 11, 2016
  21. Jul 07, 2016
  22. Jun 29, 2016
  23. Jun 28, 2016
  24. Jun 27, 2016
  25. Jun 24, 2016
  26. Apr 29, 2016
  27. Apr 28, 2016
  28. 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
  29. Apr 14, 2016
  30. Apr 13, 2016
    • 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
  31. Apr 06, 2016
  32. Mar 25, 2016
  33. Mar 23, 2016
Loading