Skip to content
Snippets Groups Projects
  1. Oct 17, 2024
  2. Sep 10, 2024
  3. Jun 20, 2024
  4. Apr 20, 2024
  5. Apr 19, 2024
  6. Dec 22, 2023
  7. Oct 05, 2023
  8. Jul 26, 2023
  9. Jun 22, 2023
  10. May 04, 2023
  11. Apr 26, 2023
  12. Apr 12, 2023
  13. Apr 06, 2023
  14. Mar 31, 2023
  15. Mar 30, 2023
  16. Mar 25, 2023
  17. Mar 24, 2023
  18. Mar 22, 2023
  19. Nov 03, 2022
  20. Aug 17, 2022
  21. Aug 08, 2022
  22. Jul 22, 2022
  23. Jun 13, 2022
    • Pierre Lehnen's avatar
      Chore: Remove unused tokenpass integration code (#25831) · 3c1bc073
      Pierre Lehnen 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.
      -->
      
      <!-- 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 -->
      
      ## 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... -->
      3c1bc073
  24. Jun 09, 2022
  25. Jun 07, 2022
  26. Apr 06, 2022
  27. Dec 29, 2021
  28. Oct 11, 2021
  29. Sep 29, 2021
  30. Sep 15, 2021
  31. Sep 08, 2021
  32. Jul 20, 2021
  33. Jun 28, 2021
  34. May 10, 2021
  35. Feb 12, 2021
  36. 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>
      7a21974b
Loading