summaryrefslogtreecommitdiffstats
path: root/web/react/stores
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #359 from hmhealey/mm1770Christopher Speller2015-08-111-5/+8
|\
| * Changed PostStore.getDraft/getCommentDraft to return an empty draft instead o...hmhealey2015-08-111-3/+6
| * Changed post drafts to maintain a list of the names of uploading files instea...hmhealey2015-08-101-2/+2
* | Merge pull request #350 from nickago/MM-1684Christopher Speller2015-08-111-222/+225
|\ \ | |/ |/|
| * 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
* | further cosmetic refactoringnickago2015-08-101-67/+65
* | Removed vetigial argument and properly aligned post_storenickago2015-08-101-176/+176
* | Removed all functionality required for removing used mentions from auto-completenickago2015-08-051-1/+1
|/
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-17/+0
* Merge pull request #269 from rgarmsen2295/mm-1686Christopher Speller2015-07-291-2/+2
|\
| * Access History and Active Sessions are now lazy-loaded upon opening instead o...Reed Garmsen2015-07-291-2/+2
* | Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-1/+7
|/
* Merge pull request #194 from ralder/fix-command-box-cssCorey Hulen2015-07-221-1/+3
|\
| * [webui] fix command-list cssralder2015-07-221-1/+3
* | Merge pull request #228 from nickago/MM-1547Joram Wilander2015-07-221-8/+20
|\ \ | |/ |/|
| * Added message persistance on closing RHS/switching to another commentnickago2015-07-221-8/+20
* | Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-0/+16
|\ \ | |/ |/|
| * Added events for when the active thread (ie the message thread that a user is...hmhealey2015-07-211-0/+16
* | Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-204-23/+29
|/
* 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-162-34/+21
* fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-107-288/+137
* Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-101-1/+1
|\
| * Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet c...Reed Garmsen2015-07-091-1/+1
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-4/+5
|\ \
| * | 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 brow...Reed Garmsen2015-07-091-4/+0
| |/
* / fix bugs for pr #150 MM-895ralder2015-07-101-5/+13
|/
* Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-097-95/+210
|\
| * Adding comments to change versions in syncChristopher Speller2015-07-081-0/+2
| * Finishing centralization of BrowserStoreChristopher Speller2015-07-082-7/+34
| * Modifying all storage to use session storage. Also adding an abstraction laye...Christopher Speller2015-07-087-95/+181
* | Changed loading logic for retrieving more channels to allow for loading anima...Reed Garmsen2015-07-071-1/+1
|/
* @all and @channel now highlight like other mentionsJoramWilander2015-06-301-0/+3
* fix command comparator and team storeJoramWilander2015-06-181-26/+12
* added team store, team settings menu, and the ability to turn on valet featur...JoramWilander2015-06-181-0/+114
* first commit=Corey Hulen2015-06-145-0/+952