summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security
Commit message (Collapse)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-062-1503/+0
|
* Minor bug fixes (#7357)Asaad Mahmood2017-09-051-1/+1
| | | | | | | | * PLT-7514 - Adjusting help text * PLT-7499 - Fixing word wrapping in delete modal * PLT-7523 - Fixing autocomplete in header modal
* Multiple bug fixes (#7243)Asaad Mahmood2017-08-181-1/+1
| | | | | | | | | | | | | | | | * PLT-7320 - Fixing alignment of x icon * PLT-7357 - Fixing close icon in compact view * PLT-7322 - Fixing overflow for delete token modal * PLT-7351 - Fixing flag icon alignment * PLT-7393 - Fixing cursor on upload button * PLT-7392 - Fixing scrollbar in admin console * PLT-7376 - Fixing hover effect for mobile nav
* Change "Cancel" button to "Close" (#7131)94117nl2017-08-081-0/+6
|
* Updating user access token UI (#7091)Asaad Mahmood2017-08-061-42/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating user access token UI Updating help text Updating tokenlistClass Updating string for token Updating translations Updating translations Updating translations * Updating translations * Minor UI fix * Update manage_tokens_modal.jsx * Update user_settings_security.jsx * Update en.json * Fix merge conflicts
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-012-31/+455
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-252-0/+1060
* Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill