Skip to content
Snippets Groups Projects
  1. Apr 13, 2020
  2. Dec 20, 2019
    • Tasso Evangelista's avatar
      [FIX] Admin Setting descriptions and Storybook (#15994) · c8a36350
      Tasso Evangelista authored
      * Fix regressions
      
      * Split ConnectionStatusContext from ConnectionStatusProvider
      
      * Split RouterContext from RouterProvider
      
      * Split TranslationContext from TranslationProvider
      
      * Update Storybook
      
      * Refactor ConnectionStatusAlert
      
      * Fix eslint issues
      
      * Add SessionContext
      
      * Add SidebarContext
      
      * Fix RouterProvider
      
      * Add useSubscription
      
      * Deprecate ErrorAlert
      
      * Prefer read unread from Session
      
      * Add ToastMessagesContext
      
      * Deprecate useSetSetting
      
      * Fix SetupWizardRoute
      
      * Fix ToastMessagesProvider
      
      * Fix useSubscription
      
      * Add Logo
      
      * Add useIsMounted
      
      * Refactor SetupWizardRoute
      
      * Fix useReactiveValue loop
      
      * Refactor SetupWizardState
      
      * Add some skeleton components
      
      * Add missing Storybook stories
      
      * Add missing Storybook stories
      
      * Refactor Storybook mocks
      
      * Fix useIsMounted
      
      * Refactor ConnectionStatusAlert styles
      
      * Refactor ConnectionStatusContext
      
      * Improve useObservableValue
      
      * Remove some references to Meteor
      
      * Add SettingsContext
      
      * Remove some references to toastr and TAPi18n
      
      * Fix translate.has function
      
      * Remove superfluous argument
      
      * Add storybook-static to gitignore
      
      * Fix lint warnings
      
      * Split providers from components
      
      * Add UserContext
      
      * Add AuthorizationContext
      
      * Add useRole
      
      * Add ServerContext
      
      * Add missing hooks for client APIs
      
      * Add helper to create observable values
      
      * Add missing ServerProvider
      
      * Don't trust the gap between initial value and autorun in reactive sources
      c8a36350
  3. Dec 09, 2019
  4. Dec 06, 2019
  5. Aug 17, 2019
  6. May 10, 2019
    • 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
  7. May 08, 2019
  8. Mar 13, 2019
  9. Mar 12, 2019
  10. Nov 28, 2018
  11. 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
  12. Nov 01, 2018
  13. Aug 27, 2018
  14. Aug 17, 2018
  15. Jun 12, 2018
  16. Apr 21, 2018
  17. Apr 04, 2018
  18. Feb 20, 2018
  19. Feb 15, 2018
  20. Dec 27, 2017
  21. Jun 09, 2017
    • Diego Sampaio's avatar
      Make livechat app folder hidden · affb966b
      Diego Sampaio authored
      This will make Meteor ignore changes on this folder which will prevent rebuilds of whole livechat package.
      
      For local development it is recommended to run the livechat app individually like on run.sh file.
      affb966b
  22. Apr 10, 2017
  23. Apr 07, 2017
  24. Mar 24, 2017
  25. Mar 02, 2017
  26. Feb 16, 2017
  27. Jan 25, 2017
  28. Jan 09, 2017
  29. Sep 30, 2016
  30. Sep 29, 2016
  31. Sep 24, 2016
  32. Sep 08, 2016
  33. Sep 06, 2016
  34. Sep 05, 2016
  35. Aug 04, 2016
  36. Jul 11, 2016
    • Diego Sampaio's avatar
      Livechat minor fixes and improvements · f3c1b255
      Diego Sampaio authored
      - Bypass user registration validations for livechat users - Closes
        #2276, #1963
      
      - Set livechat count and order to zero when empty
      
      - Pick a livechat departament if none select and there is more than one
      
      - Fix livechat warning hide message
      
      - Add autolinker to livechat
      f3c1b255
  37. Jul 08, 2016
  38. Jun 16, 2016
  39. May 05, 2016
Loading