summaryrefslogtreecommitdiffstats
path: root/web/react/stores
Commit message (Expand)AuthorAgeFilesLines
...
* PLT-12 adding log viewer=Corey Hulen2015-09-101-0/+67
* Add post list container to hold mounted post lists for faster rendering/chann...JoramWilander2015-09-081-0/+14
* Merge pull request #547 from mattermost/mm-2068Corey Hulen2015-09-021-125/+131
|\
| * Cosmetic refactoring for ESLintChristopher Speller2015-09-021-125/+131
* | Cosmetic Refactoringnickago2015-09-027-480/+633
|/
* Enabled and added help text for settings itemsAsaad Mahmood2015-08-271-0/+1
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-17/+108
* Fixes mm-2021 removes hard coded port=Corey Hulen2015-08-241-2/+1
* Fixes mm-2021 removes hard coded port=Corey Hulen2015-08-241-1/+0
* Update etag version for the addition of CreatorId field to channelsJoramWilander2015-08-201-1/+1
* Added a message deleted indicator when a post is deleted to let the user know...JoramWilander2015-08-191-0/+22
* removed unused post store functionJoramWilander2015-08-181-14/+0
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-183-88/+160
* update formatting in post_storeJoramWilander2015-08-181-28/+40
* adds predictive posting on the clientJoramWilander2015-08-181-1/+56
* Merge pull request #381 from mattermost/mm-1705Christopher Speller2015-08-181-1/+13
|\
| * added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-1/+13
* | Merge pull request #377 from nickago/MM-1894Joram Wilander2015-08-181-69/+74
|\ \ | |/ |/|
| * Cosmetic refactoringnickago2015-08-131-72/+74
| * Added flux-style error protection on team store call in sidebarnickago2015-08-131-1/+4
* | Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-141-0/+56
|\ \
| * | Added ConfigStore that is populated from the serverhmhealey2015-08-131-0/+56
| |/
* | removed underscores from function names in channel_storeJoramWilander2015-08-131-34/+34
* | format channel_store to more closely match style guide and sort channels in c...JoramWilander2015-08-111-212/+229
* | added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-1/+36
|/
* 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