summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_header.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-517/+0
|
* Convering client to react-router.Christopher Speller2016-03-141-8/+24
|
* minor optimization; following jwilander's recommendationDmitri Aizenberg2016-02-261-3/+3
|
* fixedDmitri Aizenberg2016-02-251-5/+12
|
* Merge pull request #2229 from mattermost/plt-1770Harrison Healey2016-02-231-7/+8
|\ | | | | PLT-1770 Refactor store listeners out of highly used components
| * Move post_body profile change listener into posts viewJoramWilander2016-02-221-2/+2
| |
| * Refactor user store listener out of channel headerJoramWilander2016-02-221-6/+7
| |
* | Ported RenameChannelModal to React-Bootstraphmhealey2016-02-221-5/+22
|/
* Updating some client deps + eslintChristopher Speller2016-02-221-2/+2
|
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-1/+1
|
* Multiple UI improvementsAsaad Mahmood2016-02-051-1/+1
|
* PLT-7: Refactoring frontend (chunk 10)Elias Nahum2016-02-021-15/+79
| | | | | | - Modals - Fix bug on msg_typing - Add missing translations in es.json for EE
* Changed statistics to show usernames with an email tooltipReed Garmsen2016-01-111-1/+1
|
* Remove @all from recent mentionsJoramWilander2015-12-081-3/+3
|
* Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-0/+2
|
* Switched ChannelInviteModal to use a ToggleModalButton wherever possiblehmhealey2015-12-031-9/+3
|
* fixing eslint=Corey Hulen2015-11-231-0/+2
|
* Disabling the all mention=Corey Hulen2015-11-231-3/+3
|
* Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-231-3/+3
|
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-231-17/+10
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-20/+20
| | | | system.
* Posts structure improvementAsaad Mahmood2015-11-191-24/+14
|
* Converted DeleteChannelModal to React-Bootstraphmhealey2015-11-171-7/+5
|
* Converted ChannelNotificationsModal to React-Bootstraphmhealey2015-11-171-7/+5
|
* Converted ChannelInfoModal to React-Bootstraphmhealey2015-11-171-6/+6
|
* Allow admins to change the display name for the default channelReed Garmsen2015-11-131-19/+22
|
* Merge pull request #1409 from mattermost/plt-961Corey Hulen2015-11-121-1/+1
|\ | | | | PLT-961 Rename areStatesEqual to areObjectsEqual and make it more comprehensive and accurate.
| * Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-1/+1
| | | | | | | | accurate.
* | Added ChannelExtra.MemberCount field to reflect the actual member count when ↵hmhealey2015-11-121-1/+5
|/ | | | we truncate the list of members to 20
* Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-041-25/+36
| | | | performance issues
* display full name, nickname or username in direct messagesStas Vovk2015-11-011-2/+5
|
* Added ability to see/edit channel purpose in the clienthmhealey2015-10-271-66/+90
|
* Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-11/+11
|
* Refactoring post_store into post_store and search_storeChristopher Speller2015-10-261-4/+4
|
* Small refactor of websocket code on client and serverJoramWilander2015-10-161-13/+3
|
* Fixing most deprication warningsChristopher Speller2015-10-151-57/+81
|
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\ | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
| |
* | Fixing ability to dynamicly update members list.Christopher Speller2015-10-081-1/+3
|/
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-20/+20
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Removing click event for channel description popoverAsaad Mahmood2015-09-221-1/+1
|
* PLT-11 adding config for logs to UI=Corey Hulen2015-09-171-1/+1
|
* Removed all calls to textToJsx and replaced them with calls to TextFormattinghmhealey2015-09-141-4/+4
|
* Add post list container to hold mounted post lists for faster ↵JoramWilander2015-09-081-1/+6
| | | | rendering/channel switching.
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-155/+281
| | | | guide without any errors or warnings
* Multiple UI ImprovementsAsaad Mahmood2015-08-211-1/+1
|
* Revert "Multiple UI Improvements"Joram Wilander2015-08-201-1/+1
|
* Multiple UI ImprovementsAsaad Mahmood2015-08-201-1/+1
|
* Revert "MM-375 Adds text formatting features using a modified version of the ↵Christopher Speller2015-08-141-1/+1
| | | | marked js library"
* Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-121-1/+1
| | | | marked js library. Supports *bold*, _italics_, and `code`