summaryrefslogtreecommitdiffstats
path: root/web/react/components/rename_channel_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-5/+5
| | | | system.
* Allow admins to change the display name for the default channelReed Garmsen2015-11-131-19/+32
|
* Binding handleShown to constructorAsaad Mahmood2015-11-041-0/+1
|
* Adding focus for channel modalsAsaad Mahmood2015-11-041-0/+5
|
* Fixing most deprication warningsChristopher Speller2015-10-151-10/+10
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-9/+11
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Removed unused title update codeReed Garmsen2015-09-291-1/+0
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-108/+178
| | | | guide without any errors or warnings
* exapnded form tag to include submission buttonnickago2015-08-241-9/+8
|
* update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-111-4/+6
|
* added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-1/+1
| | | | intelligently pull channel data
* MM-1473 - Updating text for close buttonsAsaad Mahmood2015-07-311-1/+1
|
* channel handle now populates properly on opening of channel rename modalJoramWilander2015-07-291-1/+1
|
* Added a condition to close event listeners on modals when the componentnickago2015-07-231-3/+7
| | | | is unmounted, and set all unsaved data to be cleared from user settings
* When closing out of a modal, unsaved data and text inside of it is erased.nickago2015-07-231-0/+3
|
* 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
* first commit=Corey Hulen2015-06-141-0/+142