summaryrefslogtreecommitdiffstats
path: root/web/react/stores/user_store.jsx
Commit message (Expand)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-305/+0
* Convering client to react-router.Christopher Speller2016-03-141-46/+20
* Globally exported all stores when developer mode is enabledHarrison Healey2016-03-081-0/+4
* Refactor listener out of user profile and fix thread logicJoramWilander2016-02-231-1/+1
* Refactor user store listener out of channel headerJoramWilander2016-02-221-45/+5
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-081-6/+6
* Added ability to sign in via username; separated email sign in and sign up co...Reed Garmsen2016-02-021-0/+10
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-12/+11
* Merge branch 'release-1.2'Christopher Speller2015-11-121-2/+2
|\
| * Fix channel invite button on channel intro message and fix empty channel invi...JoramWilander2015-11-111-2/+2
* | Fix profile loading in RHS on refreshJoramWilander2015-11-121-0/+4
|/
* GIT-888 improving perf=Corey Hulen2015-11-061-0/+9
* Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-041-20/+0
|\
| * Moved InviteMemberModal to be controlled by a storehmhealey2015-11-021-20/+0
* | Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-031-15/+18
|/
* Added keyboard selection to search autocompletehmhealey2015-10-231-1/+3
* Added an autocomplete dropdown to the search barhmhealey2015-10-231-0/+12
* Inital support for multi-tab loging=Corey Hulen2015-10-161-77/+79
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Implement UI theme colors.JoramWilander2015-09-231-0/+16
* Cosmetic Refactoringnickago2015-09-021-142/+194
* added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-1/+13
* Removed vestigial arguements from refactored codenickago2015-08-071-2/+2
* Cosmetic refactors, including variable name changes and splitting if statementsnickago2015-08-061-37/+52
* fixed the spacing on UserStorenickago2015-08-061-220/+220
* Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-13/+1
* Access History and Active Sessions are now lazy-loaded upon opening instead o...Reed Garmsen2015-07-291-2/+2
* [webui] fix command-list cssralder2015-07-221-1/+3
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-13/+16
* Allow Users to be notified using @all, @channel, and their first name when ot...hmhealey2015-07-171-9/+7
* Use User.FirstName for notifications instead of trying to determine it from U...hmhealey2015-07-171-5/+1
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-2/+2
* remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-1/+1
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-101-100/+20
* Finishing centralization of BrowserStoreChristopher Speller2015-07-081-7/+7
* Modifying all storage to use session storage. Also adding an abstraction laye...Christopher Speller2015-07-081-47/+60
* @all and @channel now highlight like other mentionsJoramWilander2015-06-301-0/+3
* first commit=Corey Hulen2015-06-141-0/+328