Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes rtl check in ChatMessages class #4049

Merged
merged 8 commits into from
Aug 25, 2016

Commits on Aug 9, 2016

  1. Added view-d-room to guest role

    So they can see direct messages.
    MartinSchoeler committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    f7e75d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. valueChanged optimization

    valueChange checks if the text is rtl or ltr on every input, changed the method to check only the first input.
    MartinSchoeler committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    f4a9e84 View commit details
    Browse the repository at this point in the history
  2. Update startup.coffee

    MartinSchoeler committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    8663ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41acef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Fixes pr RocketChat#4049

    fixes the value.lenght to value.length and used the this.value instead of the value in the parameter
    MartinSchoeler committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    a400780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84661dd View commit details
    Browse the repository at this point in the history
  3. Update startup.coffee

    MartinSchoeler committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    2f126fc View commit details
    Browse the repository at this point in the history
  4. Update startup.coffee

    MartinSchoeler committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    44b8efb View commit details
    Browse the repository at this point in the history