- 27 Sep, 2018 4 commits
-
-
Carlos Tadeu Panato Junior authored
-
Jesse Hallam authored
-
Jesse Hallam authored
The previous code appended a `/` to the end of the URL, breaking if a query string was present.
-
Elias Nahum authored
-
- 26 Sep, 2018 4 commits
-
-
Harshil Sharma authored
* #MM-12130 changes for custom service terms * Fixed styling * Added getServiceTerms API * removed unnecessary panic * removed custom service terms text from flat config * reverted user sql store as those changes are no longer needed * added tests * Updated a config key to be more standard * Added copyright info * Loading service terms only if the feature is enabled * Loading service terms only if the feature is enabled * removed unused index * added createservice termns API * made a param to bool instead of string * added createservice termns API * review fixes * fixed styling * Minor refactoring * removed saveConfig and loadConfig magic * added empty service terms text check to createServiceTerms API * refactoed some urls to be terms_of_service instead of service_terms * removed check for support settings * changed URLs in tests * removed unused code * fixed a bug * added service termd id in conif * fixed a test * review fixes * minor fixes * Fixed TestCreateServiceTerms
-
Harrison Healey authored
* Move HTTPService and ConfigService into utils package * Re-add StaticConfigService * Move config and http services into their own packages
-
Jesús Espino authored
* MM-7188: Cleaning push notification on every read, not only on channel switch * Removed unnecesary goroutine * Fixing tests * Applying suggestion from PR
-
Christopher Speller authored
-
- 25 Sep, 2018 3 commits
-
-
Jesús Espino authored
-
Jesús Espino authored
-
Christopher Speller authored
-
- 24 Sep, 2018 8 commits
-
-
Jesús Espino authored
-
Dan Maas authored
- Update homepage, owner, and copyright info for all dependencies - Add SPDX open-source license IDs - Alphabetize dependency list so future updates will cause smaller diffs
-
Jesús Espino authored
-
Carlos Tadeu Panato Junior authored
-
Jesús Espino authored
* MM-11707: Removes edit_others_posts permission from the team_admin role in MakeDefaultRoles(). * MM-11707: Tests fix. * MM-11707: Update test store. * MM-11707: Allow to change the permission for edit the others posts on TE * Fixing tests
-
Joram Wilander authored
-
Jesús Espino authored
-
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 1 commit
-
-
Jesse Hallam authored
* MM-11734: encode unregistered error implementations as an ErrorString * MM-11734: test error string handling * more idiomatic error handling
-