Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement OAuth2 service provider functionality. | JoramWilander | 2015-09-16 | 1 | -0/+10 |
| | |||||
* | Added help text to username, nickname, and fullname | nickago | 2015-09-04 | 1 | -1/+2 |
| | |||||
* | MM-2065 style refactoring | =Corey Hulen | 2015-09-01 | 1 | -25/+51 |
| | |||||
* | Cosmetic refactoring | nickago | 2015-08-18 | 1 | -5/+11 |
| | |||||
* | Split up user settings files | nickago | 2015-08-18 | 1 | -1182/+4 |
| | |||||
* | Merge pull request #374 from nickago/MM-1299 | Joram Wilander | 2015-08-18 | 1 | -3/+7 |
|\ | | | | | MM-1299 Fixes problem of two notification sounds in firefox | ||||
| * | Added hardcoded firefox function | nickago | 2015-08-17 | 1 | -1/+1 |
| | | |||||
| * | move browser check functionality into a method | nickago | 2015-08-14 | 1 | -1/+1 |
| | | |||||
| * | Refactored such that the menu doesn't open for firefox users | nickago | 2015-08-13 | 1 | -28/+17 |
| | | |||||
| * | Added extra uAgent check for weird browser implementations | nickago | 2015-08-12 | 1 | -1/+1 |
| | | |||||
| * | Handed control of notification sounds over to browser for firefox | nickago | 2015-08-12 | 1 | -16/+31 |
| | | |||||
* | | Changed user_settings1 to user_settings and removed vestigial css | nickago | 2015-08-14 | 1 | -10/+10 |
| | | |||||
* | | Fixed camelCase typos | nickago | 2015-08-11 | 1 | -2/+2 |
| | | |||||
* | | Cosmetic refactoring and removing no-op condition of set state | nickago | 2015-08-11 | 1 | -2/+3 |
| | | |||||
* | | access history and activity log closing re-opens user settings in correct state | nickago | 2015-08-11 | 1 | -5/+11 |
|/ | |||||
* | Merge pull request #341 from rgarmsen2295/mm-1643 | Harrison Healey | 2015-08-07 | 1 | -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 subsection | Reed Garmsen | 2015-08-05 | 1 | -61/+72 |
| | | |||||
| * | Fixed issue with password field not being cleared after canceling out of ↵ | Reed Garmsen | 2015-08-04 | 1 | -1/+1 |
| | | | | | | | | changing your password | ||||
* | | Minor cosmetic refactoring to the General Tab of user settings | Reed Garmsen | 2015-08-04 | 1 | -47/+53 |
| | | |||||
* | | Added spinner animation to replace save button when uploading a new profile ↵ | Reed Garmsen | 2015-08-04 | 1 | -4/+5 |
|/ | | | | picture | ||||
* | Merge pull request #309 from nickago/MM-1691 | Christopher Speller | 2015-08-04 | 1 | -4/+13 |
|\ | | | | | MM-1691/1692 Reset User settings tab on close | ||||
| * | User Settings modal resets to General tab with nothing open on close | nickago | 2015-07-31 | 1 | -4/+13 |
| | | |||||
* | | Added singlequotes around 'Edit' and did cosmetic refactoring | nickago | 2015-07-31 | 1 | -91/+112 |
|/ | |||||
* | Merge pull request #282 from nickago/MM-1642 | Christopher Speller | 2015-07-30 | 1 | -7/+12 |
|\ | | | | | MM-1642 Updated the password error message to not contain extraneous information | ||||
| * | Stripped obfuscating information from password change error and synchronized ↵ | nickago | 2015-07-29 | 1 | -7/+12 |
| | | | | | | | | error slots so that only one will show at once. | ||||
* | | Added error safety and a unique message for duplicate emails | nickago | 2015-07-29 | 1 | -1/+5 |
| | | |||||
* | | Added a unique error message for bad username and simplified error outputed ↵ | nickago | 2015-07-29 | 1 | -1/+1 |
|/ | | | | to user | ||||
* | Changed title of Active Devices to Active Sessions; added help text ↵ | Reed Garmsen | 2015-07-27 | 1 | -1/+1 |
| | | | | explaining Active Sessions | ||||
* | Merge pull request #245 from nickago/MM-1662 | Corey Hulen | 2015-07-27 | 1 | -3/+5 |
|\ | | | | | MM-1662 Added support for png profile pictures | ||||
| * | Added support for png profile pictures | nickago | 2015-07-23 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #226 from nickago/MM-1546 | Joram Wilander | 2015-07-24 | 1 | -0/+42 |
|\ \ | | | | | | | MM-1546 Clear error messages on modal close and channel switch | ||||
| * | | Added a condition to close event listeners on modals when the component | nickago | 2015-07-23 | 1 | -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. | nickago | 2015-07-23 | 1 | -3/+43 |
| |/ | |||||
* | | Merge pull request #237 from mattermost/mm-1570 | Corey Hulen | 2015-07-23 | 1 | -29/+45 |
|\ \ | |/ |/| | fixes mm-1570 adds support for using mattermost as an OAuth client | ||||
| * | removed change password UI for oauth accounts | JoramWilander | 2015-07-22 | 1 | -29/+45 |
| | | |||||
* | | Minor UI Improvements | Asaad Mahmood | 2015-07-23 | 1 | -2/+2 |
| | | |||||
* | | Adding back Access History and Active Devices | Reed Garmsen | 2015-07-22 | 1 | -160/+12 |
|/ | |||||
* | Use User.FirstName for notifications instead of trying to determine it from ↵ | hmhealey | 2015-07-17 | 1 | -16/+7 |
| | | | | User.Nickname | ||||
* | Fix migration code so that LastName is populated correctly for users who ↵ | hmhealey | 2015-07-17 | 1 | -13/+18 |
| | | | | only have one word in their FullName | ||||
* | Add interface to edit a user's nickname directly | hmhealey | 2015-07-17 | 1 | -1/+54 |
| | |||||
* | Renamed all clientside references from full_name to nickname | hmhealey | 2015-07-17 | 1 | -7/+7 |
| | |||||
* | Merge pull request #196 from nickago/MM-1058 | Christopher Speller | 2015-07-17 | 1 | -2/+7 |
|\ | | | | | MM-1058 Added last updated for pictures | ||||
| * | Added last updated for pictures | nickago | 2015-07-16 | 1 | -2/+7 |
| | | |||||
* | | MM-1401 - Removing most inline styles and other UI changes | Asaad Mahmood | 2015-07-17 | 1 | -6/+6 |
|/ | |||||
* | Fixed typo, returned password flow to standard model | nickago | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #118 from nickago/MM-1363 | Joram Wilander | 2015-07-02 | 1 | -3/+10 |
|\ | | | | | Mm 1363 Limit uploads to only JPEGs for profile pictures | ||||
| * | Changed ordering of steps for upload to imporve asthetic | nickago | 2015-07-01 | 1 | -2/+4 |
| | | |||||
| * | Restricted profile picture uploads to just JPEGs | nickago | 2015-07-01 | 1 | -1/+6 |
| | | |||||
* | | Facelifted "direct message" to "private message" | nickago | 2015-07-01 | 1 | -3/+3 |
|/ | |||||
* | added team-wide and channel-wide mentions | JoramWilander | 2015-06-29 | 1 | -5/+42 |
| |