summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_advanced.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Update UI text for emoji picker setting (#5963)Jason Blais2017-04-031-1/+1
| | | | | | * Update user_settings_advanced.jsx * Update en.json
* 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
* Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Advanced) (#5823) * Add IDs to Channel Notification Preferences * Add IDs to Display Settings * Add ID to language dropdown * Add Ids * Add ids * Add Ids * Add Ids * Add Ids * Add Id * Add Ids * Add Ids * Fix duplicate Id
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-061-6/+11
|
* Update UI text for shortcuts to follow text formatting guidelines (#5533)Jason Blais2017-03-021-3/+3
| | | | | | | | | | | | * Update en.json * Update user_settings_advanced.jsx * Update messaging.jsx * Update composing.jsx * Fix formatting error with double quotes
* Account settings text updates (#5143)Jason Blais2017-01-201-1/+1
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* Fix more react warnings & fix saving theme (#4667)enahum2016-11-291-6/+6
|
* PLT-4550 move webrtc to TE (#4440)enahum2016-11-041-2/+1
| | | | | | * PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests
* Webrtc client side (#4026)enahum2016-09-161-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* Allowed post formatting to be disabled regardless of whether EnableDeveloper ↵Harrison Healey2016-09-061-4/+0
| | | | is set (#3975)
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-0/+93
| | | | | | | | * PLT-3754 EE: Add a Display Option to disable Join/Leave messages * Differentiate between join/leave add/remove messages * Update user removed from channel text message
* PLT-3842 - Fixing scrolling issue on account/team settings modal (#3819)Asaad Mahmood2016-08-181-1/+3
|
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements (#3449) Improving help text margins Updating changes for get link and create post files Fixing icon for select team screen Fixing styles for select team button Adding improvements to posts UI Adding improvement to post layout Updating changes for post controls Updating z-index for sidebar--right Updating help text position Fixing code for posts Fixing css for post view Pushing improvements for posts view Updating changes for post view Updating post layout Fixing system time css Updating header for system posts Updating post css Removing opacity and changing color for system messages Simplifying root post and system post behaviour Removing images from compact view Updating help text for display Updating embed preview text for advanced option PLT-3490 - Fixing RHS issue on Edge
* PLT-3444 Preview features checkboxes don't reset after hitting cancel (#3462)enahum2016-07-041-1/+13
|
* PLT-3269 Moved formatting toggle behind EnableDeveloper setting (#3402)Harrison Healey2016-06-271-1/+1
| | | | | | * Force formatting to be enabled if testing is disabled * Moved formatting toggle behind EnableDeveloper setting
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-061-7/+0
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* PLT-3168 Hide EnableFormatting advanced setting unless testing is enabled ↵Harrison Healey2016-06-051-73/+86
| | | | | | | | (#3237) * Added EnableTesting to the client config * Hid EnableFormatting advanced setting unless testing is enabled
* PLT-3080 Added ability to disable formatting for debugging and updated ↵Harrison Healey2016-05-301-58/+158
| | | | | | | | | | marked to fix errors (#3141) * Removed injectIntl from user_settings_advanced.jsx * Added setting to disable formatting for debugging * Updated fork of marked
* PLT-2886 Added name properties to all radio buttons (#3112)Harrison Healey2016-05-261-0/+2
| | | | | | | | * Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
* Multiple UI ImprovementsAsaad Mahmood2016-03-291-0/+2
|
* Changed PreferenceStore to store data in memoryHarrison Healey2016-03-231-21/+25
|
* Revert "PLT-2183 Slash command auto-complete"Christopher Speller2016-03-181-4/+0
|
* use pre-released featuresNicolas Clerc2016-03-171-0/+4
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+345