summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6659 Fixed upload thumbnails that weren't properly rotated (#6816)Rich Barton2017-07-105-14/+92
| | | | | | | - Used client-side EXIF data to rotate profile picture thumbnails - Added a small package for correctly translating EXIF orientation into CSS transforms - Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster - For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation. - The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
* Minor fixes based on lgtm.com alerts (#6819)Alex Ford2017-07-078-17/+20
| | | | | | | | | | * Remove a couple of superfluous trailing arguments * Simplify assignment logic in a couple of places * Modify some potentially inconsistent setState calls to use the function form * Fix eslint errors
* Fix for SignupEmail invite handling (#6820)Alex Ford2017-07-071-18/+21
| | | | | | * Fix SignupEmail invite handling * Fix eslint errors
* Add optional config parameter to test elasticsearch endpoint. (#6877)George Goldberg2017-07-074-4/+22
|
* PLT-6976: Elasticsearch capitalisation and tests. (#6839)George Goldberg2017-07-079-27/+62
| | | | | | | * Fixes Elasticsearch to have consistent capitalisation everywhere across the code and UI (except the config file unfortunately). * Adds basic unit tests for Elastichsearch. * Adds a Elasticsearch docker image to the Makefile to enable testing the Elasticsearch feature.
* PLT-6916: Redesign the jobs package and Jobserver. (#6733)George Goldberg2017-07-0731-576/+1363
| | | | | | | | | | | | | | This commit redesigns the jobserver to be based around an architecture of "workers", which carry out jobs of a particular type, and "jobs" which are a unit of work carried by a particular worker. It also introduces "schedulers" which are responsible for scheduling jobs of a particular type automatically (jobs can also be scheduled manually when apropriate). Workers may be run many times, either in instances of the platform binary, or the standalone jobserver binary. In any mattermost cluster, only one instance of platform OR jobserver must run the schedulers. At the moment this is controlled by a config variable, but in future will be controlled through the cluster leader election process.
* add preparatory upgrade code for 4.1 (#6870)Saturnino Abril2017-07-071-0/+9
|
* Uncomment upgrade for 4.0 (#6844)Saturnino Abril2017-07-062-5/+4
|
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-0642-522/+1047
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text
* Remove bad checks for emoji picker preview feature (#6861)Joram Wilander2017-07-062-2/+2
|
* teammate name display setting: username as default or full_name when ↵Saturnino Abril2017-07-052-6/+10
| | | | LDAP/SAML is enabled (#6857)
* [PLT-6969] System console setting for the emoji picker (#6809)Saturnino Abril2017-07-0615-33/+47
| | | | | | | | * system console setting for the emoji picker * remove state.emojiPickerEnable * update url to /admin_console/customization/emoji
* Fix MFA setup page (#6856)Joram Wilander2017-07-061-1/+1
|
* Properly store recently used emoji when reacting (#6854)Joram Wilander2017-07-061-0/+2
|
* PLT-6975 Fixed image thumbnail size being calculated incorrectly (#6855)Harrison Healey2017-07-061-4/+9
|
* Add dependencies for 4.0 release (#6853)Jeff Schering2017-07-061-2/+56
|
* [PLT-6800] Clear center and rhs view on other window when leaving a channel ↵Saturnino Abril2017-07-051-0/+5
| | | | | | | | | | (#6723) * clear center and rhs view on other window when leaving a channel * move redirection to websocket actions * close sidebar at websocket action
* Do not scroll center channel to bottom when posting in RHS (#6852)Joram Wilander2017-07-053-15/+16
|
* translations PR 20170703 (#6836)enahum2017-07-0528-641/+2454
| | | | | | * translations PR 20170703 * Fix bad merge
* fix position of emoji picker (#6837)Saturnino Abril2017-07-0510-80/+153
|
* Increase post visibility in current channel when receiving posts (#6848)Joram Wilander2017-07-051-20/+16
|
* Fix some scrolling issues (#6851)Joram Wilander2017-07-053-3/+2
|
* PLT-6753 Fixed deactivated users counting against max members on a team (#6758)Harrison Healey2017-07-052-2/+24
| | | | | | * PLT-6753 Fixed deactivated users counting against max members on a team * Removed nested sql query when checking the number of team members
* Minor UI Updates (#6842)Asaad Mahmood2017-07-054-80/+28
| | | | | | * PLT-6964 - Updating new theme * PLT-6827 - Fixing error bar link color issue
* Fix some duplicate message IDs in Bulk Importer. (#6850)George Goldberg2017-07-052-4/+4
|
* Return channel member immediately if user is already in channel (#6847)Joram Wilander2017-07-051-0/+8
|
* Add App Directory link to Integrations pages (#6731)Jason Blais2017-07-058-29/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update installed_commands.jsx * Update installed_incoming_webhooks.jsx * Update installed_oauth_apps.jsx * Update installed_outgoing_webhooks.jsx * Update integrations.jsx * Update quick_switch_modal.jsx * Update en.json * Decrease help text size in Integrations page * Fix syntax error * Tweak help text size based on Asaad's feedback * Fix indentation * Update help text classname to backstage-list__help * Update _backstage.scss * Remove the horizontal line in integrations page * Renamed template strings for integrations help links
* Update mattermost redux to latest (#6846)Joram Wilander2017-07-053-7/+24
| | | | | | | | * Update to latest mattermost-redux * Add back recent and new users to team analytics page * Update to latest
* add /search command (#6741)Chris2017-07-054-0/+75
|
* [PLT-6838] Restrict channel delete option per permission policy even for ↵Saturnino Abril2017-07-056-37/+45
| | | | | | | | | | last channel member (#6706) * channel delete option is hidden from the menu unless there is appropriate permissions as set in the policy page * apply to public channel only and add restriction to API layer * updated channel deletion
* add "TeammateNameDisplay": "full_name" to config.json (#6845)Saturnino Abril2017-07-041-1/+2
|
* PLT-6554 Add config setting to control enabling API version 3 (#6835)Joram Wilander2017-07-049-2/+66
| | | | | | | | | | * Add config setting to control enabling API version 3 * Update help text for APIv3 config setting (#6843) * Update configuration_settings.jsx * Update en.json
* PLT-6960 Only update post.EditAt when the message changes (#6840)Harrison Healey2017-07-042-10/+38
|
* Removing unnessisary go routines to fix random test failure. (#6838)Christopher Speller2017-07-041-3/+4
|
* PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804)94117nl2017-07-045-43/+495
| | | | | | * Migrate add_command.jsx to be pure and use redux * Add basic test for AddCommand component
* PLT-6978 - Fixing spacing for menu items (#6827)Asaad Mahmood2017-07-041-3/+7
|
* Fix IE and Edge by upgrading redux-persist (#6832)Joram Wilander2017-07-042-4/+4
|
* Fix system admin not seeing manage channel members options (#6831)Joram Wilander2017-07-041-28/+28
|
* Make channel switcher partially obey RestrictDirectMessage setting (#6830)Joram Wilander2017-07-041-1/+5
|
* Adding back ping retry (#6810)Corey Hulen2017-07-041-6/+20
|
* Refactor system console buttons into RequestButton component. (#6808)George Goldberg2017-07-0412-604/+1121
| | | | | Since I was going to make yet another button for the ElasticSearch test config button, I refactored all of them to use a single common component and tidied that component up and gave it some unit tests.
* Add paging to the GET /emojis endpoint (#6802)Joram Wilander2017-07-038-15/+24
|
* fix collapsed image preview that doesn't stay collapsed after posting a ↵Saturnino Abril2017-07-031-1/+1
| | | | message in the channel (#6833)
* PLT-6935 Fixes issue when locale set to unknown (#6829)Corey Hulen2017-07-031-3/+3
|
* PLT-6951: Fix channel join slash command. (#6824)George Goldberg2017-07-031-1/+1
| | | | Don't show an ephemeral message when the channel join succeeds. Just redirect to the channel.
* Fix EnablChannelViewedMessages typo (#6822)Jason Blais2017-07-036-11/+11
| | | | | | | | | | | | | | | | * Update config.json * Update config.go * Update config.go * Update channel.go * Update post.go * Update diagnostics.go * Update config.go
* Update the Developer Machine Setup link in the README (#6817)Alex Ford2017-07-021-1/+1
|
* PLT-6955: Add new config fields to diagnostics. (#6791)George Goldberg2017-06-302-47/+68
| | | | | | * PLT-6955: Add new config fields to diagnostics. * Fix review comments.
* PLT-6830 Fixed updating profile image not invalidating cache (#6814)Harrison Healey2017-06-301-1/+3
|
* Reverting tutorial fix (#6812)Corey Hulen2017-06-302-0/+22
|