summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3156 Typo in 'Edit Nickname' message when nickname is set through login ↵Anthony M. Powers2016-06-101-1/+1
| | | | | | | | | provider (#3204) * Fixed a typo to an error message regarding editing an account field handled by a login provider. (PLT-3156) * Added 'field_handled_externally' to the en language file. Other languages are needed.
* Removed deactivate method from User Settings tabs (#3271)Harrison Healey2016-06-073-30/+4
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-062-9/+135
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* Fixed (#3264)David Lu2016-06-061-1/+3
|
* Fixed typo (#3266)David Lu2016-06-061-1/+1
|
* Fixing nickname when LDAP is enabled but nickname field not set (#3243)Christopher Speller2016-06-051-1/+1
|
* PLT-3168 Hide EnableFormatting advanced setting unless testing is enabled ↵Harrison Healey2016-06-051-73/+86
| | | | | | | | (#3237) * Added EnableTesting to the client config * Hid EnableFormatting advanced setting unless testing is enabled
* PLT-2994 Added @all (#3233)David Lu2016-06-041-5/+2
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-041-63/+85
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-1/+10
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-021-2/+2
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-10/+1
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-1/+10
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Added maxlength for nicknames (#3186)David Lu2016-05-311-0/+1
|
* Allow users to manually enter colors into theme pickers (#3164)Joram Wilander2016-05-311-15/+11
|
* Added validation to make sure theme entries are colours (#3107)Harrison Healey2016-05-311-1/+6
| | | | | | * Added validation to make sure theme entries are colours * Added serverside validation for theme
* PLT-3080 Added ability to disable formatting for debugging and updated ↵Harrison Healey2016-05-301-58/+158
| | | | | | | | | | marked to fix errors (#3141) * Removed injectIntl from user_settings_advanced.jsx * Added setting to disable formatting for debugging * Updated fork of marked
* Don't allow gitlab users to activate mfa (#3125)Joram Wilander2016-05-271-1/+18
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-10/+1
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-1/+10
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* PLT-2886 Added name properties to all radio buttons (#3112)Harrison Healey2016-05-264-0/+23
| | | | | | | | * Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-262-3/+3
|
* PLT-3002 Removed Auto-capitalization on Mobile Devices (#3099)David Lu2016-05-251-2/+4
| | | | | | | | * Added autoCapitalize='off' * Changed inputs to email * Removed autocapitalize for email
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-10/+1
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* PLT-1800 Load server side locale from the config.json (#3076)enahum2016-05-241-1/+10
| | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics
* PLT-2664 Split out push notifications from email notifications (#3049)Joram Wilander2016-05-191-10/+154
| | | | | | | | * Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
* PLT-2020 Fix Clicking save without changing your email shows an error ↵enahum2016-05-161-5/+5
| | | | message (#3008)
* Adding compact layout (#2991)Asaad Mahmood2016-05-161-3/+115
| | | | | | * Adding compact layout * Fixing ESLint error
* Updating client dependancies and ESLint (#2954)Christopher Speller2016-05-126-20/+24
| | | | | | | | * Updating client dependancies * Fixing eslint errors with updates * Updating eslint
* Fixed username restriction display errors (#2952)David Lu2016-05-111-3/+3
|
* PLT-2765 Limit username UI to 22 characters (#2918)David Lu2016-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Shortened username length to 22 characters * Update user_settings_general.jsx * Added username requirements to account settings page * Switched to double quotes to escape ' in JSX, must use double quotes * Update en.json * Update user_settings_general.jsx * Update es.json * Update fr.json * Update ja.json * Update pt.json * Added missing {
* Update MFA help text and fix some minor bugs (#2903)Joram Wilander2016-05-051-28/+32
|
* Multiple UI improvements (#2838)Asaad Mahmood2016-05-022-16/+20
| | | | | | * Multiple UI improvements * Adding translations in en.json
* Fixing LDAP editing of attributes (#2824)Christopher Speller2016-05-021-134/+179
|
* Fix deactivating MFA on user accounts (#2797)Joram Wilander2016-04-261-4/+3
|
* PLT-2272 fixing profile img on firefox. (#2786)Corey Hulen2016-04-251-1/+1
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-216-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* Adding option to display channels sanely (#2761)Christopher Speller2016-04-211-2/+114
|
* Minor UI Improvements (#2738)Asaad Mahmood2016-04-181-1/+1
|
* PLT-1750 Moved slash commands to backstageHarrison Healey2016-04-054-839/+0
| | | | | | | | | | | | | | * Added slash commands to InstalledIntegrations page * Reset installed integration type filter if there is no longer any integrations of the selected type * Added pages to backstage to add slash commands * Cleaned up internationalization for slash commands * Added ability to regen slash command tokens from backstage * Removed Integrations tab from UserSettings
* Add missing en locs and translations to esElias Nahum2016-03-312-2/+3
|
* Add MFA functionalityJoramWilander2016-03-301-4/+219
|
* Update email/password settings text depending on sign-in methodJoramWilander2016-03-302-274/+394
|
* Removed incoming and outgoing webhooks from user settingsHarrison Healey2016-03-293-709/+1
|
* Fixing see other themes linkAsaad Mahmood2016-03-291-10/+11
|
* Multiple UI ImprovementsAsaad Mahmood2016-03-297-0/+23
|
* Merge pull request #2532 from mattermost/ldap-switch-fixChristopher Speller2016-03-281-0/+1
|\ | | | | Minor fix to let Sign-in Method settings show up when ldap is enabled
| * Minor fix to let Sign-in Method settings show up when ldap is enabledJoramWilander2016-03-241-0/+1
| |
* | Moved theme reset code to componentWillUnmountHarrison Healey2016-03-242-21/+6
|/
* Merge pull request #2465 from mattermost/plt-2260Christopher Speller2016-03-231-9/+36
|\ | | | | PLT-2260 Add the ability to switch from email to ldap and back