| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-6905 - Updating channel header design
* Updating border-radius
* Updating radius for wide icons
* Updating trigger for overlay
* Updating UI for channel header
* Updating channel header sizing
* Updating channel header css
* Updating sidebar css
* Updating status icons
* Adjusting border
* Updating comment
* Removing type from status icon
* Fixing UI issues for the channel header/sidebar
* make "Add a channel description" open the channel header modal
* Updating status and opacity
* Updating stauts icon positioning
* Updating description and heading size
* Updating UI changes
* Updating UI changes
* add a focused class to the parent div .search__form and then remove when hover away
* Fix active state for pinned posts icon
* Updating UI changes
* Update channel header text
|
|
|
|
|
|
|
|
| |
* system console setting for the emoji picker
* remove state.emojiPickerEnable
* update url to /admin_console/customization/emoji
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* move teammate name display setting to the system console
* update all the likes of TeammateNameDisplay names
* fix gofmt error
* rebase and fix conflict
|
|
|
|
| |
theme vector) and advanced settings (#6764)
|
| |
|
| |
|
|
|
|
|
|
| |
* add /settings command
* update receiver name
|
|
|
|
|
|
|
|
| |
value, and the value as a link (#6565)
* Remove edit button on mobile, and have the edit icon beside the value, and the value as a link
* update per review
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add pop-up asking if user wants to reset status
* Update test snapshot
* Update prop name for old uses of confirm modal
* Updating checkbox (#6586)
* Updating style for checkbox (#6596)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updating client dependancies. Switching to using yarn.
* Updating React
* Moving pure components to using function syntax (performance gains with newer react version)
* Updating client dependancies.
* Ignore .yarninstall
* Enabling pre-lockfile because it's the entire point of using yarn.
* Removing old webpack config
* Moving to new prop-types
* Fixing ESLint Errors
* Updating jest snapshots.
* Cleaning up package.json
|
|
|
|
|
|
|
|
| |
* Stopped ManageLanguages component from mutating user
* Removed obsolete reference to mm_user
* PLT-6518 Fixed user's locale not being loaded with redux actions
|
| |
|
|
|
|
|
|
| |
* PLT-6277 Moved profile image cropping to server
* Cosmetic refactoring of SettingPicture component
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-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
|
|
|
|
|
|
| |
* Update user_settings_advanced.jsx
* Update en.json
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5849 - Code block wrap on IOS
* PLT-5972 - Comment has first line indented
* PLT-6048 - Adjusting UI for link previews
* PLT-5733 - Adding error text theme option
|
|
|
|
| |
When Email Notifications are turned off server wide, don't allow the
user to configure their email notification preferences.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* #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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 IDs for desktop notification settings
* Add IDs for email notifications
* Add IDs to user notification settings
* Add close button ID
|
| |
|
|
|
|
|
|
|
|
| |
* Add IDs
* Add ID for cancel button
* Update ID on cancel button
|
| |
|
|
|
|
|
|
| |
* Adding id examples
* Adding id examples
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update en.json
* Update user_settings_advanced.jsx
* Update messaging.jsx
* Update composing.jsx
* Fix formatting error with double quotes
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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-5475 - Adjusting tutorials on mobile
* PLT-5475 - Adjusting tutorials on mobile
* PLT-5457 - Adjusting save button
* PLT-5443 - Updating highllight on status compact
* PLT-5413 - Team sidebar not scrolling
* PLT-5358 - Maintaing aspect ratio for emojis
* PLT-5411 - Removing help text from LDAP signin
* PLT-5420 - Updating emoticon for headings
* Updating emoji size
* Updating emoji size
* Removing emoticon tag
* Updating emoticon sizes
* Updating emoji size
|
|
|
|
|
|
|
|
|
|
| |
* use theme name value pairs
* format
* Beautify view
* handle split
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5319 - Fixing text and line separator
* PLT-5227 - Shrinking webrtc hides video
* PLT-4066 - Fixing scroll for notifications modal
* PLT-5106 - Adding status indicators (compact view)
* Reverting scrolling change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5319 - Fixing text alignment security modal
* PLT-5280 - Fixing add comment button in RHS mobile
* PLT-5397 - Fixing Floating timestamp on mobile
* PLT-5129 - Hiding formatting help text
* PLT-5242 - Adjusting team sidebar border on IE!!
* PLT-5226 - Placing settings toggle over header
* PLT-5222 - Placed team description tooltip on top
* PLT-5201 - Account settings overlap on mobile
* PLT-5138 - Adding bg to pending post actions
* PLT-5286 - Adjusting play button on youtube videos
* PLT-5313 - Adjusting space between emoji reactions
* PLT-5187 - Adjusting text in channel switcher
* PLT-5399 - Reverting button alignment in modal
|
| |
|
|
|
|
| |
(#5156)
|
|
|
|
|
|
|
|
|
|
| |
* Update en.json
* Update user_settings_display.jsx
* Update en.json
* Update user_settings_advanced.jsx
|
| |
|
|
|
|
| |
(#5021)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add User.Position field to store & model.
* GOFMT
* Add Position to user settings.
* Unit tests.
* Add position to profile popup.
* i18n
* Fix log message for invalid position.
* Add Position field attribute to LDAP config.
* Add Position field attribute to SAML config.
* Reword empty position message.
* Change Position Max Length to 35.
* Better invalid position error message.
* Add new fields to config.json.
* Ensure position is never longer than max when displayed.
* Hard limit of 64 chars with soft limit still 35
* Put field with other attributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Create MFA setup page and remove MFA setup from account settings modal
* Add enforce MFA to system console and force redirect
* Lockdown mfa required API routes, add localization, other changes
* Minor fixes
* Fix typo
* Fix some unit tests
* Fix more unit tests
* Minor fix
* Updating UI for MFA screen (#4670)
* Updating UI for MFA screen
* Updating styles for MFA page
* Add the ability to switch between email/sso with MFA enabled
* Added mfa change email
* Minor UI updates for MFA enforcement
* Fix unit test
* Fix client unit test
* Allow switching email to ldap and back when MFA is enabled
* Fix unit test
* Revert config.json
|