summaryrefslogtreecommitdiffstats
path: root/webapp/actions/user_actions.jsx
Commit message (Expand)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-839/+0
* Fix MFA setup page (#6856)Joram Wilander2017-07-061-1/+1
* Fix account creation redirect (#6765)Joram Wilander2017-06-281-6/+6
* fix JS errors in saving preferences - for user's display (including custom th...Saturnino Abril2017-06-271-10/+3
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-6/+37
* fix JS error when saving a custom theme vector (#6734)Saturnino Abril2017-06-231-10/+7
* Load current user after loading client config (#6648)Harrison Healey2017-06-231-44/+31
* Fix autocomplete and replying to flagged posts (#6690)Joram Wilander2017-06-201-3/+3
* Move integrations over to redux and v4 (#6679)Joram Wilander2017-06-191-9/+11
* Fix scroll store typo and user action copy/paste errors (#6680)Joram Wilander2017-06-181-6/+10
* Move user actions over to use redux and v4 (#6649)Joram Wilander2017-06-151-164/+132
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-1/+25
* Fix JS errors when receiving message when on no teams (#6533)Joram Wilander2017-06-011-26/+9
* PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)Harrison Healey2017-05-091-0/+3
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-0/+6
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-3/+0
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-011-1/+4
* Fix inactive users showing up in team members modal (#6260)Joram Wilander2017-04-281-4/+1
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-1/+1
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-5/+4
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-261-33/+14
* Redux bug fixes (#6243)Joram Wilander2017-04-261-1/+1
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-281/+178
* Merge branch 'release-3.8'Christopher Speller2017-04-171-14/+47
|\
| * PLT-6253: Handle demote self from Team Admin. (#6056)George Goldberg2017-04-101-0/+12
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-071-14/+35
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
|/
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-041-0/+22
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-301-22/+40
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-301-0/+10
* Fix GMs showing up on refresh after being hidden (#5702)Joram Wilander2017-03-091-1/+1
* Fix MFA page showing up when not active on account switch (#5687)Joram Wilander2017-03-091-1/+1
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-56/+137
* Fix load profile for new DM message (#5441)Joram Wilander2017-02-161-0/+4
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-151-1/+45
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-021-19/+1
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-271-1/+156
* Move instances of Client.resendVerification() in components to an action (#5169)Carlos Tadeu Panato Junior2017-01-241-0/+16
* Move instances of Client.resetPassword() in components to an action (#5167)Carlos Tadeu Panato Junior2017-01-241-0/+22
* Move instances of Client.verifyEmail() in components to an action (#5166)Carlos Tadeu Panato Junior2017-01-241-0/+17
* Move instances of Client.updateUserNotifyProps() in components to an action (...Saturnino Abril2017-01-231-0/+18
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-32/+3
* PLT-5134 removing the async sending from update user (#5078)Corey Hulen2017-01-161-2/+2
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-0/+108
* Move instances of Client.updatePassword() in components to an action (#4908) ...AymaneKhouaji2017-01-101-0/+15
* Fixing errors on user updates (#4962)Christopher Speller2017-01-041-1/+2
* PLT-5109/PLT-5112 Fixed commented out unit tests (#4951)Harrison Healey2017-01-041-1/+0
* #4698 Move Client.updateActive() in components to an action (#4858)Björn Roland2016-12-211-0/+17
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+42