summaryrefslogtreecommitdiffstats
path: root/web/react/stores/channel_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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