Skip to content
Snippets Groups Projects
  1. Feb 18, 2025
  2. Dec 15, 2024
  3. Jun 28, 2024
  4. May 22, 2024
  5. Jan 09, 2024
  6. Dec 15, 2023
  7. Sep 12, 2023
  8. Jul 28, 2023
  9. Jul 18, 2023
  10. Jul 04, 2023
  11. May 04, 2023
  12. May 02, 2023
  13. Apr 27, 2023
  14. Mar 21, 2023
  15. Feb 18, 2023
  16. Feb 16, 2023
  17. Feb 14, 2023
  18. Feb 11, 2023
  19. Feb 04, 2023
  20. Dec 21, 2022
  21. Jun 13, 2022
    • Yash Rajpal's avatar
      Chore: RouteGroup for My Account sidebar (#25632) · 81388318
      Yash Rajpal 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.
      -->
      Refactoring My Accounts routes. Allows to add "my account" routes for EE.
      <!-- 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... -->
      
      
      Co-authored-by: default avatarDouglas Fabris <27704687+dougfabris@users.noreply.github.com>
      81388318
  22. May 09, 2022
  23. Apr 13, 2022
  24. Apr 06, 2022
  25. Feb 09, 2022
  26. Feb 07, 2022
  27. Feb 03, 2022
  28. Apr 21, 2021
  29. Apr 08, 2021
  30. Mar 24, 2021
  31. Jan 07, 2021
  32. 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
  33. Dec 03, 2020
  34. Nov 21, 2020
  35. Oct 26, 2020
  36. Oct 16, 2020
  37. Aug 22, 2020
  38. Jul 18, 2020
  39. Jul 11, 2020
Loading