summaryrefslogtreecommitdiffstats
path: root/web/react/stores/channel_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-352/+0
|
* Convering client to react-router.Christopher Speller2016-03-141-4/+0
|
* Globally exported all stores when developer mode is enabledHarrison Healey2016-03-081-0/+4
|
* Fix badge and tab */(1) not disappearing until switching away from channelJoramWilander2016-02-121-2/+2
|
* Changing meation behaviour to show meantion when viewing channel but tab is ↵Christopher Speller2016-02-091-2/+2
| | | | not focused
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-5/+5
|
* Renamed all functions starting with p in client channel storeJoramWilander2016-01-261-28/+28
|
* Make Youtube previews stop when the channel is changedhmhealey2016-01-041-1/+1
|
* Fixed EditChannelHeaderModal's contents not always being updated when a ↵hmhealey2015-12-101-1/+3
| | | | change is made
* Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-13/+5
|
* Add bindJoramWilander2015-12-021-0/+1
|
* Make proper async calls when switching channelsJoramWilander2015-12-021-2/+41
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-29/+57
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-9/+9
| | | | system.
* Functionalized codeReed Garmsen2015-11-021-19/+5
|
* Added additional checks to channel sorting that sorts by display_nameReed Garmsen2015-11-021-3/+13
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Add post list container to hold mounted post lists for faster ↵JoramWilander2015-09-081-0/+14
| | | | rendering/channel switching.
* Cosmetic refactoring for ESLintChristopher Speller2015-09-021-125/+131
|
* Enabled and added help text for settings itemsAsaad Mahmood2015-08-271-0/+1
|
* removed underscores from function names in channel_storeJoramWilander2015-08-131-34/+34
|
* format channel_store to more closely match style guide and sort channels in ↵JoramWilander2015-08-111-212/+229
| | | | channel store over sidebar
* added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-1/+36
| | | | on client
* remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-33/+20
|
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-52/+12
|
* Better logic for checking if channel has loadedReed Garmsen2015-07-101-1/+6
|
* Leave result of _getMoreChannels unitialized if it does not yet exist in ↵Reed Garmsen2015-07-091-4/+0
| | | | browser storage to know when list of more channels is loading vs when its empty
* Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-091-16/+34
|\
| * Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-16/+34
| | | | | | | | layer to add current user id as a prefix to most keys.
* | Changed loading logic for retrieving more channels to allow for loading ↵Reed Garmsen2015-07-071-1/+1
|/ | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
* first commit=Corey Hulen2015-06-141-0/+255