summaryrefslogtreecommitdiffstats
path: root/webapp/actions/channel_actions.jsx
Commit message (Expand)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-413/+0
* [PLT-3377] Open up a shortcuts dialog instead of printing help text (#7064)Saturnino Abril2017-08-181-5/+3
* PLT-6484 Add /leave command to leave a channel (#6402)David Meza2017-08-031-0/+33
* RN-152 Updated createGroupChannel's return value to match createDirectChannel...Harrison Healey2017-07-271-6/+5
* add /search command (#6741)Chris2017-07-051-0/+4
* Various updates to match latest mattermost-redux (#6794)Joram Wilander2017-06-291-29/+21
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-82/+39
* PLT-6714: add /settings command (#6716)Chris2017-06-231-3/+17
* Properly filter in more channels search (#6513)Joram Wilander2017-06-021-1/+5
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-011-1/+1
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-275/+128
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+1
|\
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-071-1/+1
* | PLT-5863 Fixing double display of error message (#6104)Corey Hulen2017-04-171-2/+2
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
|/
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-4/+25
|\
| * Add sync logic for DMs/GMs when network reconnects (#5676)Joram Wilander2017-03-081-4/+25
* | Prevent double join calls when joining a public channel (#5761)Joram Wilander2017-03-151-0/+1
|/
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-11/+52
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-271-2/+6
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-20/+27
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+4
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-231-2/+0
* Move instances of Client.deleteChannel() in components to an action (#5164)Carlos Tadeu Panato Junior2017-01-231-0/+20
* Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-201-0/+27
* Move instances of Client.updateChannelPurpose() in components to an action (#...Carlos Tadeu Panato Junior2017-01-191-0/+19
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-0/+72
* Move instances of Client.updateChannelHeader() in components to an action (#5...Carlos Tadeu Panato Junior2017-01-171-0/+22
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-0/+3
* PLT-5238: Show error on execute invalid slash command. (#5057)George Goldberg2017-01-131-1/+8
* #4697 Move Client.createChannel() in components to an action (#4855)Björn Roland2016-12-221-0/+36
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel int...Joram Wilander2016-12-211-1/+1
* #4699 Move instances of Client.updateChannelNotifyProps() in components to an...Björn Roland2016-12-211-0/+15
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-091-3/+2
* Move instances of Client.updateChannel() in components to an action (#4643)Carlos Tadeu Panato Junior2016-12-011-0/+18
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-0/+52
* Load channel members with channels to make sure we have latest unread counts ...Joram Wilander2016-11-011-0/+5
* GH-4095 Favorite/Starred Channels (#4222)Alexander Smaga2016-10-261-0/+14
* Fix autocomplete for old mechanisms and add partial fix for channel switcher ...Joram Wilander2016-10-201-11/+1
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-4/+133
* PLT-4343 Fixes for mobile main menu (#4148)Harrison Healey2016-10-041-1/+1
* Removed /shortcuts from mobile (#3753)David Lu2016-08-111-6/+11
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-1/+1
* made /shortcuts separate for mac (#3571)David Lu2016-07-141-0/+8
* PLT-3153 Converted slash command triggers to lowercase on save (#3577)David Lu2016-07-141-1/+5
* PLT-3366 Holding down the ALT key and clicking on a message adds a new messag...samogot2016-07-141-0/+12
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
* Fixed DM channels not opening (#3336)David Lu2016-06-151-2/+13
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-021-1/+6
* Changed channel navigation (#3142)David Lu2016-05-271-0/+10