summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_header.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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`
* Merge pull request #344 from nickago/MM-1646Christopher Speller2015-08-061-4/+9
|\ | | | | MM-1646 Changes the word channel to group for priavte groups
| * Changes the word channel to group for priavte groupsnickago2015-08-051-4/+9
| |
* | Updating channel header tooltip placementAsaad Mahmood2015-08-041-1/+1
|/
* Cosmetic refactoring to be inline with the style guideReed Garmsen2015-08-021-84/+95
|
* Searching for recent mentions no longer includes all or channel if those ↵Reed Garmsen2015-08-021-1/+8
| | | | options were toggled in the users mention settings
* Removed popover on channel name and added ability to set channel ↵nickago2015-07-271-5/+7
| | | | descritption for 1-1 channels
* Placing SVGs into constants.jsxAsaad Mahmood2015-07-231-1/+1
|
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-1/+1
|
* Merge pull request #193 from ralder/fix-manage-members-town-squareJoram Wilander2015-07-171-15/+18
|\ | | | | [webui] remove admin's ability to manage members of default channel fixes (#172)
| * remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-15/+18
| |
* | MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-6/+5
|/
* fix incorrect call for AsyncClient.dispatchErrorralder2015-07-131-64/+39
|
* Force the extra info to update asychnickago2015-07-061-0/+7
|
* Added extra precaution to avoid null errornickago2015-06-301-7/+9
|
* MM-1289 Now sorts users in lexigraphical order in extra members popovernickago2015-06-301-1/+6
|
* Revert "MM-1289 Sorted the channel members popover lexigraphically"Christopher Speller2015-06-301-6/+1
|
* Added semicolonsnickago2015-06-291-2/+2
|
* Sorted the channel members popover lexigraphicallynickago2015-06-291-1/+6
|
* fixes mm-1316 improves channel notifications UI and updates channellist etagJoramWilander2015-06-291-26/+4
|
* Changed Invite Members to Add Members in channel options for mobile and browserReed Garmsen2015-06-171-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+249