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 RocketChat/Rocket.Chat#329. Check for duplicate name before creating Channel and Private Group. Also, check Private Group for illegal name. #330

Merged
merged 2 commits into from
Jul 24, 2015

Commits on Jul 23, 2015

  1. Fix RocketChat#329. Check for duplicate name before creating

    channel or private group
    
    Queried ChatRoom for Room with same name and returned a descriptive
    error if one was found when creating a Channel or Private Group.
    rwakida committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    8ffddb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Fix RocketChat#329. Check for duplicate name when creating

    private group and channel.  Check for illegal name for private group.
    
    - Use il8n for error messages
    - Add il8n english error message for duplicate channel/private group
      name
    - Add illegal name serverside check to createPrivateGroup method
    - Add logic to handle different error types on privateGroupsFlex page
    rwakida committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3fe20c6 View commit details
    Browse the repository at this point in the history