summaryrefslogtreecommitdiffstats
path: root/web/react/stores/post_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-6/+6
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-44/+15
|
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-23/+22
| | | | layer to add current user id as a prefix to most keys.
* first commit=Corey Hulen2015-06-141-0/+224