summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7 adding loc feature to preview=Corey Hulen2016-01-221-1/+0
|
* PLT-7 adding loc feature to preview=Corey Hulen2016-01-221-37/+39
|
* PLT-7 adding lang selector=Corey Hulen2016-01-223-0/+146
|
* Merge pull request #1927 from rgarmsen2295/plt-1668Christopher Speller2016-01-212-4/+4
|\ | | | | PLT-1668 Removes duplicate short username error message
| * Removed extraneous error when providing a short usernameReed Garmsen2016-01-202-4/+4
| |
* | Merge pull request #1922 from cloudron-io/check_auth_serviceHarrison Healey2016-01-211-2/+2
|\ \ | |/ |/| Check auth_service when constructing messages
| * Check auth_service for constructing messagegirish@cloudron.io2016-01-191-1/+1
| |
| * Check auth_service to describe user login messagegirish@cloudron.io2016-01-191-1/+1
| |
* | Merge pull request #1894 from mattermost/release-1.4Corey Hulen2016-01-141-3/+3
|\ \ | |/ |/| Release 1.4
| * Encode url query properly for SSO switchingJoramWilander2016-01-141-3/+3
| |
* | Adding away icon and changing online and offline iconsAsaad Mahmood2016-01-111-0/+1
|/
* Fixed issue where font would remain changed even after cancelling changesReed Garmsen2016-01-041-7/+13
|
* Merge pull request #1745 from mattermost/plt-1118Christopher Speller2016-01-041-114/+209
|\ | | | | PLT-1118 Add ability to switch between SSO and email account
| * Add ability to switch between SSO and email accountJoramWilander2015-12-171-114/+209
| |
* | Made links in help text open in a new tabReed Garmsen2016-01-042-2/+16
| |
* | Merge pull request #1785 from mattermost/plt-1492Corey Hulen2016-01-041-11/+14
|\ \ | | | | | | PLT-1492 Fix default for teammate name display setting
| * | Fix default for teammate name display settingJoramWilander2015-12-281-11/+14
| | |
* | | Fix appearance settings scroll bugJoramWilander2015-12-281-3/+6
|/ /
* / Multiple UI ImprovementsAsaad Mahmood2015-12-181-1/+1
|/
* Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-161-1/+1
|\ | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * Improved PreferenceStore api when getting valueshmhealey2015-12-151-1/+1
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-151-1/+1
| |
* | Merge pull request #1729 from hmhealey/plt886Joram Wilander2015-12-151-0/+4
|\ \ | |/ |/| PLT-886 Add additional max file size checks
| * Added serverside file size check for post attachmentshmhealey2015-12-151-1/+0
| |
| * Added clientside check for profile image sizehmhealey2015-12-141-0/+5
| |
* | Merge pull request #1727 from mattermost/plt-1481Christopher Speller2015-12-151-2/+11
|\ \ | | | | | | PLT-1481 Force all colorpickers to update after theme pasted in
| * | Force all colorpickers to update after theme pasted inJoramWilander2015-12-141-2/+11
| |/
* | Merge pull request #1711 from asaadmahmoodspin/code-themesCorey Hulen2015-12-141-0/+22
|\ \ | |/ |/| Multiple UI Improvements
| * Multiple UI ImprovementsAsaad Mahmood2015-12-111-0/+22
| |
* | Merge pull request #1690 from npcode/trim-outgoing-callback-urlHarrison Healey2015-12-141-1/+1
|\ \ | | | | | | Trim callback urls for outgoing webhooks
| * | Trim callback urls for outgoing webhooksYi EungJun2015-12-121-1/+1
| | | | | | | | | | | | Adding traling whitespace is common mistake.
* | | No longer errors upon saving the same info in Account Settings -> GeneralReed Garmsen2015-12-111-7/+8
| |/ |/|
* | Fixed issue with Team Settings modal saving items instead of cancelling; ↵Reed Garmsen2015-12-101-1/+1
| | | | | | | | changed remaining copyrights
* | Multiple UI ImprovementsAsaad Mahmood2015-12-072-2/+4
| |
* | Merge pull request #1626 from mattermost/PLT-1355Corey Hulen2015-12-041-1/+1
|\ \ | | | | | | PLT-1355 Move link preview into pre-release feature
| * | PLT-1355 Move link preview into pre-release feature=Corey Hulen2015-12-041-1/+1
| | |
* | | Updating UI for suggestions listAsaad Mahmood2015-12-041-9/+13
| | |
* | | Multiple UI ImprovementsAsaad Mahmood2015-12-042-14/+10
|/ /
* | reorder display settings; remove 'button thingy' in font optionsFlorian Orben2015-12-041-6/+3
| |
* | Cancelling out of a notification's setting change now displays the correct ↵Reed Garmsen2015-12-021-29/+20
| | | | | | | | option in the minimized setting tab
* | Merge pull request #1535 from florianorben/PLT-1233Christopher Speller2015-12-021-2/+81
|\ \ | | | | | | PLT-1233: "Display Font" option in Account Settings > Display
| * | PLT-1233: "Display Font" option in Account Settings > DisplayFlorian Orben2015-11-281-2/+81
| | |
* | | Updated oauth2 app register modalJoramWilander2015-12-011-3/+9
| | |
* | | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-271-19/+16
| | | | | | | | | | | | prerelease-features to constants.jsx
* | | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-271-49/+56
| | |
* | | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-271-16/+118
|/ /
* | Merge pull request #1502 from mattermost/disable-allChristopher Speller2015-11-241-4/+6
|\ \ | | | | | | Disabling the all mention
| * | fixing eslint=Corey Hulen2015-11-231-0/+2
| | |
| * | Disabling the all mention=Corey Hulen2015-11-231-4/+4
| | |
* | | Update user_settings_general.jsxEric Sethna2015-11-201-2/+2
|/ / | | | | Clarify email help text