summaryrefslogtreecommitdiffstats
path: root/web/react/stores/team_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModalhmhealey2015-11-231-0/+11
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-6/+6
| | | | system.
* Inital support for multi-tab loging=Corey Hulen2015-10-161-35/+29
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-4/+4
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Cosmetic Refactoringnickago2015-09-021-40/+57
|
* Cosmetic refactoringnickago2015-08-131-72/+74
|
* Added flux-style error protection on team store call in sidebarnickago2015-08-131-1/+4
|
* Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-1/+7
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-3/+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-14/+2
|
* Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-6/+10
| | | | layer to add current user id as a prefix to most keys.
* fix command comparator and team storeJoramWilander2015-06-181-26/+12
|
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-0/+114
feature from client