summaryrefslogtreecommitdiffstats
path: root/webapp/actions
Commit message (Collapse)AuthorAgeFilesLines
* Properly filter in more channels search (#6513)Joram Wilander2017-06-021-1/+5
|
* Fix JS errors when receiving message when on no teams (#6533)Joram Wilander2017-06-012-33/+16
|
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-231-0/+8
| | | | | | | | * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event
* Fix channels getting marked unread again on channel switch (#6390)Joram Wilander2017-05-111-1/+1
|
* Do not client predict status for current user (#6380)Joram Wilander2017-05-101-2/+6
|
* Show team in sidebar when joining through login (#6358)Joram Wilander2017-05-091-0/+23
|
* PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)Harrison Healey2017-05-092-3/+16
| | | | | | | | * Stopped ManageLanguages component from mutating user * Removed obsolete reference to mm_user * PLT-6518 Fixed user's locale not being loaded with redux actions
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-0/+6
|
* Fix getting removed from channel or team (#6357)Joram Wilander2017-05-091-1/+19
|
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-042-4/+1
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-1/+2
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* Add back button to RHS threads from pinned posts (#6306)Joram Wilander2017-05-032-2/+3
|
* Improve perf for channel switching, fix team switching issues (#6286)Joram Wilander2017-05-021-2/+2
| | | | | | * Improve perf for channel switching, fix team switching issues * Fix last channel when switching teams
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-013-8/+10
| | | | | | * Remove unnecessary store emits * Drastically reduce number of emitted changes
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-285-294/+152
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Fix inactive users showing up in team members modal (#6260)Joram Wilander2017-04-281-4/+1
|
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-1/+1
|
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-281-6/+2
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-5/+4
| | | | (#6213)
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-264-127/+102
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Redux bug fixes (#6243)Joram Wilander2017-04-261-1/+1
| | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-259-399/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* PLT-1384 Synced preferences over the websocket (#6108)Harrison Healey2017-04-202-1/+41
|
* PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)VeraLyu2017-04-181-6/+2
| | | | | Dispatch REMOVE_POST event after successfully initiating delete post, others get informed by websocket event and will mark the msg as deleted but not delete from RHS.
* Merge branch 'release-3.8'Christopher Speller2017-04-174-25/+67
|\
| * PLT-6253: Handle demote self from Team Admin. (#6056)George Goldberg2017-04-101-0/+12
| |
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-074-25/+50
| |
| * PLT-6238 Fix 404 error in system console (#6014)Harrison Healey2017-04-071-0/+5
| |
* | PLT-5863 Fixing double display of error message (#6104)Corey Hulen2017-04-171-2/+2
| |
* | Update global_actions.jsx (#5938)prixone2017-04-121-1/+1
| | | | | | Clicking @ should append @[username] to the search
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-1215-16/+16
|/ | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Remove unnecessary uses of getMoreChannels (#5982)Joram Wilander2017-04-041-1/+0
|
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-043-0/+72
| | | | | | | | | | | | | | | * PLT-6198: Use added to channel system message on default channels. Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. * PLT-6023: Add Users to Team in WebApp. * Fix string text. * Handle added_to_team websocket message. * Fix unread flag on new channel.
* PLT-3958 Updated title for permalink error page (#5970)Harrison Healey2017-04-041-1/+4
|
* PLT-6098 Added Manage Teams modal to System Console users list (#5914)Harrison Healey2017-04-032-1/+12
| | | | | | | | | | | | | | | | * Added Manage Teams modal to System Console users list * Localized ManageTeamsModal * Fixed borders between Manage Teams list items * Updated appearance of ManageTeamsModal * Fixed admin being redirected from system console when removing self from a team * Sorted teams in ManageTeamsModal * Updated Manage Teams styling
* Replace initial load of user's channel members for all teams with a lazy ↵Joram Wilander2017-04-032-0/+125
| | | | load (#5942)
* Add reaction picker (#5904)bonespiked2017-04-011-0/+1
|
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-011-0/+7
| | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-302-23/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-301-0/+10
|
* Check if LHS DM list needs updating on channel switch and channel members ↵Joram Wilander2017-03-241-0/+2
| | | | fetch (#5861)
* 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)