summaryrefslogtreecommitdiffstats
path: root/web/react/stores
Commit message (Collapse)AuthorAgeFilesLines
* Renamed RECIEVED_* to RECEIVED_*hmhealey2016-02-089-27/+27
|
* GIT-1812 fixing wesocket issue with firefox=Corey Hulen2016-02-051-8/+16
|
* Changed CommandProvider to only set the matched pretext if it actually ↵hmhealey2016-02-051-1/+3
| | | | matches anything
* Merge pull request #2075 from mattermost/PLT-1851Corey Hulen2016-02-041-7/+16
|\ | | | | PLT-1851 reconnect and get missing messages
| * PLT-1851 fixing websocket reconnect error=Corey Hulen2016-02-041-6/+12
| |
| * PLT-1851 reconnect and get missing messages=Corey Hulen2016-02-031-1/+4
| |
* | Added helper methods to send ephemeral messages to specific usershmhealey2016-02-041-2/+1
| |
* | Changed how posts are marked ephemeralhmhealey2016-02-041-2/+1
| |
* | Changed PostStore to not clear a deleted post's messagehmhealey2016-02-041-4/+0
| |
* | Added ephemeral messages sent when a user mentions someone not in the channelhmhealey2016-02-041-0/+1
| |
* | Changed deleted posts to be more general ephemeral postshmhealey2016-02-041-68/+23
|/
* Messages for SocketStore and small fixesElias Nahum2016-02-031-9/+12
|
* PLT-7: Refactoring frontend (chunk 11)Elias Nahum2016-02-031-1/+4
| | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body
* Merge pull request #2049 from mattermost/plt-1856Christopher Speller2016-02-031-1/+31
|\ | | | | PLT-1856 Add basic server audit tab to system console for EE
| * Add basic server audit tab to system console for EEJoramWilander2016-02-021-1/+31
| |
* | Added ability to sign in via username; separated email sign in and sign up ↵Reed Garmsen2016-02-021-0/+10
|/ | | | config settings
* Return channel type in new post websocket eventsJoramWilander2016-01-281-1/+2
|
* Merge pull request #1996 from mattermost/plt-1768Harrison Healey2016-01-271-1/+3
|\ | | | | PLT-1768 Clear deleted messages after channel leave and fix missig postlist error
| * Clear deleted messages after channel leave and fix missig postlist errorJoramWilander2016-01-271-1/+3
| |
* | Fixing small issue with displaying activity log=Corey Hulen2016-01-271-0/+4
| |
* | Merge pull request #1989 from mattermost/plt-1373Harrison Healey2016-01-261-28/+28
|\ \ | | | | | | PLT-1373 Renamed all functions starting with p in client channel store
| * | Renamed all functions starting with p in client channel storeJoramWilander2016-01-261-28/+28
| |/
* / Changed first preference load to be done synchronouslyhmhealey2016-01-261-9/+12
|/
* Optionally specify ws:// and wss:// port in configAndy Lo-A-Foe2016-01-191-1/+1
|
* Make Youtube previews stop when the channel is changedhmhealey2016-01-041-1/+1
|
* Refactored ViewImage modal and made it automatically play animated gifshmhealey2015-12-181-0/+60
|
* Improved PreferenceStore api when getting valueshmhealey2015-12-151-3/+46
|
* Merge pull request #1730 from mattermost/PLT-1404Joram Wilander2015-12-151-0/+17
|\ | | | | PLT-1404 signal login to other tabs
| * PLT-1404 signal login to other tags=Corey Hulen2015-12-141-0/+17
| |
* | Adding error bar message when console error detected=Corey Hulen2015-12-141-0/+1
|/
* Merge pull request #1652 from hmhealey/plt1319Corey Hulen2015-12-112-3/+18
|\ | | | | PLT-1319 Fixed direct channels not being visible when no actual channel exists
| * Added preference_changed web socket eventhmhealey2015-12-072-3/+18
| |
* | Merge pull request #1702 from rgarmsen2295/plt-1047Christopher Speller2015-12-111-1/+1
|\ \ | | | | | | PLT-1047 Fixed issue with Team Settings modal visually saving items instead of cancelling
| * | Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | | | | | | | | | changed remaining copyrights
| * | Revert "add helper method to add ephemeral messages; also switch 'delete ↵Christopher Speller2015-12-102-83/+46
| | | | | | | | | | | | mess…"
| * | add helper method to add ephemeral messages; also switch 'delete message' to ↵Florian Orben2015-12-092-46/+83
| | | | | | | | | | | | this new method
* | | Fixed EditChannelHeaderModal's contents not always being updated when a ↵hmhealey2015-12-101-1/+3
|/ / | | | | | | change is made
* | Removed space bar from autocompleteshmhealey2015-12-091-14/+1
| |
* | Fix edited posts not updating by websocketJoramWilander2015-12-081-0/+1
| |
* | PLT-564 fixing error bar=Corey Hulen2015-12-071-4/+5
|/
* Merge pull request #1613 from florianorben/PLT-1326Corey Hulen2015-12-041-1/+1
|\ | | | | PLT-1326: Enable channel posts of type join or leave not trigger unread notifications
| * PLT-1326: Enable channel posts of type join or leave not trigger unread ↵Florian Orben2015-12-041-1/+1
| | | | | | | | notifications
* | Merge pull request #1600 from hmhealey/plt1152Joram Wilander2015-12-041-13/+5
|\ \ | | | | | | PLT-1152 Fix cross-contamination between invite member modals
| * | Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-13/+5
| |/
* | Merge pull request #1604 from hmhealey/plt1285Joram Wilander2015-12-041-1/+20
|\ \ | | | | | | PLT-1285 Fixed IE11 tabs preventing themselves from logging out
| * | Fixed IE11 tabs preventing themselves from logging outhmhealey2015-12-031-1/+20
| |/
* / Changed SuggestionBox to clear its suggestions on losing focushmhealey2015-12-031-0/+5
|/
* Merge pull request #1579 from hmhealey/plt1298Christopher Speller2015-12-032-42/+27
|\ | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components
| * Changed Command autocomplete to pick a suggestion when space is pressedhmhealey2015-12-021-1/+14
| |
| * Replaced CommandList with the new suggestion componentshmhealey2015-12-011-4/+6
| |