summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_general/user_settings_general.jsx
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-6452] Remove edit button on mobile, and have the edit icon beside the ↵Carlos Tadeu Panato Junior2017-06-191-0/+31
| | | | | | | | value, and the value as a link (#6565) * Remove edit button on mobile, and have the edit icon beside the value, and the value as a link * update per review
* fix regression for LDAP users not showing email address (#6568)Saturnino Abril2017-06-051-10/+10
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-8/+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
* PLT-6277 Moved profile image cropping to server (#6269)Harrison Healey2017-05-031-25/+12
| | | | | | * PLT-6277 Moved profile image cropping to server * Cosmetic refactoring of SettingPicture component
* Create seperate field for current email (#6197)Ryan Wang2017-04-271-3/+20
|
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-0/+1209
* 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