Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Extend slash command '/topic' to display the room topic #2532

Merged
merged 18 commits into from
Feb 7, 2019

Commits on Jan 30, 2019

  1. Extend slash command '/topic' to display the room topic

    If no <topic> is provided, the command will display a modal dialog containing
    the sanitized and linkified room topic. This is just adding some juice to make
    reading long room topics more convenient.
    Bastian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    bc6d13e View commit details
    Browse the repository at this point in the history
  2. Update i18n

    Bastian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    5f90321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    135af40 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Bastian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    8940934 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b96a4a4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/boeserwolf/matrix-react-sdk

     into develop
    Bastian committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    3a40982 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    022dd14 View commit details
    Browse the repository at this point in the history
  2. Add InfoDialog

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f245fa6 View commit details
    Browse the repository at this point in the history
  3. Replace QuestionDialog with InfoDialog

    Display a default message if no room topic is present
    
    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    8273662 View commit details
    Browse the repository at this point in the history
  4. Update i18n

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    3e2bcd1 View commit details
    Browse the repository at this point in the history
  5. Add HtmlUtils.linkifyString()

    Add HtmlUtils.linkifyElement()
    
    Add HtmlUtils.linkifyAndSanitize()
    
    Refactor module imports
    
    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    9cd13a8 View commit details
    Browse the repository at this point in the history
  6. Refactor to use HtmlUtils for linkifying and sanitizing

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    23971b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Update copyright

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    4dcbb6f View commit details
    Browse the repository at this point in the history
  2. Clean up InfoButton

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    7428e97 View commit details
    Browse the repository at this point in the history
  3. Reformat

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    d77f10e View commit details
    Browse the repository at this point in the history
  4. Replace QuestionDialog with InfoDialog

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    aa0ae88 View commit details
    Browse the repository at this point in the history
  5. Fix error if topicEvents is undefined

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    951f0fc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Use default options from sanitizeHtmlParams for sanitizeHtml()

    Signed-off-by: Bastian <matrix@noxware.de>
    Bastian committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    179f9a1 View commit details
    Browse the repository at this point in the history