summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #4665 Added EmojiPicker Work primarily by @broernr-de and @harrison on pre-release.mattermost.com * Final fixes to handle custom emojis from internal review and single merge error * ESLint fixes * CSS changes and other code to support emoji picker in reply window * Fix for file upload and emoji picker icon positions on post and comment. RHS emoji picker appearing see-through at this time. * Fix for two ESLint issues. * covered most of feedback: RHS emoji picker looks correct color-wise RHS emoji picker dynamically positions against height of thread size (post + reply messages) escape closes emoji window search box focused on open ESLint fixes against other files oversized emoji preview fixes * Adding in 'outside click' eventing to dismiss the emoji window * Changing some formatting to fix mismatch between my local eslant rules and jenkins. * adding alternative import method due to downstream testing errors * yet another attempt to retain functionality and pass tests - skipping import of browser store * fix for feedback items 5 and 7: * move search to float on top with stylistic changes * whitespace in the header (+1 squashed commit) Squashed commits: [6a26d32] changes that address items 1, 2, 6, 8, and 9 of latest feedback * Fix for attachment preview location on mobile * Fix for latest rounds of feedback * fixing eslint issue * making emojipicker sprite based, fixing alignments * Fix for emoji quality, fixing some behavior (hover background and cursor settings) undoing config changes * Preview feature for emojis * Adjustments to config file, and changing layout/design of attachment and emoji icon. * manual revert from master branch for config.json * reverting paperclip and fixing alignments. Additionally fixing inadvertent display of picker on mobile. * CSS changes to try to fix the hover behavior - currently working for emoji picker (when enabled), but hover for attachment isn't working * Made suggested changes by jwilander except for jQuery removal * Adding hover for both icons * removal of some usages of jQuery * Fix for two layout issues on IE11/Edge * UI improvements for emoji picker * Fix for many minor display issues * fix for additional appearance items * fix to two minor UI items * A little extra padding for IE11 * fix for IE11 scroll issue, and removing align attribute on img tag which was throwing js error * fixes some display issues on firefox * fix for uneven sides of emojis * fix for eslint issues that I didn't introduce * fix for missing bottom edge of RHS emojipicker. also fixing text overlapping icons on text area (including RHS) * Update "emoji selector" to "emoji picker" * changes for code review - removal of ..getDOMNode - use sprite imagery for emoji preview - remove lastBlurAt from state as it wasn't used * fixes for: - fake custom emoji preview in picker - RHS scrollbar on preview * fix for minor alignment of preview emoji
* Merge branch 'release-3.7' into master.George Goldberg2017-03-174-8/+49
|\
| * Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-1/+1
| |
| * Fix MFA page showing up when not active on account switch (#5687)Joram Wilander2017-03-091-1/+1
| |
| * Add sync logic for DMs/GMs when network reconnects (#5676)Joram Wilander2017-03-083-6/+47
| |
* | Prevent double join calls when joining a public channel (#5761)Joram Wilander2017-03-151-0/+1
| |
* | Add pinned posts (#4217)Gabin Aureche2017-03-131-1/+35
|/
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-061-0/+4
|
* Prevented RHS from closing when you reply to a message that had been ↵Christopher Speller2017-03-061-5/+0
| | | | deleted. (#5651)
* Fix telemtry IDs. (#5649)George Goldberg2017-03-061-1/+13
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-025-74/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Fix channel created WS event (#5552)enahum2017-02-271-1/+2
|
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-271-2/+6
| | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * Fixing UI * Removing email as preferences from the UI for now * move to action * fix client test
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-272-21/+42
|
* PLT-5396 Fix team mention badge persistance (#5543)enahum2017-02-271-0/+4
|
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-245-14/+22
|
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-231-2/+0
| | | | | | | | | | * PLT-5080 (WebApp): Channel Admin permission level. For channel management and channel deletion. * Fix some incorrect showing/hiding of options. * Remove incorrect client calls that was overwriting my channel members.
* Fix load profile for new DM message (#5441)Joram Wilander2017-02-161-0/+4
|
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-152-1/+50
|
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-134-36/+9
|
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-1/+2
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-021-19/+1
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-311-1/+1
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Improvments to typing messages (#5230)Christopher Speller2017-01-301-1/+3
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-301-1/+1
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Merge branch 'release-3.6'Christopher Speller2017-01-271-1/+7
|\
| * Add functionality for refetching latest data after computer wakes up (#5120)Joram Wilander2017-01-191-1/+7
| |
* | Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-275-1/+606
| |
* | #4967 Fixed issue of post not getting updated after edit, if the post was ↵Debanshu Kundu2017-01-251-8/+14
| | | | | | | | focused. (#5149)
* | Move instances of Client.resendVerification() in components to an action (#5169)Carlos Tadeu Panato Junior2017-01-241-0/+16
| |
* | Move instances of Client.resetPassword() in components to an action (#5167)Carlos Tadeu Panato Junior2017-01-241-0/+22
| |
* | Move instances of Client.verifyEmail() in components to an action (#5166)Carlos Tadeu Panato Junior2017-01-241-0/+17
| |
* | Move instances of Client.uploadFile() in components to an action (#5165)Carlos Tadeu Panato Junior2017-01-231-0/+26
| |
* | Move instances of Client.deleteChannel() in components to an action (#5164)Carlos Tadeu Panato Junior2017-01-231-0/+20
| |
* | Move instances of Client.inviteMembers() in components to an action (#5154)Saturnino Abril2017-01-231-0/+16
| |
* | Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-231-0/+18
| | | | | | | | (#5156)
* | #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-201-0/+24
| | | | | | | | graph data from those links. (#4890)
* | Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-201-0/+27
| | | | | | | | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId
* | Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-201-0/+16
| |
* | Move instances of Client.deletePost() in components to an action (#5129)Carlos Tadeu Panato Junior2017-01-191-0/+27
| |
* | Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-191-0/+18
| | | | | | | | action (#5132)
* | Move instances of Client.updateChannelPurpose() in components to an action ↵Carlos Tadeu Panato Junior2017-01-191-0/+19
| | | | | | | | (#5096)
* | PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-182-32/+75
| | | | | | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* | Move instances of Client.updateChannelHeader() in components to an action ↵Carlos Tadeu Panato Junior2017-01-171-0/+22
| | | | | | | | (#5098)
* | Fix lodaing missing messages after search bug (#5080)Joram Wilander2017-01-162-1/+3
| |
* | PLT-5134 removing the async sending from update user (#5078)Corey Hulen2017-01-161-2/+2
| |
* | PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-152-0/+111
| | | | | | | | | | | | | | | | | | | | | | This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.
* | GH-4907 Move Client.updatePost call into an action (#5045)Mika Andrianarijaona2017-01-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * move Client.updatePost into an action Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead fixes #4907 * move loadPost in updatePost callback * Add loadPosts call in updatePost action * Lint: remove trailing spaces
* | PLT-5238: Show error on execute invalid slash command. (#5057)George Goldberg2017-01-131-1/+8
| |