summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
Commit message (Collapse)AuthorAgeFilesLines
* Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-215-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 'Other words' for mentions no longer includes '@username' (#5746)Ryan Wang2017-03-171-0/+3
|
* Add IDs for Account Settings > Notifications (#5788)Eric Sethna2017-03-163-0/+28
| | | | | | | | | | * Add IDs for desktop notification settings * Add IDs for email notifications * Add IDs to user notification settings * Add close button ID
* Add IDs to Security > password fields (#5777)lindalumitchell2017-03-161-0/+3
|
* Add IDs to Account Settings > General (#5763)Eric Sethna2017-03-141-0/+5
| | | | | | | | * Add IDs * Add ID for cancel button * Update ID on cancel button
* [PLT-4790] Crop profile picture in middle (#5653)Tudor Gergely2017-03-131-0/+13
|
* Adding id examples for UI automation (#5508)Corey Hulen2017-03-071-0/+3
| | | | | | * Adding id examples * Adding id examples
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-061-6/+11
|
* Don't allow name-value pairs in theme vector be localized (#5623)Joram Wilander2017-03-041-37/+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
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-271-15/+11
| | | | | | | | | | | | * 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-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+12
|
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-201-1/+14
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Switch list of hex values to theme name value pairs (#5301)fengpan2017-02-131-11/+34
| | | | | | | | | | * use theme name value pairs * format * Beautify view * handle split
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-021-7/+5
| | | | | | | | | | | | * 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
* Bug fixes (#5218)Asaad Mahmood2017-01-302-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-272-14/+10
|
* Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-231-4/+3
| | | | (#5156)
* Account settings text updates (#5143)Jason Blais2017-01-202-6/+6
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* PLT-5212 Add password setting text for google and office365 (#5029)Joram Wilander2017-01-101-0/+42
|
* Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-101-1/+3
| | | | (#5021)
* Update Position help text in Account Settings (#4885)Yang Chen2016-12-231-1/+1
|
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-115/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-4762 Prevent turn off of (at)mentions (webapp) (#4715)enahum2016-12-061-56/+12
|
* Multiple UI Improvements (#4712)Asaad Mahmood2016-12-061-1/+1
| | | | | | * Multiple UI Improvements * Reverting modal animation
* PLT-4859 Email notifications sent when email notifications set to never (#4711)enahum2016-12-061-5/+5
|
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-1/+9
|
* Update desktop notification help text (#4684)Eric Sethna2016-12-011-3/+3
| | | | | | * Update desktop_notification_settings.jsx * desktop notification help text
* Fix more react warnings & fix saving theme (#4667)enahum2016-11-294-9/+9
|
* Fix some react natives warning messages (#4653)enahum2016-11-281-2/+2
|
* PLT-4776: Fix typo in MFA help text (#4635)Eric Sethna2016-11-221-1/+1
| | | | | | * fix typo * fix mfa typo
* Multiple UI improvements (#4628)Asaad Mahmood2016-11-221-2/+2
|
* Updating eslint (#4573)Christopher Speller2016-11-171-2/+0
|
* PLT-4572 - Move instances of Client.updateUser() in components to an action ↵Carlos Tadeu Panato Junior2016-11-172-4/+4
| | | | | (#4571) * Move instances of Client.updateUser() in components to an action
* PLT-4502 Fix SAML user settings password help text (#4484)enahum2016-11-141-1/+22
|
* If email accounts are disabled, allow email users to switch account type to ↵Joram Wilander2016-11-101-1/+2
| | | | one of the available types (#4517)
* PLT-4550 move webrtc to TE (#4440)enahum2016-11-041-2/+1
| | | | | | * PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests
* EE: PLT-4512 Show secret in addition to QR code when activating MFA (#4427)Joram Wilander2016-11-031-7/+25
| | | | | | | | * EE: Update MFA to display secret for manual entry * Width adjustments for secret (#4423) * Add unit test
* Changed “Apply New Theme to All Teams” to “Apply new theme to all my ↵Yang Chen2016-10-181-1/+1
| | | | teams” (#4260)
* Updating ESLint (#4085)Christopher Speller2016-09-235-34/+28
|
* 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)
* PLT-3775/PLT-4067 Fixes for email notifications for 3.4Harrison Healey2016-09-061-0/+6
|
* Allowed post formatting to be disabled regardless of whether EnableDeveloper ↵Harrison Healey2016-09-061-4/+0
| | | | is set (#3975)
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-062-6/+6
|
* add missing locs and fix a few others (#3952)enahum2016-09-061-2/+2
|
* Reply notifications text (#3942)Eric Sethna2016-09-061-1/+1
| | | | | | * Update user_settings_notifications.jsx * Update en.json
* PLT-4041 Make SAML FirstName and LastName optional (#3951)enahum2016-09-061-2/+2
|
* PLT-4035 Prevent request to getAuthorizedApps when OAuth provider is ↵enahum2016-09-021-7/+9
| | | | disabled (#3921)