- 24 Sep, 2018 1 commit
-
-
Jesús Espino authored
-
- 21 Sep, 2018 2 commits
-
-
Vasily Naumkin authored
I believe we don't need to force downloading of shared public files, because `writeFileResponse` method will compare its MIME type with `MEDIA_CONTENT_TYPES` and output it inline or as attachment automatically. Usually we are share images and it is much more convenient to see them without downloading.
-
Joram Wilander authored
-
- 20 Sep, 2018 3 commits
-
-
Jesús Espino authored
* Move file backend to its own service * Moving utils/inbucket to mailservice package
-
Elias Nahum authored
-
Christopher Speller authored
-
- 19 Sep, 2018 1 commit
-
-
Hanzei authored
* Add ChannelId and TeamId to PostActionIntegrationRequest * Add tests
-
- 18 Sep, 2018 1 commit
-
-
Jesse Hallam authored
This reverts commit 5786b0d6, now that the feature is safe to enable by default.
-
- 17 Sep, 2018 10 commits
-
-
Jesús Espino authored
-
Jesse Hallam authored
Creating triggers requires SUPERUSER privileges, and is especially painful on RDS. Pivot to maintaining this denormalized table in code.
-
Harrison Healey authored
* MM-11700 Clean up handling of user display names for notifications
-
George Goldberg authored
* MM-11781: Basic Data Export Command Line. * ChannelStore new unit tests. * TeamStore new unit tests. * Unit test for new UserStore function. * Unit tests for post store new methods. * Review fixes. * Fix duplicate command name.
-
Jesse Hallam authored
* disable EnablePublicChannelsMaterialization by default Creating triggers on Amazon RDS seems to reqiure extra privileges. More investigation is required. * update model/config.go too
-
Charles Birk authored
Refactored parseSlackAttachment functions from https://github.com/mattermost/mattermost-server/blob/master/app/post.go#L312 into model/slack_attachments.go so that plugins have access to them.
-
Jesús Espino authored
-
FurmanovD authored
* MM-11424 Extend bulk import to support themes across teams(#9305) Also added: Advanced Settings: +'feature_enabled_markdown_preview' +'formatting' Sidebar Settings: +'show_unread_section' * MM-11424 (PR review) user teams' theme validator test updated * MM-11424 (PR review) added test with valid JSON of invalid theme(by structure) JSON string contains numeric and JSON object fields, not just a correct "string":"string" map
-
Carlos Tadeu Panato Junior authored
* fixing log messages * update per review * Update notification.go * Update server.go * Update notification.go
-
Jesús Espino authored
-
- 14 Sep, 2018 3 commits
-
-
George Goldberg authored
* MM-11520: Make entity ID checks consistent across api4. * Update tests.
-
Carlos Tadeu Panato Junior authored
-
Harrison Healey authored
-
- 13 Sep, 2018 3 commits
-
-
Jesse Hallam authored
* MM-11734: encode unregistered error implementations as an ErrorString * MM-11734: test error string handling * more idiomatic error handling
-
Jesse Hallam authored
* materialize PublicChannels table Introduce triggers for each supported database that automatically maintain a subset of the Channels table corresponding to only public channels. This improves corresponding queries that no longer need to filter out 99% DM channels. This initial commit modifies the channel store directly for easier code reviewing, but the next wraps an experimental version around it to enable a kill switch in case there are unforeseen performance regressions. This addresses [MM-11886](https://mattermost.atlassian.net/browse/MM-11886) and [MM-11945](https://mattermost.atlassian.net/browse/MM-11945). * extract the experimental public channels materialization Wrap the original channel store with an experimental version that leverages the materialized public channels, but can be disabled to fallback to the original implementation. This addresses MM-11947. * s/ExperimentalPublicChannelsMaterialization/EnablePublicChannelsMaterialization/ * simplify error handling * move experimental config listener until after store is initialized
-
Harrison Healey authored
-
- 12 Sep, 2018 2 commits
-
-
George Goldberg authored
Also add additional unit tests to make sure the permissions tests are completely solid.
-
Carlos Tadeu Panato Junior authored
-
- 11 Sep, 2018 4 commits
-
-
Jesús Espino authored
-
alezakos authored
-
Elias Nahum authored
-
der-test authored
* Minor grammar & spelling fixes Minor grammar & spelling fixes * Harmonizing error messages First step to harmonize the error messges by using three formulations that basically mean the same. * Changed string after feedback. * Change after feedback * Removed typo Head hit keyboard or something... * Updated second occurence of an already changed string Changed ssecond occurence of "Unable to know if the file exists. An error ocurred when trying to check file existence."
-
- 10 Sep, 2018 7 commits
-
-
Jesse Haka authored
-
Carlos Tadeu Panato Junior authored
-
Christopher Speller authored
-
Christopher Speller authored
-
Harrison Healey authored
-
George Goldberg authored
-
Harrison Healey authored
-
- 07 Sep, 2018 1 commit
-
-
Harrison Healey authored
* MM-11855 Add App.HTTPService to allow mocking of HTTP client * Initialize HTTPService earlier
-
- 06 Sep, 2018 1 commit
-
-
George Goldberg authored
This fixes an issue where the cached Channel objects would contain data from a failed update when the update to the database failed.
-
- 05 Sep, 2018 1 commit
-
-
Chetanya Kandhari authored
-