summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-1914-71/+71
| | | | | | | | system.
* | Posts structure improvementAsaad Mahmood2015-11-191-1/+4
| |
* | Removed Modal base classhmhealey2015-11-171-2/+13
| |
* | Added ToggleModalButton componenthmhealey2015-11-171-39/+9
| |
* | Added Modal base class that extends ReactBootstrap.Modalhmhealey2015-11-171-7/+7
| |
* | Fix cancel button on username setting and other general improvementsJoramWilander2015-11-131-82/+82
| |
* | Merge branch 'release-1.2'Christopher Speller2015-11-121-1/+0
|\|
| * Make import/export theme input box editableJoramWilander2015-11-121-1/+0
| |
* | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-123-15/+19
|/ | | | accurate.
* Updating tutorial tipAsaad Mahmood2015-11-092-3/+2
|
* Add new line breakJoramWilander2015-11-091-0/+1
|