summaryrefslogtreecommitdiffstats
path: root/webapp/actions/user_actions.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Saturnino Abril2017-06-271-10/+3
| | | | theme vector) and advanced settings (#6764)
* 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
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* 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
| | | | | | | | * Stopped ManageLanguages component from mutating user * Removed obsolete reference to mm_user * PLT-6518 Fixed user's locale not being loaded with redux actions
* 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
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-011-1/+4
| | | | | | * Remove unnecessary store emits * Drastically reduce number of emitted changes
* 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
| | | | (#6213)
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-261-33/+14
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Redux bug fixes (#6243)Joram Wilander2017-04-261-1/+1
| | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-281/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-6023: Add Users to Team in WebApp. (#5956)George Goldberg2017-04-041-0/+22
| | | | | | | | | | | | | | | * PLT-6198: Use added to channel system message on default channels. Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. * PLT-6023: Add Users to Team in WebApp. * Fix string text. * Handle added_to_team websocket message. * Fix unread flag on new channel.
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-301-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* 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
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* 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
| | | | (#5156)
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-32/+3
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* 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
| | | | | | | | | | | This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.
* Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-101-0/+15
| | | | (#5021)
* 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
| | | | | | | | * Removed note about unconfirmed race condition * Fixed unit tests in client_channel.test.jsx * Fixed updateActive unit test on client
* #4698 Move Client.updateActive() in components to an action (#4858)Björn Roland2016-12-211-0/+17
| | | | | | * #4698 Move instances of Client.updateActive() in components to an action * Use null for empty success function
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-1/+1
|