- 17 Oct, 2018 5 commits
-
-
Jordi Mallach authored
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@collabora.com>
-
Jordi Mallach authored
-
Jordi Mallach authored
-
Jordi Mallach authored
-
- 15 Oct, 2018 1 commit
-
-
Jesse Hallam authored
Plugins that listen for config changes might incorrectly re-register their commands before being /actually/ deactivated, leaving the new commands alive thereafter.
-
- 10 Oct, 2018 3 commits
-
-
Jesse Hallam authored
* defer plugin tear down for testing * test expected plugin command unregistration * MM-11905: uninstall plugin commands on remove
-
Elias Nahum authored
-
Harshil Sharma authored
* #124 renamed identififers from service terms to terms of service * #124 renamed identififers from service terms to terms of service * 124 renamed ServiceTerms model to TermsOfService * 124 Renamed EnableCustomServiceTerms feature flag to EnableCustomTermsOfService * 124 Renamed EnableCustomServiceTerms feature flag to EnableCustomTermsOfService * #124 fixed formatting * #124 fixed formatting * #132 renamed table ServiceTerms to TermsOfService * #124 renamed some missed files from 'service_terms' to 'terms_of_service' * #124 removed fixed TODOs * drop migrate of ServiceTerms table, since backporting * s/ServiceTerms/TermsOfService/ in tests * s/AcceptedServiceTermsId/AcceptedTermsOfServiceId/ Change the model attribute, even though the column name will eventually be removed. * s/accepted_service_terms_id/accepted_terms_of_service_id/ to match redux * s/serviceTerms/termsOfService * rename column too, and add max size constraint * s/EnableCustomServiceTerms/EnableCustomTermsOfService
-
- 09 Oct, 2018 1 commit
-
-
Jesse Hallam authored
This handles clients sending a team id in a direct message or group channel autocomplete, when it necessarily won't match. Just verify that the user has permission for the team in question, whenever it is provided.
-
- 08 Oct, 2018 1 commit
-
-
George Goldberg authored
-
- 05 Oct, 2018 2 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 * Fix incorrect key in en.json and changes some translations from service terms to terms of service * Improved translated messages * Added permission check in createServiceTerms API
-
Saturnino Abril authored
* fix return search posts on date filters * add name to test cases
-
- 04 Oct, 2018 2 commits
-
-
Jesús Espino authored
-
Jason Blais authored
* Move CustomServiceTermsEnabled to the correct table in diagnostics * Fix style error
-
- 03 Oct, 2018 2 commits
-
-
Daniel Schalla authored
-
Elias Nahum authored
-
- 02 Oct, 2018 2 commits
-
-
Jesús Espino authored
* MM-10699: Disallow renaming direct and group message channels * Replacing errors.New with errors.Wrapf
-
Jesse Haka authored
-
- 01 Oct, 2018 3 commits
-
-
Carlos Tadeu Panato Junior authored
* fix gofmt for go 1.11 * fix test * comment out one test
-
George Goldberg authored
-
Harshil Sharma authored
#MM-12130 - Fix incorrect key in en.json and changes some translations from service terms to terms of service (#9488) * Fix incorrect key in en.json and changes some translations from service terms to terms of service * Improved translated messages
-
- 28 Sep, 2018 2 commits
-
-
Jesse Hallam authored
MM-12192: autocompleteUsers: if a teamId is provided, require it to match the channel's team id (#9481) * MM-12192: unit test * MM-1292: autocompleteUsers: if a teamId is provided, require it to match the channel's team id
-
Jason Blais authored
* Fix style error in diagnostics.go * Add EnablePublicChannelsMaterialization to diagnostics.go * Fix build error
-
- 27 Sep, 2018 12 commits
-
-
George Goldberg authored
Purpose of this is to make in-field debugging of cluster leader issues (particularly around duplicate job scheduling) easier to debug from production server logs.
-
Mark Vainomaa authored
Resolves MM-12000
-
George Goldberg authored
-
Christopher Speller authored
-
Hanzei authored
-
Jesús Espino authored
-
Jesús Espino authored
* MM-11567: Autocomplete search in: for DMs and GMs * Adding unit tests * Allowing to search Direct Messages in the autocompletion * Fix it in TE
-
Jesús Espino authored
-
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
-