summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Implement incoming webhooks.JoramWilander2015-09-211-100/+0
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+10
|
* Added help text to username, nickname, and fullnamenickago2015-09-041-1/+2
|
* MM-2065 style refactoring=Corey Hulen2015-09-011-25/+51
|
* Cosmetic refactoringnickago2015-08-181-5/+11
|
* Split up user settings filesnickago2015-08-181-1182/+4
|
* Merge pull request #374 from nickago/MM-1299Joram Wilander2015-08-181-3/+7
|\ | | | | MM-1299 Fixes problem of two notification sounds in firefox
| * Added hardcoded firefox functionnickago2015-08-171-1/+1
| |
| * move browser check functionality into a methodnickago2015-08-141-1/+1
| |
| * Refactored such that the menu doesn't open for firefox usersnickago2015-08-131-28/+17
| |
| * Added extra uAgent check for weird browser implementationsnickago2015-08-121-1/+1
| |
| * Handed control of notification sounds over to browser for firefoxnickago2015-08-121-16/+31
| |
* | Changed user_settings1 to user_settings and removed vestigial cssnickago2015-08-141-10/+10
| |
* | Fixed camelCase typosnickago2015-08-111-2/+2
| |
* | Cosmetic refactoring and removing no-op condition of set statenickago2015-08-111-2/+3
| |
* | access history and activity log closing re-opens user settings in correct statenickago2015-08-111-5/+11
|/
* Merge pull request #341 from rgarmsen2295/mm-1643Harrison Healey2015-08-071-61/+72
|\ | | | | MM-1643 Errors displayed on the "change password" screen are now cleared when the user hits cancel
| * Cosmetic refactoring of the Security Setting subsectionReed Garmsen2015-08-051-61/+72
| |
| * Fixed issue with password field not being cleared after canceling out of ↵Reed Garmsen2015-08-041-1/+1
| | | | | | | | changing your password
* | Minor cosmetic refactoring to the General Tab of user settingsReed Garmsen2015-08-041-47/+53
| |
* | Added spinner animation to replace save button when uploading a new profile ↵Reed Garmsen2015-08-041-4/+5
|/ | | | picture
* Merge pull request #309 from nickago/MM-1691Christopher Speller2015-08-041-4/+13
|\ | | | | MM-1691/1692 Reset User settings tab on close
| * User Settings modal resets to General tab with nothing open on closenickago2015-07-311-4/+13
| |
* | Added singlequotes around 'Edit' and did cosmetic refactoringnickago2015-07-311-91/+112
|/
* Merge pull request #282 from nickago/MM-1642Christopher Speller2015-07-301-7/+12
|\ | | | | MM-1642 Updated the password error message to not contain extraneous information
| * Stripped obfuscating information from password change error and synchronized ↵nickago2015-07-291-7/+12
| | | | | | | | error slots so that only one will show at once.
* | Added error safety and a unique message for duplicate emailsnickago2015-07-291-1/+5
| |
* | Added a unique error message for bad username and simplified error outputed ↵nickago2015-07-291-1/+1
|/ | | | to user
* Changed title of Active Devices to Active Sessions; added help text ↵Reed Garmsen2015-07-271-1/+1
| | | | explaining Active Sessions
* Merge pull request #245 from nickago/MM-1662Corey Hulen2015-07-271-3/+5
|\ | | | | MM-1662 Added support for png profile pictures
| * Added support for png profile picturesnickago2015-07-231-3/+5
| |
* | Merge pull request #226 from nickago/MM-1546Joram Wilander2015-07-241-0/+42
|\ \ | | | | | | MM-1546 Clear error messages on modal close and channel switch
| * | Added a condition to close event listeners on modals when the componentnickago2015-07-231-17/+19
| | | | | | | | | | | | is unmounted, and set all unsaved data to be cleared from user settings
| * | When closing out of a modal, unsaved data and text inside of it is erased.nickago2015-07-231-3/+43
| |/
* | Merge pull request #237 from mattermost/mm-1570Corey Hulen2015-07-231-29/+45
|\ \ | |/ |/| fixes mm-1570 adds support for using mattermost as an OAuth client
| * removed change password UI for oauth accountsJoramWilander2015-07-221-29/+45
| |
* | Minor UI ImprovementsAsaad Mahmood2015-07-231-2/+2
| |
* | Adding back Access History and Active DevicesReed Garmsen2015-07-221-160/+12
|/
* Use User.FirstName for notifications instead of trying to determine it from ↵hmhealey2015-07-171-16/+7
| | | | User.Nickname
* Fix migration code so that LastName is populated correctly for users who ↵hmhealey2015-07-171-13/+18
| | | | only have one word in their FullName
* Add interface to edit a user's nickname directlyhmhealey2015-07-171-1/+54
|
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-7/+7
|
* Merge pull request #196 from nickago/MM-1058Christopher Speller2015-07-171-2/+7
|\ | | | | MM-1058 Added last updated for pictures
| * Added last updated for picturesnickago2015-07-161-2/+7
| |
* | MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-6/+6
|/
* Fixed typo, returned password flow to standard modelnickago2015-07-151-1/+1
|
* Merge pull request #118 from nickago/MM-1363Joram Wilander2015-07-021-3/+10
|\ | | | | Mm 1363 Limit uploads to only JPEGs for profile pictures
| * Changed ordering of steps for upload to imporve astheticnickago2015-07-011-2/+4
| |
| * Restricted profile picture uploads to just JPEGsnickago2015-07-011-1/+6
| |
* | Facelifted "direct message" to "private message"nickago2015-07-011-3/+3
|/