summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel.jsx
Commit message (Collapse)AuthorAgeFilesLines
* New add channel modal using react-bootstrap.Christopher Speller2015-09-141-211/+0
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-7/+14
|
* Cosmetic Refactoringnickago2015-09-021-40/+79
|
* Clears the 'new channel' dialogue box of errors and previous input on exitReed Garmsen2015-08-251-0/+11
|
* Changes the max number of characters for a channel title/handle to 22Reed Garmsen2015-08-241-2/+2
|
* switch to channel after creationJoramWilander2015-08-111-2/+1
|
* don't refresh page on channel creation and ignore case when sorting channels ↵JoramWilander2015-08-111-5/+6
| | | | in sidebar
* added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-2/+2
| | | | intelligently pull channel data
* Fixed typo in channel/group namingnickago2015-08-071-1/+1
|
* Changes the word channel to group for priavte groupsnickago2015-08-051-1/+6
|
* Fixed non-cosmetic refactoring typonickago2015-08-051-1/+1
|
* Cosmetic Refactoringnickago2015-08-041-59/+67
|
* Changed 'Close' to 'Cancel'nickago2015-08-041-2/+2
|
* Placed button inside of form to allow for submission on strike of enter keynickago2015-08-041-8/+8
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-2/+4
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-1/+1
|
* Changed textarea resizeability from being a blanket statement to everything ↵Reed Garmsen2015-07-071-1/+1
| | | | to only the ones with issues
* first commit=Corey Hulen2015-06-141-0/+139