Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PLT-6444 switching SAML props to default true (#6330) | Corey Hulen | 2017-05-04 | 4 | -8/+8 | |
| | ||||||
* | PLT-6379 revert to original value when canceled (#6319) | Corey Hulen | 2017-05-04 | 1 | -0/+12 | |
| | ||||||
* | Add back button to RHS threads from pinned posts (#6306) | Joram Wilander | 2017-05-03 | 7 | -9/+31 | |
| | ||||||
* | Fix DMs not being removed until re-render (#6305) | Joram Wilander | 2017-05-03 | 2 | -1/+7 | |
| | ||||||
* | PLT-6297 Added post--pinned CSS class to pinned posts (#6303) | Harrison Healey | 2017-05-03 | 3 | -114/+130 | |
| | ||||||
* | Remove 'Note' from intensive query banner in team statistics (#6294) | Joram Wilander | 2017-05-03 | 1 | -4/+4 | |
| | ||||||
* | Update channel patch to post the correct system messages (#6290) | Joram Wilander | 2017-05-03 | 2 | -3/+30 | |
| | ||||||
* | Updated with dependencies for 3.9 release (#6287) | Jeff Schering | 2017-05-03 | 1 | -0/+232 | |
| | | | | | | | | | | * Updated with dependencies for 3.9 release * typo * Added html-to-react * Removed html-to-react | |||||
* | PLT-6211: Close emoji picker right away after react (#6275) | VeraLyu | 2017-05-03 | 3 | -6/+5 | |
| | | | Close emoji picker before adding emoji to recent used. | |||||
* | PLT-6380 Fired websocket event when user joins a team (#6266) | Harrison Healey | 2017-05-03 | 1 | -2/+5 | |
| | ||||||
* | Fix group message names in channel switcher (#6246) | Joram Wilander | 2017-05-03 | 2 | -6/+16 | |
| | ||||||
* | PLT-6277 Moved profile image cropping to server (#6269) | Harrison Healey | 2017-05-03 | 4 | -115/+71 | |
| | | | | | | * PLT-6277 Moved profile image cropping to server * Cosmetic refactoring of SettingPicture component | |||||
* | Minor Ui bug fixes (#6295) | Asaad Mahmood | 2017-05-03 | 2 | -0/+3 | |
| | | | | | | * PLT-6435 - Adjusting tooltip for add-channel-btn * PLT-6404 - Fixing emoji reaction button on hover | |||||
* | Update CONTRIBUTING.md for "Major Change" label (#6309) | Jason Blais | 2017-05-03 | 1 | -0/+1 | |
| | ||||||
* | Improve perf for channel switching, fix team switching issues (#6286) | Joram Wilander | 2017-05-02 | 4 | -25/+11 | |
| | | | | | | * 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) | doh5 | 2017-05-02 | 2 | -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 Healey | 2017-05-01 | 20 | -278/+99 | |
| | | | | | popover (#6129)" (#6289) This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239. | |||||
* | Copy users in/out out profileByIds cache to prevent data race (#6179) | Joram Wilander | 2017-05-01 | 1 | -2/+5 | |
| | ||||||
* | Prevent unnecessary store emits (#6285) | Joram Wilander | 2017-05-01 | 6 | -77/+57 | |
| | | | | | | * 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 Abril | 2017-05-01 | 20 | -99/+278 | |
| | | | | | | | | | | | | | | | | (#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 | |||||
* | PLT-6355: Use separate Read Replicas for Search. (#6216) | George Goldberg | 2017-05-01 | 7 | -30/+76 | |
| | ||||||
* | Multiple Ui fixes (#6272) | Asaad Mahmood | 2017-05-01 | 10 | -16/+62 | |
| | | | | | | | | | | * 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 | |||||
* | Add Password field to Bulk Importer. (#6268) | George Goldberg | 2017-04-28 | 4 | -2/+50 | |
| | ||||||
* | PLT-6214 Move channel store and actions over to redux (#6235) | Joram Wilander | 2017-04-28 | 30 | -691/+499 | |
| | | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes | |||||
* | Parallelise Bulk Import. (#6267) | George Goldberg | 2017-04-28 | 3 | -7/+77 | |
| | | | | | | * Parallelise Bulk Import. * Set worker count through command line flag. | |||||
* | Fix user autocomplete for DMs and GMs (#6265) | Joram Wilander | 2017-04-28 | 2 | -17/+21 | |
| | ||||||
* | Minor UI fixes (#6262) | Asaad Mahmood | 2017-04-28 | 3 | -1/+8 | |
| | | | | | | * Minor UI fixes * Updating post image size for search | |||||
* | PLT-6271 Changed word splitting to initially split on any non-name character ↵ | Harrison Healey | 2017-04-28 | 4 | -36/+38 | |
| | | | | | | | | (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions | |||||
* | Fix inactive users showing up in team members modal (#6260) | Joram Wilander | 2017-04-28 | 2 | -7/+4 | |
| | ||||||
* | Add IDs to sidebar_header_dropdown (#6256) | doh5 | 2017-04-28 | 1 | -0/+8 | |
| | | | for selenium automation | |||||
* | Fix error not appearing when updating to existing username (#6255) | Joram Wilander | 2017-04-28 | 3 | -3/+10 | |
| | ||||||
* | Add config setting to disable statuses (#6254) | Joram Wilander | 2017-04-28 | 4 | -6/+37 | |
| | ||||||
* | PLT-6322 log error messages in english (#6234) | Corey Hulen | 2017-04-28 | 3 | -8/+10 | |
| | ||||||
* | fix typo (#6264) | Carlos Tadeu Panato Junior | 2017-04-28 | 1 | -1/+1 | |
| | ||||||
* | PLT-6278 Fixed not being able to open custom theme sections on iOS (#6259) | Harrison Healey | 2017-04-27 | 2 | -35/+58 | |
| | ||||||
* | Fixing token size issue (#6258) | Christopher Speller | 2017-04-27 | 2 | -1/+2 | |
| | ||||||
* | PLT-6249: Erase custom emoji in "recently used" after deleted (#6242) | VeraLyu | 2017-04-27 | 1 | -0/+12 | |
| | ||||||
* | Fix mouse selection on channel switcher (#6244) | Joram Wilander | 2017-04-27 | 1 | -2/+1 | |
| | ||||||
* | PLT-6268 Clear blue bar correctly when removing expiring license (#6247) | Joram Wilander | 2017-04-27 | 3 | -1/+18 | |
| | | | | | | | | * 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 Speller | 2017-04-27 | 30 | -461/+461 | |
| | | | | (#6213) | |||||
* | APIv4 POST /commands/execute (#6205) | Saturnino Abril | 2017-04-27 | 3 | -0/+161 | |
| | ||||||
* | Ui improvements (#6198) | Asaad Mahmood | 2017-04-27 | 8 | -12/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | * 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 Wang | 2017-04-27 | 2 | -4/+22 | |
| | ||||||
* | implement fix for PLT-6383 - Add "CAUTION" to @all auto-complete (#6240) | Carlos Tadeu Panato Junior | 2017-04-27 | 2 | -6/+2 | |
| | ||||||
* | translations PR 20170424 (#6224) | enahum | 2017-04-27 | 22 | -447/+913 | |
| | ||||||
* | PLT-3885 Add help text to System Console > Logs page (#6252) | Eric Sethna | 2017-04-27 | 2 | -0/+9 | |
| | | | | | | | | * Add help text about user ID lookup * logs banner * Update logs.jsx | |||||
* | PLT-6108 fixing to use senderId for push (#6245) | Corey Hulen | 2017-04-27 | 2 | -2/+2 | |
| | ||||||
* | alsways get the last message from inbucket (#6251) | Carlos Tadeu Panato Junior | 2017-04-27 | 1 | -2/+2 | |
| | ||||||
* | PLT-6213 Move team store and actions over to use redux (#6222) | Joram Wilander | 2017-04-26 | 27 | -369/+366 | |
| | | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email | |||||
* | Redux bug fixes (#6243) | Joram Wilander | 2017-04-26 | 3 | -3/+8 | |
| | | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member |