Skip to content
Snippets Groups Projects
  1. Feb 08, 2023
  2. Feb 04, 2023
  3. Feb 01, 2023
  4. Dec 29, 2022
  5. Nov 28, 2022
  6. Nov 23, 2022
  7. Nov 22, 2022
  8. Sep 09, 2022
  9. Aug 23, 2022
  10. Aug 22, 2022
  11. Aug 11, 2022
  12. Aug 09, 2022
  13. Jul 13, 2022
  14. Jun 27, 2022
    • Douglas Fabris's avatar
      [BREAK] Remove show message in main thread preference (#26002) · e85a63bf
      Douglas Fabris authored
      <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->
      
      <!-- Your Pull Request name should start with one of the following tags
        [NEW] For new features
        [IMPROVE] For an improvement (performance or little improvements) in existing features
        [FIX] For bug fixes that affect the end-user
        [BREAK] For pull requests including breaking changes
        Chore: For small tasks
        Doc: For documentation
      -->
      
      <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
        - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
        - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
        - Lint and unit tests pass locally with my changes
        - I have added tests that prove my fix is effective or that my feature works (if applicable)
        - I have added necessary documentation (if applicable)
        - Any dependent changes have been merged and published in downstream modules
      -->
      
      ## Proposed changes (including videos or screenshots)
      <!-- CHANGELOG -->
      <!--
        Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
        If it fixes a bug or resolves a feature request, be sure to link to that issue below.
        This description will appear in the release notes if we accept the contribution.
      -->
      This PR removes the confusion between the `show message in main thread` and the function `also to send to channel`. In the past, we used the `show message in main thread` as a solution to help users to understand the thread feature, as this feature is now mature enough there's no reason to maintain this preference. 
      
      Send the thread message to the main channel or just inside of the thread, should be a decision from the user where the function `also send to channel` appears. Because of that, and because of a bunch of requests and issues we received, we're introducing a new preference `also send thread to channel` where users will be able to decide the behavior of the checkbox. 
      
      ![image](https://user-images.githubusercontent.com/27704687/175655594-023c5907-adc8-4924-ba7d-467608d06fec.png)
      
      Now there are three behavior options
      - `Default`: when it unchecks after sending the first message
      <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175656500-34817639-7f13-4641-b4fa-9dd106e99443.gif' />
      
      - `Always`: stay checked for all messages
      <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175657299-d88efaba-1c2b-4bb9-a23a-f9755dcec5ca.gif' />
      
      - `Never`: stay unchecked for all messages
      <img width='250px' height='350px' src='https://user-images.githubusercontent.com/27704687/175657544-3dcd0adc-05cf-4196-83a6-f6cc29a1de2b.gif
      
      ' />
      
      <!-- END CHANGELOG -->
      
      ## Issue(s)
      <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->
      Closes #20695
      Closes #19167
      Closes #18347
      
      ## Steps to test or reproduce
      <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->
      
      ## Further comments
      <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
      
      
      Co-authored-by: default avatarGuilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
      Unverified
      e85a63bf
  15. Jun 22, 2022
  16. Apr 06, 2022
  17. Dec 29, 2021
  18. Oct 20, 2021
  19. Sep 15, 2021
  20. May 10, 2021
  21. Apr 26, 2021
  22. Feb 19, 2021
  23. Jan 29, 2021
  24. Jan 20, 2021
  25. Dec 10, 2020
    • Tasso Evangelista's avatar
      Message parsing and rendering - Phase 1 (#19654) · 7a21974b
      Tasso Evangelista authored
      
      * Add escapeHTML helper
      
      * Add unescapeHTML helper
      
      * Move helpers to /lib
      
      * Use the helpers
      
      * feat/message-parsing
      
      * Make escapeRegExp match its underscore.string counterpart
      
      * Remove superfluous parameter
      
      * Remove redundant function definition
      
      * Work around oembed bug
      
      * Refactor autolinker initialization
      
      * Refactor autolinker initialization
      
      * Refactor hexcolor initialization
      
      * Refactor emoji initialization
      
      * Refactor highlight-words initialization
      
      * Refactor issuelinks initialization
      
      * Refactor mentions initialization
      
      * Refactor mapview initialization
      
      * Remove trackSettingsChange module
      
      * Remove some s.trim() usage
      
      * Move renderMessageBody
      
      * Move some renderMessage startup scripts
      
      * Refactor katex startup
      
      * Move some renderMessage startup scripts
      
      * Move some spotify modules
      
      * Fix reactivity
      
      * Move spotify initialization
      
      * Move markdown initialization
      
      * Update Mocha configuration
      
      * Rearrange renderMessageBody signature
      
      * Move markdown template helpers
      
      * Remove markdown template helpers
      
      * Extract options from markdown
      
      * Fix import
      
      * Render message.location's mapview on message template
      
      * Conditionally render message location
      
      Co-authored-by: default avatarGuilherme Gazzo <guilherme@gazzo.xyz>
      Unverified
      7a21974b
  26. Jul 28, 2020
  27. Jun 21, 2020
  28. Feb 21, 2020
  29. Jan 07, 2020
  30. Aug 20, 2019
  31. Jul 11, 2019
  32. May 22, 2019
  33. 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
      Unverified
      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
  34. May 07, 2019
  35. May 03, 2019
  36. Apr 27, 2019
Loading