summaryrefslogtreecommitdiffstats
path: root/web/react/stores
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵JoramWilander2015-08-191-0/+22
| | | | know what's happening.
* removed unused post store functionJoramWilander2015-08-181-14/+0
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-183-88/+160
| | | | immediate feedback after posting
* 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
|\ | | | | MM-1705 add google as an oauth single-sign-on service
| * 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
|\ \ | |/ |/| Mm 1894 Add state listening to the sidebar relative to the team store
| * 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
|\ \ | | | | | | MM-1812 Provide warnings on team invite screens when email is disabled
| * | 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 ↵JoramWilander2015-08-111-212/+229
| | | | | | | | channel store over sidebar
* | added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-1/+36
|/ | | | on client
* Merge pull request #359 from hmhealey/mm1770Christopher Speller2015-08-111-5/+8
|\ | | | | MM-1770 Add the ability to cancel in-progress file uploads
| * Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵hmhealey2015-08-111-3/+6
| | | | | | | | of null when no draft is found
| * Changed post drafts to maintain a list of the names of uploading files ↵hmhealey2015-08-101-2/+2
| | | | | | | | instead of just a count
* | Merge pull request #350 from nickago/MM-1684Christopher Speller2015-08-111-222/+225
|\ \ | |/ |/| MM-1684 Refactored code to remove errors on startup
| * 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
|\ | | | | MM-1686 Access History and Active Sessions now load upon opening instead of at start
| * Access History and Active Sessions are now lazy-loaded upon opening instead ↵Reed Garmsen2015-07-291-2/+2
| | | | | | | | of loaded at start; added loading screens to Access History and Active Sessions
* | 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 css
| * [webui] fix command-list cssralder2015-07-221-1/+3
| |
* | Merge pull request #228 from nickago/MM-1547Joram Wilander2015-07-221-8/+20
|\ \ | |/ |/| MM-1547 Added local cache storing of drafts for comments
| * Added message persistance on closing RHS/switching to another commentnickago2015-07-221-8/+20
| | | | | | | | | | thread. Similar to the center pane and channels, switching comment threads won't delete entered but unsent text/media in the RHS
* | Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-0/+16
|\ \ | |/ |/| MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Added events for when the active thread (ie the message thread that a user ↵hmhealey2015-07-211-0/+16
| | | | | | | | is responding to) changes
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-204-23/+29
|/ | | | | | | 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
* Allow Users to be notified using @all, @channel, and their first name when ↵hmhealey2015-07-171-9/+7
| | | | other notifications are disabled
* Use User.FirstName for notifications instead of trying to determine it from ↵hmhealey2015-07-171-5/+1
| | | | User.Nickname
* 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
|\ | | | | MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
| * Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet ↵Reed Garmsen2015-07-091-1/+1
| | | | | | | | connectivity immediately after clearning yellow bar after user has typed 5 characters
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-4/+5
|\ \ | | | | | | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
| * | 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 ↵Reed Garmsen2015-07-091-4/+0
| |/ | | | | | | browser storage to know when list of more channels is loading vs when its empty
* / 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
|\