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

[FIX] Not being able to mention users with "all" and "here" usernames - do not allow users register that usernames #14468

Merged
merged 17 commits into from
Jul 15, 2019

Commits on May 11, 2019

  1. [FIX] - add "all" and "here" to username blacklist

    this avoids creating user with "all" or "here" username that causes mentioning problem!
    in channels we can mention @ALL and @here so having users with these usernames makes problem
    hamidrezabstn authored May 11, 2019
    Configuration menu
    Copy the full SHA
    c05f9ae View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    8d995a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8171cef View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    d879852 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    690fb9a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    3667ec2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Configuration menu
    Copy the full SHA
    fc09f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    4abddc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    d2979c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    12d635b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0058323 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    b926fc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    e67e343 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    56fbbbc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Update app/lib/server/functions/checkUsernameAvailability.js

    Co-Authored-By: Diego Sampaio <chinello@gmail.com>
    hamidrezabstn and sampaiodiego authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    40f16ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18946a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Remove duplicated code

    sampaiodiego authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    6e4566b View commit details
    Browse the repository at this point in the history