summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent unnecessary store emits (#6285)Joram Wilander2017-05-016-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 Abril2017-05-0120-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 Goldberg2017-05-017-30/+76
|
* Multiple Ui fixes (#6272)Asaad Mahmood2017-05-0110-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 Goldberg2017-04-284-2/+50
|
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-2830-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 Goldberg2017-04-283-7/+77
| | | | | | * Parallelise Bulk Import. * Set worker count through command line flag.
* Fix user autocomplete for DMs and GMs (#6265)Joram Wilander2017-04-282-17/+21
|
* Minor UI fixes (#6262)Asaad Mahmood2017-04-283-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 Healey2017-04-284-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 Wilander2017-04-282-7/+4
|
* Add IDs to sidebar_header_dropdown (#6256)doh52017-04-281-0/+8
| | | for selenium automation
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-283-3/+10
|
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-284-6/+37
|
* PLT-6322 log error messages in english (#6234)Corey Hulen2017-04-283-8/+10
|
* fix typo (#6264)Carlos Tadeu Panato Junior2017-04-281-1/+1
|
* PLT-6278 Fixed not being able to open custom theme sections on iOS (#6259)Harrison Healey2017-04-272-35/+58
|
* Fixing token size issue (#6258)Christopher Speller2017-04-272-1/+2
|
* PLT-6249: Erase custom emoji in "recently used" after deleted (#6242)VeraLyu2017-04-271-0/+12
|
* 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-273-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 Speller2017-04-2730-461/+461
| | | | (#6213)
* APIv4 POST /commands/execute (#6205)Saturnino Abril2017-04-273-0/+161
|
* Ui improvements (#6198)Asaad Mahmood2017-04-278-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 Wang2017-04-272-4/+22
|
* implement fix for PLT-6383 - Add "CAUTION" to @all auto-complete (#6240)Carlos Tadeu Panato Junior2017-04-272-6/+2
|
* translations PR 20170424 (#6224)enahum2017-04-2722-447/+913
|
* PLT-3885 Add help text to System Console > Logs page (#6252)Eric Sethna2017-04-272-0/+9
| | | | | | | | * Add help text about user ID lookup * logs banner * Update logs.jsx
* PLT-6108 fixing to use senderId for push (#6245)Corey Hulen2017-04-272-2/+2
|
* alsways get the last message from inbucket (#6251)Carlos Tadeu Panato Junior2017-04-271-2/+2
|
* PLT-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-2627-369/+366
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* Redux bug fixes (#6243)Joram Wilander2017-04-263-3/+8
| | | | | | | | * Fix save teams dispatch * Fix login when MFA is enabled but not active * Fix JS error caused by using deleted team member
* PLT-3915/PLT-5550 Improve handling of Markdown while parsing mentions (#6091)Harrison Healey2017-04-262-1/+209
| | | | | | | | * PLT-3915 Removed ability to mention users in code blocks * PLT-3915 Added simple check for potential code blocks before using regexes * PLT-5550 Improve splitting when parsing mentions to ignore markdown characters
* PLT-6108 adding extra params to push notifications (#6236)Corey Hulen2017-04-262-0/+18
| | | | | | * PLT-6108 adding extra params to push notifications * PLT-6108 adding extra params to push notifications
* 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
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-265-18/+62
|
* PLT-5897: Respect intrinsic ratio of img in emoji picker (#5987)VeraLyu2017-04-254-23/+46
| | | Changed style of img emoji picker, also fixed preview of emoji.
* Add confirmation modal for deactivating user (#6119)Ryan Wang2017-04-252-11/+75
|
* PLT-6283 Hide Preview Mode error bar after enabling email notifications (#6180)Harrison Healey2017-04-255-31/+60
|
* Fix OAuth SSO first account creation, add mobile support, and fix refresh ↵Joram Wilander2017-04-255-8/+40
| | | | tokens (#6181)
* PLT-4113 Added default for FileSettings.Directory (#6188)Justin Wyer2017-04-252-0/+21
|
* Add confirm dialog before leaving private channel (#6206)Ryan Wang2017-04-254-8/+146
|
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-2557-1449/+1143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Minor UI fixes (#6227)Asaad Mahmood2017-04-255-13/+9
|
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-257-54/+144
| | | | | | | | | | * Allow getting profiles by username without a team * Changed UserStore.GetProfilesByUsernames to return an array * PLT-4457 Added API to get multiple users by their usernames * Changed users/names route to users/usernames
* [PLT-2181] Change wording for deactivating a user from "Make Inactive" to ↵Carlos Tadeu Panato Junior2017-04-245-13/+13
| | | | | | | | | | "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
|
* Upgrading server dependancies (#6215)Christopher Speller2017-04-24389-94942/+121588
|
* Fixing double enter in channel switcher (#6208)Christopher Speller2017-04-242-0/+7
|
* Fxing hub panic (#6214)Christopher Speller2017-04-241-2/+3
|