summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_general
Commit message (Collapse)AuthorAgeFilesLines
* 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-252-0/+1233
* 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