summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
Commit message (Collapse)AuthorAgeFilesLines
...
* PLT-3767 Promote localizations on System Console and Account Settings (#3734)enahum2016-08-041-1/+8
|
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-033-158/+0
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* PLT-3640 Add mobile landing pages (#3674)Harrison Healey2016-08-021-1/+2
| | | | | | | | | | | | * PLT-3640 Moved all clientside user agent snooping into a single file * PLT-3640 Added mobile landing pages on login to iOS and Android web apps * PLT-3640 Moved landing page to appear before first login * PLT-3640 Fixed detection of Chrome on Android * PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank
* Multiple Ui improvements (#3678)Asaad Mahmood2016-08-011-0/+8
| | | | | | | | * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens
* PLT-3633 EE: Add Google and Office365 SSO through OAuth2 (#3660)Joram Wilander2016-07-292-81/+167
| | | | | | | | | | | | | | | | * EE: Add Google and Office365 SSO through OAuth2 * Add localization strings * Text tweaks for PLT-3633 * Added sign-up button for Office 365 * Updated some error messages and a bit of licensing * Updated sign-in method section in user settings to include Google and Office365 * Added more localization strings
* If user tries to change email to current email, do nothing (#3643)Joram Wilander2016-07-201-1/+1
|
* PLT-3644 - Updating link previews behaviour (#3620)Asaad Mahmood2016-07-191-5/+5
|
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-194-4/+4
|
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-9/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-914 Add mention notifications for replies on a comment thread * remove useless store method fix highlighting comments posted before th user write something to thread * refactor out isCommentMention function after rebase * change comment bar highlighting to replay icon mention highlighting * settings and always visible highlight * fix unit tests for new settings * change highlight behaviour - if any message in comment thread generates mention - all thread is highlighted - remove always visible highlightion * fix bug about the textarea in the center channel not clearing * fix default settings value notify_props.comments * do not highlight own comments if there is no other user's messages in thread * refactor out ReactDOM.findDOMNode * refactor out using of UserStore from component
* Updating ESLint (#3597)Christopher Speller2016-07-151-2/+11
|
* PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)Asaad Mahmood2016-07-142-17/+19
| | | | | | | | | | | | | | * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-142-92/+121
| | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-3/+7
| | | | | | | | | | * Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable
* UI fix for errors in signup and login pages and adding space between buttons ↵Asaad Mahmood2016-07-061-6/+5
| | | | | | | | in the security tab (#3512) * Fixing the errors style on login and signup pages * Adding space between login options in the security section
* Added new segment analytics (#3511)David Lu2016-07-064-9/+27
|
* SAML support (#3494)enahum2016-07-052-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI ↵Asaad Mahmood2016-07-053-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1316/PLT-3280 Change client-side max file size limit (#3354)Thomas Balthazar2016-07-051-1/+2
| | | | | | | | | * Change client-side max file size limit It now relies on the value set in config.json. Re-enable and tweak the max file size setting in system console. * Update file upload error message
* Revert PLT-3233 (#3477)David Lu2016-07-051-2/+3
|
* PLT-3444 Preview features checkboxes don't reset after hitting cancel (#3462)enahum2016-07-041-1/+13
|
* PLT-3201 Code Theme Saves Upon Update (#3414)David Lu2016-06-301-0/+19
| | | * Ensured code theme saves properly
* PLT-3417 Missing localization on Account Settings and Backstage (#3437)enahum2016-06-281-3/+12
|
* 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
* Added error message for unchanged email (#3420)David Lu2016-06-271-2/+2
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* Reset MFA error upon update (#3387)David Lu2016-06-211-1/+1
|
* removed reference to allKey (#3366)David Lu2016-06-201-1/+0
|
* Reset password errors upon submit (#3362)David Lu2016-06-181-2/+3
|
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-161-1/+1
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Reset error on invalid MFA (#3346)David Lu2016-06-151-1/+2
|
* Fixed @all not working as intended (#3335)David Lu2016-06-151-32/+0
|
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-151-1/+2
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* PLT-3156 Typo in 'Edit Nickname' message when nickname is set through login ↵Anthony M. Powers2016-06-101-1/+1
| | | | | | | | | provider (#3204) * Fixed a typo to an error message regarding editing an account field handled by a login provider. (PLT-3156) * Added 'field_handled_externally' to the en language file. Other languages are needed.
* Removed deactivate method from User Settings tabs (#3271)Harrison Healey2016-06-073-30/+4
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-062-9/+135
| | | | | | | | | | * 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
* Fixed (#3264)David Lu2016-06-061-1/+3
|
* Fixed typo (#3266)David Lu2016-06-061-1/+1
|
* Fixing nickname when LDAP is enabled but nickname field not set (#3243)Christopher Speller2016-06-051-1/+1
|
* 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-2994 Added @all (#3233)David Lu2016-06-041-5/+2
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-041-63/+85
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-1/+10
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-021-2/+2
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-10/+1
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-1/+10
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Added maxlength for nicknames (#3186)David Lu2016-05-311-0/+1
|
* Allow users to manually enter colors into theme pickers (#3164)Joram Wilander2016-05-311-15/+11
|
* Added validation to make sure theme entries are colours (#3107)Harrison Healey2016-05-311-1/+6
| | | | | | * Added validation to make sure theme entries are colours * Added serverside validation for theme
* 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
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-1/+18
|