summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6561 Fixing javascript issue on compliance report (#6387)Corey Hulen2017-05-111-1/+4
|
* Fix JS error when deleting post that has comments (#6381)Joram Wilander2017-05-101-2/+3
|
* Fixes for RC1 (#6376)Asaad Mahmood2017-05-102-41/+58
| | | | | | | | | | | | | | * PLT-6505 - Fixing z-index for post control menu * PLT-6507 - Channel header icons not aligned * PLT-6508 - Options popover issue on android * PLT-6528 - Removing cross contamination on badge * PLT-6535 - Aligning content in SSO buttons * PLT-6509 - Aligning dropdown close icon
* Fix DM getting marked unread from your own message (#6373)Joram Wilander2017-05-102-55/+3
|
* PLT-6518 Fixed user's locale not being loaded with redux actions (#6359)Harrison Healey2017-05-093-10/+8
| | | | | | | | * 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-1/+5
|
* PLT-6478 Fixed copyright date on login screen (#6329)Harrison Healey2017-05-042-2/+4
|
* Fix usernames not showing in DM list on first load (#6333)Joram Wilander2017-05-041-3/+8
|
* Removing password reset salt (#6334)Christopher Speller2017-05-041-30/+2
|
* PLT-6381 Keyboard Shortcuts Menu Link. (#6332)George Goldberg2017-05-041-0/+16
|
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-043-34/+93
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* PLT-6431 Prevented autocompleting while suggestions are being received (#6328)Harrison Healey2017-05-046-6/+11
|
* PLT-6444 switching SAML props to default true (#6330)Corey Hulen2017-05-041-2/+2
|
* PLT-6379 revert to original value when canceled (#6319)Corey Hulen2017-05-041-0/+12
|
* Add back button to RHS threads from pinned posts (#6306)Joram Wilander2017-05-033-4/+24
|
* Fix DMs not being removed until re-render (#6305)Joram Wilander2017-05-032-1/+7
|
* PLT-6297 Added post--pinned CSS class to pinned posts (#6303)Harrison Healey2017-05-033-114/+130
|
* Remove 'Note' from intensive query banner in team statistics (#6294)Joram Wilander2017-05-031-4/+4
|
* PLT-6211: Close emoji picker right away after react (#6275)VeraLyu2017-05-033-6/+5
| | | Close emoji picker before adding emoji to recent used.
* Fix group message names in channel switcher (#6246)Joram Wilander2017-05-031-4/+4
|
* PLT-6277 Moved profile image cropping to server (#6269)Harrison Healey2017-05-032-114/+62
| | | | | | * PLT-6277 Moved profile image cropping to server * Cosmetic refactoring of SettingPicture component
* Minor Ui bug fixes (#6295)Asaad Mahmood2017-05-031-0/+2
| | | | | | * PLT-6435 - Adjusting tooltip for add-channel-btn * PLT-6404 - Fixing emoji reaction button on hover
* Improve perf for channel switching, fix team switching issues (#6286)Joram Wilander2017-05-021-3/+8
| | | | | | * Improve perf for channel switching, fix team switching issues * Fix last channel when switching teams
* Add IDs to system_users_dropdown and manage_teams_dropdown (#6274)doh52017-05-022-3/+21
| | | | | | | | | | | | * Add IDs to system_users_dropdown * Add IDs to manage_teams_dropdown For UI Automation * Update system_users_dropdown.jsx * Update manage_teams_dropdown.jsx
* Revert "[GH-5915] Clicking on @mention of a user in a post shows the profile ↵Harrison Healey2017-05-0114-238/+76
| | | | | popover (#6129)" (#6289) This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239.
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-011-1/+1
| | | | | | * Remove unnecessary store emits * Drastically reduce number of emitted changes
* [GH-5915] Clicking on @mention of a user in a post shows the profile popover ↵Saturnino Abril2017-05-0114-76/+238
| | | | | | | | | | | | | | | | (#6129) * post message at-mention profile pop-over * remove hover effect to special mentions * make non-clickable the non-existing at-mention username * fix "video call" position * use usernameMap instead of initially defined liteUsernameMap * update per comments
* Multiple Ui fixes (#6272)Asaad Mahmood2017-05-013-13/+14
| | | | | | | | | | * PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-2817-61/+199
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Fix inactive users showing up in team members modal (#6260)Joram Wilander2017-04-281-3/+3
|
* Add IDs to sidebar_header_dropdown (#6256)doh52017-04-281-0/+8
| | | for selenium automation
* PLT-6278 Fixed not being able to open custom theme sections on iOS (#6259)Harrison Healey2017-04-271-35/+54
|
* Fix mouse selection on channel switcher (#6244)Joram Wilander2017-04-271-2/+1
|
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-271-0/+2
| | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-272-3/+2
| | | | (#6213)
* Ui improvements (#6198)Asaad Mahmood2017-04-273-1/+14
| | | | | | | | | | | | | | | | | | | | | | * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6302 - Margins not equal for paragraphs in post * PLT-6332 - FIxing inline images * PLT-6134 - Fixing border on emoji picker * PLT-6323 - Fixing UI for system console user list * PLT-6375 - Updating emoji picker * PLT-6327 - Updating more channel/user list * PLT-6241 - Adding IE detection * PLT-6332- Fixing inline markdown images
* Create seperate field for current email (#6197)Ryan Wang2017-04-271-3/+20
|
* implement fix for PLT-6383 - Add "CAUTION" to @all auto-complete (#6240)Carlos Tadeu Panato Junior2017-04-271-5/+1
|
* PLT-3885 Add help text to System Console > Logs page (#6252)Eric Sethna2017-04-271-0/+8
| | | | | | | | * Add help text about user ID lookup * logs banner * Update logs.jsx
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-2616-42/+190
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Redux bug fixes (#6243)Joram Wilander2017-04-261-0/+3
| | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member
* Add necessary IDs for email sign up (#6233)doh52017-04-263-0/+7
| | | | | | | | | | | | * Add necessary IDs for email sign up For selenium automation * Add ID to the main page signup link * Add ID to the select team page * Update select_team_item.jsx
* PLT-5897: Respect intrinsic ratio of img in emoji picker (#5987)VeraLyu2017-04-252-5/+7
| | | Changed style of img emoji picker, also fixed preview of emoji.
* Add confirmation modal for deactivating user (#6119)Ryan Wang2017-04-251-11/+71
|
* PLT-6283 Hide Preview Mode error bar after enabling email notifications (#6180)Harrison Healey2017-04-253-31/+43
|
* Add confirm dialog before leaving private channel (#6206)Ryan Wang2017-04-253-8/+143
|
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-2535-337/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [PLT-2181] Change wording for deactivating a user from "Make Inactive" to ↵Carlos Tadeu Panato Junior2017-04-243-6/+6
| | | | | | | | | | "Deactivate" (#6106) * change text to fix issue PLT-2181 * update strings * update per review
* PLT-6296 Fixed channel admins seeing View Members in mobile view (#6182)Harrison Healey2017-04-241-8/+8
|
* Fixing double enter in channel switcher (#6208)Christopher Speller2017-04-242-0/+7
|