Skip to content
Snippets Groups Projects
  1. May 21, 2020
  2. May 20, 2020
  3. May 15, 2020
  4. Apr 01, 2020
  5. Mar 19, 2020
  6. Feb 21, 2020
  7. Feb 04, 2020
  8. Feb 03, 2020
  9. Jan 31, 2020
  10. Dec 09, 2019
  11. Nov 05, 2019
  12. Oct 24, 2019
  13. Oct 23, 2019
  14. Aug 13, 2019
  15. Jul 04, 2019
  16. Jun 27, 2019
    • William Reiske's avatar
      [FIX] Custom status fixes (#14853) · 24ebd2c4
      William Reiske authored
      * Fixes for status message text presence issues
      Added statusText to several api endpoints
      Changed statusMessage to statusText since that is what it is called everywhere
      
      * Fixed slash command for changing status
      
      * Fixed the "name is required" issue
      
      * Make sure the status is set blank if selecting a default status... we don't want an "online" status when someone is actually offline!
      
      * Fixes display of custom status on the room header
      
      * Changed the header of DM rooms to query the server for the user status text when it is not found on the internal collection
      
      * Changed Custom Status methods to check if the user is logged in
      
      * Improved code readability
      
      * Fix getting status list before logging in
      24ebd2c4
  17. Jun 21, 2019
  18. May 21, 2019
  19. May 20, 2019
  20. May 10, 2019
    • Diego Sampaio's avatar
      New eslint rules (#14332) · d53e264b
      Diego Sampaio authored
      * Fix new eslint rules
      
      * Fix eslint rules:
      
      no-unsafe-finally
      no-await-in-loop
      
      * More and more rules
      
      * Fix changes after lint fixes
      
      * Fix import orders
      
      * New eslint rules
      
      operator-linebreak
      new-parens
      
      * New eslint rule: no-useless-computed-key
      
      * New eslint rule: no-useless-constructor
      
      * Fix after develop merge
      
      * Update lint package and fix new code
      d53e264b
    • Rodrigo Nascimento's avatar
      Release 1.0.3 (#14446) · f19473c6
      Rodrigo Nascimento authored
      
      * [FIX] New day separator overlapping above system message (#14362)
      
      * Improve German translations (#14351)
      
      * Use the plural for discussions-section in side panel
      
      * Formal and informal translations for 1.0
      
      * fix german typos
      
      * [FIX] Main thread title on replies (#14372)
      
      * fix
      
      * fix test
      
      * fix setting
      
      * Update tests/pageobjects/main-content.page.js
      
      Co-Authored-By: default avatarggazzo <guilhermegazzo@gmail.com>
      
      * Update app/ui-utils/client/lib/RoomHistoryManager.js
      
      Co-Authored-By: default avatarggazzo <guilhermegazzo@gmail.com>
      
      * [FIX] Bell was too small on threads (#14394)
      
      * [FIX] Messages on threads disappearing (#14393)
      
      * fix subscription-changed updating all messages(#14391)
      
      * Fix: Message body was not being updated when user disabled nrr message (#14390)
      
      * [NEW] Allow change Discussion's properties (#14389)
      
      * [FIX] Unnecessary meteor.defer on openRoom (#14396)
      
      * [FIX] more message actions to threads context(follow, unfollow, copy, delete) (#14387)
      
      * added more message actions to threads context
      
      * more actions
      
      * change token name (#14379)
      
      * [FIX] Pressing Enter in User Search field at channel causes reload (#14388)
      
      * Prevent default on enter in User search
      
      * Prevent form submission in membersList
      
      * If using subpath make sure streams use that also for multi-instance.  Fixes #13200 (#14376)
      
      * Revert "[IMPROVE] Use SessionId for credential token in SAML request (#13791)" (#14345)
      
      This reverts commit 3967a74f.
      
      * Add fallback to mongo version that doesn't require clusterMonitor role (#14403)
      
      * [FIX] Users actions in administration were returning error (#14400)
      
      * Fix actions collapse into popup in userInfo
      
      * Refactor userActions
      
      * [FIX] Error 400 on send a reply to an old thread (#14402)
      
      * fix error 400 on send a reply to an old thread
      
      * ignoring properly hidden messages
      
      * [FIX] Messages on thread panel were receiving wrong context/subscription  (#14404)
      
      * [FIX] preview pdf its not working (#14419)
      
      * [FIX] renderMessageBody was caching messages in wrong scenarios #14420
      
      * LingoHub Update :rocket: (#14426)
      
      Manual push by LingoHub User: Diego Sampaio.
      Project: Rocket.Chat
      
      Made with :heart: by https://lingohub.com
      
      
      
      * [FIX] Mentions message missing 'jump to message' action (#14430)
      
      * fixed context
      
      * threads context
      
      * [FIX] Escape unrecognized slash command message (#14432)
      
      * Add missing german translations (#14386)
      
      * [FIX] IE11 support (#14422)
      
      * Add symlinks to ES6 node_modules imports
      
      * Add URL polyfill for IE11
      
      * Fix thread replies for IE11
      
      * [IMPROVE] allow users to skip activeUsers to be ready (#14431)
      
      * allow users to skip activeUsers to be ready
      
      * Update main.js
      
      * Update app/ui-master/client/main.js
      
      Co-Authored-By: default avatarggazzo <guilhermegazzo@gmail.com>
      
      * [IMPROVE] Don't use regex to find users (#14397)
      
      * Don't use regex to find users
      
      * Invert logic on model methods
      
      * Escape username regex
      
      * Find users in batch
      
      * Use only normalizeMessagesForUser
      
      * Don't ignore username case to get owners on graphql
      
      * Fixes on DAU and MAU aggregations (#14418)
      
      * Fixes on SAU and MAU aggregations
      
      * Report new data from DAU/MAU
      
      * Run tests agains a mongodb container in CI
      
      * Try to run CI correctly
      
      * Fix drop database
      
      * Parse desktop app User Agent correctly
      
      * Fix aggregation of past sessions
      
      * Return past month today
      
      * Fix bug
      
      * Add migration
      
      * Fixed migration
      
      * Migration improvements
      
      * Fix crowd sync by using correct logging method (#14405)
      
      * Fix room names in user info dialogs (#14415)
      
      * Fix discussion name being invalid (#14442)
      
      Closes #14378
      
      * Fix i18n files keys sort (#14433)
      
      * Add script to normalize i18n files
      
      * Fix i18n files
      
      * Set as official script
      
      * Update package-lock.json
      
      * fix (#14443)
      
      * Update threads.css
      
      * Bump version to 1.0.3
      
      * regen changelog
  21. May 08, 2019
  22. Apr 27, 2019
    • Marcos Spessatto Defendi's avatar
      [NEW] Update message actions (#14268) · 64a95524
      Marcos Spessatto Defendi authored
      * Wip: update message actions
      
      * Fix report condition
      
      * Fix discussion icon
      
      * Fix new icons proportions
      
      * Keep follow and unfollow only in threads context
      
      * Change autotranslate buttons to "translate" and "view original"
      
      * Fix message action id
      
      * Fix open reply popup when reply in direct message
      64a95524
  23. Apr 24, 2019
  24. Apr 07, 2019
    • Guilherme Gazzo's avatar
      [NEW] Threads V 1.0 (#13996) · 14b79fe1
      Guilherme Gazzo authored
      * first commit
      
      * empty reply method
      
      * permissions and settings
      
      * hooks
      
      * canSendMessage server function
      
      * follow unfollow methods
      
      * message tmid index
      
      * removed useless permissons
      
      * Notification and Hooks
      
      * remove edit-room-title
      
      * flextab threads and thread view
      
      * improved message render
      
      * open threads on click
      
      * group message
      
      * Save unread threads on subscription
      
      * group thread messages
      
      * useless css
      
      * follow unfollow methods
      
      * Fix unread threads
      
      * follow unfollow actions and badge on flextab
      
      * unread button
      
      * fix multiple getThreadMessages
      
      * Add notifications
      
      * Move thread queries to models
      
      * Move lib file to server folder
      
      * Fix notifications for users in thread
      
      * small changes
      
      * Remove stub thread reply
      
      * Normalize thread files
      
      * message template
      
      * Fix notification on first reply
      
      * Fix follow/unfollow
      
      * Fix removing a thread on last message delete
      
      * fix open flextab
      
      * getmessages instead getSinglemessage
      
      * Fix remove thread message
      
      * Fix delete thread
      
      * fix open multiple threads
      
      * Fix removing threads
      
      * Add more tests to todo
      
      * fix
      
      * fix
      
      * icons and i18n
      
      * Fix thread title on replies
      
      * Fix async
      
      * onViewRendered
      
      * fix reactions and removed css code
      
      * fix blaze variable
      
      * threads tab order
      
      * thread replies button
      
      * i18n
      
      * fix test
      
      * fix tests and css
      
      * removed limits to thread list
      
      * fix grouping time
      
      * fix load message
      
      * style changes
      
      * fix unread badge
      
      * fix role description
      
      * clear read thread
      
      * ajust badge
      
      * time ago threads
      
      * jump to messages
      
      * mention link
      
      * tick mention
      
      * fix reloading threadlist after reply
      
      * Pass rid and showFormattingTips as parameters to messageBox template
      
      * Remove references to RoomManager in messageBox template
      
      * Remove some invalid references
      
      * Remove some invalid references
      
      * Reduce messageBox coupling
      
      * Add small fixes
      
      * Extract more parameters from messageBox
      
      * Fix emoji picker button
      
      * Remove all references to chatMessages in messageBox
      
      * Change focus handling
      
      * Refactor autogrow plugin
      
      * Fix calling modal.open() on modal confirm callback
      
      * Disable message reply action for same user
      
      * Refactor ChatMessages
      
      * Pass rid to messagePopupConfig
      
      * Fix attachment description update
      
      * Move RTL change logic to messageBox
      
      * Pass rid to fileUpload helper
      
      * Don't use openedRoom session variable in room template
      
      * Add tmid support
      
      * Rename mountReply helper as prependReplies
      
      * scroll at bottom thread
      
      * Simplify messageBox events
      
      * Refactor ChatMessages.send
      
      * Fix messagePopupConfig for emojis
      
      * Split chatMessages initialization
      
      * Revert "Disable message reply action for same user"
      
      This reverts commit f9dc0b48.
      
      * Set outline style for open thread buttons
      
      * Test atBottom condition on thread template before request scroll
      
      * Update join button
      
      * Protect messageBox from rid absence
      
      * Embed messageBox into thread template
      
      * Wait thread update before request scroll
      
      * Increase font-weight for rc-button
      14b79fe1
  25. Apr 03, 2019
  26. Mar 28, 2019
  27. Mar 15, 2019
  28. Mar 13, 2019
  29. Mar 06, 2019
  30. Feb 15, 2019
    • Marcos Spessatto Defendi's avatar
      Remove dependency of RC namespace in root client folder,... · 3f3f02c9
      Marcos Spessatto Defendi authored
       Remove dependency of RC namespace in root client folder, imports/message-read-receipt and imports/personal-access-tokens (#13389)
      
      * Remove some dependencies inside rocketchat-lib/client  (#13210)
      
      * Move function to rc-utils
      
      * Change import from to export directly
      
      * Removing duplicated dependency and remove old code
      
      * Import some variables to remove dependency of RC namespace
      
      * Remove some dependencies inside rocketchat-lib/lib (#13212)
      
      * Move some functions from lib to rc-ui-utils
      
      * Move some functions from lib ro rc-utils
      
      * Remove hostname from RC namespace
      
      * Import variables to remove dependency of RC namespace
      
      * Remove some dependencies inside rocketchat-lib/server/functions (#13214)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Remove some dependencies inside rocketchat-lib/server/lib (#13217)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Remove some dependencies inside rocketchat-lib/server/methods (#13218)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Remove some dependencies inside rocketchat-lib/server/startup, publications... (#13222)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings (#13223)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      *  Export functions and lib function of rc-lib but keep it inside RC namespace (#13225)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Fix missed exports and re-add some functions to RC namespace
      
      *  Import variables from functions and lib to remove RC namespace dependency (#13226)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      *  Remove dependency of RC namespace in rc-sandstorm (#13227)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      *  Remove dependency of RC namespace in chatpal-search (#13231)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      *  Remove dependency of RC namespace in meteor saml (#13233)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      *  Remove dependency of RC namespace in rc-theme (#13234)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      *  Remove dependency of RC namespace in rc-2fa (#13235)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      *  Remove dependency of RC namespace in rc-action-links (#13236)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      *  Remove dependency of RC namespace in rc-analytics and rc-assets (#13237)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      *  Remove dependency of RC namespace in rc-markdown, rc-autolinker and rc-autotranslate (#13240)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Fix wrong imports
      
      *  Remove dependency of RC namespace in rc-blockstack, bot-helpers and cas (#13246)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-settings (#13251)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * readd saveRoomName to RC namespace
      
      *  Remove dependency of RC namespace in rc-channel-mail-messages and cloud (#13254)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      *  Remove dependency of RC namespace in rc-colors, cors, crowd and dolphin (#13255)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      * Remove dependency of RC namespace in rc-colors
      
      * Remove dependency of RC namespace in rc-cors
      
      * Remove dependency of RC namespace in rc-crowd
      
      * Remove dependency of RC namespace in rc-dolphin
      
      *  Remove dependency of RC namespace in rc-emoji-custom and drupal (#13256)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      * Remove dependency of RC namespace in rc-colors
      
      * Remove dependency of RC namespace in rc-cors
      
      * Remove dependency of RC namespace in rc-crowd
      
      * Remove dependency of RC namespace in rc-dolphin
      
      * Remove dependency of RC namespace in rc-drupal
      
      * Move Emoji custom server and client models to rc-models
      
      * Remove dependency of RC namespace in rc-emoji-custom
      
      * Remove dependency of RC namespace in rc-emojione, error-handler, gh-enterprise and gitlab (#13257)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      * Remove dependency of RC namespace in rc-colors
      
      * Remove dependency of RC namespace in rc-cors
      
      * Remove dependency of RC namespace in rc-crowd
      
      * Remove dependency of RC namespace in rc-dolphin
      
      * Remove dependency of RC namespace in rc-drupal
      
      * Move Emoji custom server and client models to rc-models
      
      * Remove dependency of RC namespace in rc-emoji-custom
      
      * Remove dependency of RC namespace in rc-emojione
      
      * Remove dependency of RC namespace in rc-error-handler
      
      * Remove dependency of RC namespace in rc-gh-enterprise
      
      * Remove dependency of RC namespace in rc-gitlab
      
      * Remove dependency of RC namespace in rc-google-natural-language, grant, google-vision and highlight-words (#13258)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      * Remove dependency of RC namespace in rc-colors
      
      * Remove dependency of RC namespace in rc-cors
      
      * Remove dependency of RC namespace in rc-crowd
      
      * Remove dependency of RC namespace in rc-dolphin
      
      * Remove dependency of RC namespace in rc-drupal
      
      * Move Emoji custom server and client models to rc-models
      
      * Remove dependency of RC namespace in rc-emoji-custom
      
      * Remove dependency of RC namespace in rc-emojione
      
      * Remove dependency of RC namespace in rc-error-handler
      
      * Remove dependency of RC namespace in rc-gh-enterprise
      
      * Remove dependency of RC namespace in rc-gitlab
      
      * Remove dependency of RC namespace in rc-google-natural-language
      
      * Remove dependency of RC namespace in rc-grant
      
      * Remove dependency of RC namespace in rc-highlight-words
      
      * Remove dependency of RC namespace in rc-google-vision
      
      * Fix lint
      
      *  Remove dependency of RC namespace in rc-iframe-login and all imports, except hipchat-enterprise (#13259)
      
      * Move integrations models to rc-models
      
      * Move composeMessage function to rc-utils
      
      * Move PushNotifications class to push-notifications package
      
      * Import variables to remove dependency of RC namespace
      
      * Import variables to remove RC namespace dependency inside rc-lib/server/lib
      
      * Import variables to remove RC namespace inside rc-lib/server/methods
      
      * Import variables to remove dependency with RC namespace
      
      * Remove duplicated server settings located in rc-lib
      
      * Export function and lib function of rc-lib but keep it inside RC namespace
      
      * Import variables from functions and lib to remove RC namespace dependency
      
      * Remove dependency of RC namespace in rc-sandstorm
      
      * Remove dependency of RC namespace in chatpal-search
      
      * Move CreadentialTokens model to rc-models
      
      * Move getUsernameSuggestion function and method from server/ to rc-lib
      
      * Remove dependency of RC namespace in meteor saml
      
      * Remove dependency of RC namespace in rc-theme
      
      * Move 2FA Users model to rc-models
      
      * Remove dependency of RC namespace in rc-2fa
      
      * Remove dependency of RC namespace in rc-action-links
      
      * Add action links in the RC namespace
      
      * Remove dependency of RC namespace in rc-analytics
      
      * Remove dependency of RC namespace in rc-assets
      
      * Add Assets in RC namespace
      
      * Remove dependency of RC namespace in rc-autolinker
      
      * Move autotranslate models to rc-models
      
      * Partial remove dependency of Rc namespace in rc-autotranslate
      
      * Remove dependency of RC namespace in rc-markdown
      
      * Finish of remotion of RC namespace in rc-autotranslate
      
      * Import Autotranslate where it has been used
      
      * Fix lint
      
      * Rename Assets variable to avoid conflicts
      
      * Fix rename Assets
      
      * Remove dependency of RC namespace in rc-blockstack
      
      * Remove RC dependency in bot-helpers
      
      * Remove RC dependency in rc-cas
      
      * Move some functions from tokenpass to channel settings and models
      
      * Move some function from livestream to channel settings
      
      * Remove dependency of RC namespace in rc-channel-settings
      
      * Fix wrong imports
      
      * Remove dependency of RC namespace in rc-channel-mail-messages
      
      * Remove dependency of RC namespace in rc-cloud
      
      * Remove dependency of RC namespace in rc-colors
      
      * Remove dependency of RC namespace in rc-cors
      
      * Remove dependency of RC namespace in rc-crowd
      
      * Remove dependency of RC namespace in rc-dolphin
      
      * Remove dependency of RC namespace in rc-drupal
      
      * Move Emoji custom server and client models to rc-models
      
      * Remove dependency of RC namespace in rc-emoji-custom
      
      * Remove dependency of RC namespace in rc-emojione
      
      * Remove dependency of RC namespace in rc-error-handler
      
      * Remove dependency of RC namespace in rc-gh-enterprise
      
      * Remove dependency of RC namespace in rc-gitlab
      
      * Remove dependency of RC namespace in rc-google-natural-language
      
      * Remove dependency of RC namespace in rc-grant
      
      * Remove dependency of RC namespace in rc-highlight-words
      
      * Remove dependency of RC namespace in rc-google-vision
      
      * Fix lint
      
      * Remove dependency of RC namespace in rc-iframe-login
      
      * Remove dependency of RC namespace in all importes, except hipchat-enterprise
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove dependency of RC namespace in rc-graphql
      
      * Fix import from wrong package
      
      * Remove dependency of RC namespace in rc-importer
      
      * Remove dependency of RC namespace in rc-issue-links
      
      * Remove dependency of RC namespace in rc-katex
      
      * Move templateVarHandler fn to rc-utils
      
      * Remove dependency of RC namespace in rc-ldap
      
      * Remove dependency of RC namespace in rc-livestream
      
      * Remove dependency of RC namespace in rc-mail-messages
      
      * Remove dependency of RC namespace in rc-mapview
      
      * Remove dependency of RC namespace in rc-mentions
      
      * Remove dependency of RC namespace in rc-mentions-flextab
      
      * Remove depedency of RC namespace in rc-message-attachements
      
      * Remove dependdency of RC namespace in rc-message-mark-as-unread
      
      * Remove dependency of RC namespace in rc-message-pin
      
      * Fix templateVarHandler that was in wrong folder
      
      * Remove namespace in the new livechat endpoint
      
      * Remove dependency of RC namespace in rc-message-snippet
      
      * Remove dependency of RC namespace in rc-message-star
      
      * Remove dependency of RC namespace in rc-oauth2
      
      * Remove dependency of RC namespace in rc-oembed
      
      * Remove dependency of RC namespace in rc-otr
      
      * Remove dependency of RC namespace in rc-reactions
      
      * Remove dependency of RC namespace in rc-retention-policy
      
      * Remove dependency of RC namespace in rc-earch
      
      * Remove dependency of RC namespace in rc-setup-wizard
      
      * Remove dependency of RC namespace in rc-slackbridge
      
      * Remove dependency of Rc namespace in slashcommands-asciiarts
      
      * Remove depedency of RC namespace in rc-slash-archiveroom
      
      * Remove dependency of RC namespace in rc-slash-create
      
      * Remove dependency of RC namespace in rc-slash-help
      
      * Remove dependency of RC namespace in rc-slash-hide
      
      * Remove dependency of RC namespace in rc-slash-invite
      
      * Remove dependency of RC namespace in rc-slash-inviteall
      
      * Remove dependency of RC namespace in rc-slash-join
      
      * Remove dependency of RC namespace in rc-slash-kick
      
      * Remove dependency of RC namespace in rc-slash-leave
      
      * Remove dependency of RC namespace in rc-slash-me
      
      * Remove dependency of RC namespace in rc-slash-msg
      
      * Remove dependency of RC namespace in rc-slash-mute
      
      * Remove dependency of RC namespace in rc-slash-open
      
      * Remove dependency of RC namespace in rc-slash-topic
      
      * Remove dependency of RC namespace in rc-slash-unarchiveroom
      
      * Remove dependency of RC namespace in rc-smarsh-connector
      
      * Remove dependency of RC namespace in rc-sms
      
      * Remove dependency of RC namespace in rc-spotify
      
      * Remove dependency of RC namespace in rc-statistics
      
      * Move tokenpass models methods to rc-models
      
      * Remove dependency of RC namespace in rc-tokenpass
      
      * import tokenpass inside rc-lib
      
      * Remove dependency of RC namespace in rc-ui
      
      * Move webdavAccounts models to rc-model
      
      * Remove dependency of RC namespace in rc-ui-account
      
      * Remove dependency of RC namespace in rc-ui-admin
      
      * Remove dependency of RC namespace in rc-ui-clean-history
      
      * Remove dependency of RC namespace in rc-ui-flextab
      
      * Remove dependency of RC namespace in rc-ui-login
      
      * Remove dependency of RC namespace in rc-ui-master
      
      * Remove dependency of RC namespace in rc-ui-message
      
      * REmove dependency of RC namespace in rc-user-data-download
      
      * Remove dependency of RC namespace in rc-version-check
      
      * Remove dependency of RC namespace in rc-videobridge
      
      * Remove dependency of RC namespace in rc-webdav
      
      * Remove dependency of RC namespace in rc-wordpress
      
      * Remove some RC namespace use in chatpal-search
      
      * Remove dependency of RC namespace in rc-irc
      
      * Remove dependency of RC namespace in livechat/client
      
      * Move methods in common livechat models to rc-models
      
      * Remove dependency of RC namespace in rc-livechat/server/models
      
      * Remove LIvechat global variable from RC namespace
      
      * Remove dependency of RC namespace in rc-livechat/imports, lib, server/api, server/hooks and server/lib
      
      * Remove dependency of RC namespace in rc-livechat/server/methods
      
      * Fix duplicated import
      
      * Remove unused import
      
      * Remove dependency of RC namespace in rc-livechat/server/publications
      
      * MOve rc-livechat server models to rc-models
      
      * Change imports of livechat server models to rc-models package
      
      *  Remove dependency of RC namespace in rc-api/helpers and api.js (#13273)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      *  Remove dependency of RC namespace on half of api files (#13275)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Remove dependency of RC namespace in rc-integrations
      
      * Import missed functions in rc-irc
      
      * Remove dependency of RC namespace in rc-hipchat-enterprise-importer
      
      * Partial Remove dependency of RC namespace in rc-api (#13277)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * Remove dependency of RC namespace in root client folder
      
      * Remove dependency of RC namespace in imports/message-read-receipt
      
      * Remove dependency of RC namespace in imports/personal-access-tokens
      
      * Remove dependency of RC namespace in rc-api (#13278)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove namespace in the new livechat endpoint
      
      *  Remove dependency of RC namespace in rc-graphql (#13279)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove dependency of RC namespace in rc-graphql
      
      * Fix import from wrong package
      
      * Remove namespace in the new livechat endpoint
      
      * Remove dependency of RC namespace in rc-importer (#13280)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove dependency of RC namespace in rc-graphql
      
      * Fix import from wrong package
      
      * Remove dependency of RC namespace in rc-importer
      
      * Remove namespace in the new livechat endpoint
      
      *  Remove dependency of RC namespace in rc-ldap, katex and issue-links (#13281)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove dependency of RC namespace in rc-graphql
      
      * Fix import from wrong package
      
      * Remove dependency of RC namespace in rc-importer
      
      * Remove dependency of RC namespace in rc-issue-links
      
      * Remove dependency of RC namespace in rc-katex
      
      * Move templateVarHandler fn to rc-utils
      
      * Remove dependency of RC namespace in rc-ldap
      
      * Fix templateVarHandler that was in wrong folder
      
      * Remove namespace in the new livechat endpoint
      
      *  Remove dependency of RC namespace in rc-livestream and rc-mail-messages (#13320)
      
      * Move RestAPI client to rc-api package
      
      * Remove dependency of RC namespace in rc-api/helpers and api.js
      
      * Remove dependency of RC namespace on half of api files
      
      * Partial Remove dependency of RC namespace in rc-api
      
      * import API where it was being used by the RC namespace
      
      * Move processWebhookMessage function to rc-lib package
      
      * Remove API from RC namespace and import missing function that was being used with namespace
      
      * Remove dependency of RC namespace in rc-graphql
      
      * Fix import from wrong package
      
      * Remove dependency of RC namespace in rc-importer
      
      * Remove dependency of RC namespace in rc-issue-links
      
      * Remove dependency of RC namespace in rc-katex
      
      * Move templateVarHandler fn to rc-utils
      
      * Remove dependency of RC namespace in rc-ldap
      
      * Remove dependency of RC namespace in rc-livestream
      
      * Remove dependency of RC namespace in rc-mail-messages
      
      * Fix templateVarHandler that was in wrong folder
      
      * Remove namespace in the new livechat endpoint
      3f3f02c9
  31. Jan 16, 2019
    • Marcos Spessatto Defendi's avatar
      Convert rocketchat:ui to main module structure (#13132) · a71e78d2
      Marcos Spessatto Defendi authored
      * Move rocketchat settings to specific package
      
      * WIP: Move models from rocketchat-lib to a specific package (server)
      
      * Move function from rocketchat:lib to rocketchat:utils to use it in rocketchat:models
      
      * Move client models from rocketchat:lib to rocketchat:models
      
      * Fix lint
      
      * Move rocketchat.info from lib to utils
      
      * Remove directly dependency between lib and migrations
      
      * Move statistics Model to rocketchat:models
      
      * Create rocketchat:metrics to be able to depacking rocketchat callbacks
      
      * Move  callbacks to specific package
      
      * Remove unused dependency
      
      * Move rocketchat-notifications to a specific package
      
      * Move rocketchat-promises to a specific package
      
      * remove directly dependency from metrics and models
      
      * Move CachedCollection from lib to models
      
      * Move ui models/collections from ui to models
      
      * Move authorization client/ui models to rocketchat:models to be able to remove lib dependency
      
      * Creation of rocketchat:ui-utils to help decouple rocketchat:lib and rocketchat:authz
      
      * Move some common functions to rocketchat:utils
      
      * Change imports to dynamic imports to avoid directly dependency between some packages
      
      * Move authz models to rocketchat:models
      
      * Remove directly dependency between rocketchat:authz and rocketchat:lib
      
      * Move some functions from rocketchat:lib to rocketchat:utils
      
      * Add functions to settings package
      
      * Convert rocketchat:file-upload to main module structure
      
      * Import FileUpload where it is being used
      
      * Remove FileUpload and fileUploadHandler from globals eslintrc
      
      * Move some  functions to rocketchat:ui-utils
      
      * Remove directly dependency between rocketchat:authorization and rocketchat:ui-utils
      
      * Remove dependency between lazy-load and lib
      
      * Change imports of renderMessageBody from ui-message to ui-utils
      
      * Add import of main ready from ui-utils
      
      * Convert rocketchat-ui-sidenav to main module structure
      
      * Add imports of toolbarSearch from ui-sidenav
      
      * Remove toolbarSearch from eslintrc globals
      
      * Move CachedCollection to a specific package
      
      * Change imports of CachedCollection to new package
      
      * Move some functions to rocketchat:ui-utils
      
      * Remove directly dependency between tooltip and lib
      
      *  Remove directly dependency between settings and metrics
      
      * Move some settings client function from lib to settings
      
      * Convert rocketchat-ui-master to main module structure
      
      * Remove directly dependency between rocketchat:e2e and rocketchat:lib
      
      * Fix wrong import and lint
      
      * Convert rocketchat-webrtc to main module structure
      
      * Fix missing export
      
      * Remove directly dependency between rocketchat:emoji and lib
      
      * Add emoji dependencies inside RocketChat namespace
      
      * Merge branch 'develop' into globals/move-rocketchat-callbacks
      
      * Move some functions to utils
      
      * Fix lint
      
      * Move some ui functions to ui-utils
      
      * Fix import missed objects inside RocketChat namespace
      
      * Fix lint
      
      * Remove rocketchat:ui package dependency of RocketChat namespace
      
      * Remove lib dependency in rocketchat:ui-sidenav
      
      * Remove dependency between lib and ui-vrecord
      
      * Add logger dependency in file-upload
      
      * Convert rocketchat:ui to main module structure
      
      * import variables that was broken due to conversion of rocketchat:ui
      
      * Remove globals variables from eslintrc and add some to the eslintrc of livechat app
      
      * Revert commented test file
      
      * Add missed files
      
      * Fix lint
      a71e78d2
  32. Dec 20, 2018
  33. Nov 28, 2018
  34. Nov 27, 2018
    • Tasso Evangelista's avatar
      Regression: Account pages layout (#12735) · 9eabcef7
      Tasso Evangelista authored
      * Remove duplicated .eslintignore entry
      
      * Add missing i18n string
      
      * Make Account Preferences layout match Administration layout
      
      * Make Account Security layout match Administration layout
      
      * Make Account Integrations layout match Administration layout
      
      * Make Account Personal Access Tokens layout match Administration layout
      
      * Adjust margins for buttons
      9eabcef7
  35. Nov 21, 2018
  36. Nov 01, 2018
    • Marcos Spessatto Defendi's avatar
      Removal of Template, Blaze, BlazeLayout, FlowRouter, DDPRateLimiter, Session,... · 5ca2b8f2
      Marcos Spessatto Defendi authored
      Removal of Template, Blaze, BlazeLayout, FlowRouter, DDPRateLimiter, Session, UAParser, Promise, Reload and CryptoJS global variables (#12433)
      
      * First wave of removal of Meteor global
      
      * Second wave of removal of Meteor global
      
      * Third wave of removal of Meteor global
      
      * Fix tests
      
      * Remove global variable SHA256
      
      * Remove global variable WebApp
      
      * Remove global variable EJSON
      
      * Remove global variable Email
      
      * Remove global variable HTTP
      
      * Remove global variable Random
      
      * Remove global variable ReactiveDict
      
      * Remove global variable ReactiveVar
      
      * Remove global variable Accounts
      
      * Remove globals variables Match and check
      
      * Remove global variable Mongo
      
      * Remove global variable moment
      
      * Remove global variable Tracker
      
      * Remove global variable Blaze
      
      * Remove global variables FlowRouter and BlazeLayout
      
      * Add FlowRouter to eslint global in tests file
      
      * Remove global variable DDPRateLimiter
      
      * Remove global variable Session
      
      * Remove global variable UAParser
      
      * Remove global variable Promise
      
      * Remove global variable Reload
      
      * Remove global variable CryptoJS
      
      * Remove global variable Template
      
      * Fix ESLint
      5ca2b8f2
Loading