summaryrefslogtreecommitdiffstats
path: root/web/react/stores/browser_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-225/+0
|
* Convering client to react-router.Christopher Speller2016-03-141-2/+4
|
* PLT-1404 signal login to other tags=Corey Hulen2015-12-141-0/+17
|
* Fixed IE11 tabs preventing themselves from logging outhmhealey2015-12-031-1/+20
|
* force reload on server update=Corey Hulen2015-11-171-1/+1
|
* Fixing issue with safari private mode=Corey Hulen2015-11-051-1/+5
|
* PLT-1016 force logout on other browsers=Corey Hulen2015-11-051-8/+23
|
* Fixing issue with saving/getting drafts=Corey Hulen2015-10-231-2/+2
|
* Addressing issues from group code review=Corey Hulen2015-10-221-7/+20
|
* Inital support for multi-tab loging=Corey Hulen2015-10-161-19/+63
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-478 partial fix for local storage getting filled up. This will be fixed ↵=Corey Hulen2015-10-061-1/+7
| | | | for good with multi-login stuff
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-1/+1
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-5/+2
|
* Cosmetic Refactoringnickago2015-09-021-44/+36
|
* Update etag version for the addition of CreatorId field to channelsJoramWilander2015-08-201-1/+1
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-18/+30
| | | | immediate feedback after posting
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-1/+1
| | | | | | | 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-67/+86
|
* fix bugs for pr #150 MM-895ralder2015-07-101-5/+13
|
* Adding comments to change versions in syncChristopher Speller2015-07-081-0/+2
|
* Finishing centralization of BrowserStoreChristopher Speller2015-07-081-0/+27
|
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-0/+48
layer to add current user id as a prefix to most keys.