summaryrefslogtreecommitdiffstats
path: root/web/react/stores/channel_store.jsx
Commit message (Expand)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 n...Christopher Speller2016-02-091-2/+2
* 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 chang...hmhealey2015-12-101-1/+3
* 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
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-9/+9
* 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 rendering/chann...JoramWilander2015-09-081-0/+14
* 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 c...JoramWilander2015-08-111-212/+229
* added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-1/+36
* 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 brow...Reed Garmsen2015-07-091-4/+0
* 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 laye...Christopher Speller2015-07-081-16/+34
* | Changed loading logic for retrieving more channels to allow for loading anima...Reed Garmsen2015-07-071-1/+1
|/
* first commit=Corey Hulen2015-06-141-0/+255