Christopher Poile
b0f26cedf2
MM-38774 - partial fix for: Community running out of memory ( #18445 )
...
* prevent invalid images from entering generateMiniPreview in the future
* fixing err, err2, imgErr
* linting
* load actual pngs and gifs in tests
* consistent style
2021-09-23 13:17:37 -04:00
Carlos Tadeu Panato Junior
f27f7bfe79
Update base container image from alpine 3.12 to 3.14 ( #18450 )
...
* update default mm package to 5.39.0
* update base container image from alpine 3.12 to 3.14
2021-09-23 17:36:05 +02:00
Daniel Espino García
02a9ef3f82
[MM-38216] Add API endpoint and adapt search to allow multi-team search ( #18371 )
...
* Add API endpoint and adapt search to allow multi-team search
* Refactor handler, refactor sql query to use squirrel, rename app and store functions and add tests
* Fix lint
* Fix search engines and remove unneeded comments
* Fix test
* Remove user from channel after test
2021-09-23 14:43:09 +02:00
Agniva De Sarker
8c62cf6e3d
MM-38657 - Sentry crash: Fix nil dereference when post not found ( #18440 )
...
* Revert "Add debug log for nil referencedPost (#18437 )"
This reverts commit e575315275 .
* Ignores post not found errors at a higher level
And adds test
```release-note
NONE
```
2021-09-22 22:50:00 +05:30
Agniva De Sarker
688ee34054
MM-38712: Flush logs while exiting from store upgrade ( #18438 )
...
Our store upgrade methods used mlog.Critical and then slept
for a second and triggered os.Exit.
First of all, with the new mlog refactor Critical wasn't a standard
log level so it was never to be logged.
And secondly, this completely missed the fact that there already
existed an API method Fatal which did exactly this.
We mark the Critical API as deprecated, and use Fatal for all
occurences.
The choice should be between either to use Error or Fatal.
While here, we also remove the non-standard exit codes which
just confused things further while debugging.
https://mattermost.atlassian.net/browse/MM-38712
```release-note
NONE
```
2021-09-22 20:12:57 +05:30
Michael Kochell
e575315275
Add debug log for nil referencedPost ( #18437 )
...
* add debug log for nil post
* add post id for context
* log other vars that may be nil
* change from Warn to Debug
2021-09-21 18:44:03 -04:00
Claudio Costa
0c84885132
[MM-38375] Fix processing bulk import with attachments ( #18352 )
...
* Fix improper attachments in replies
* Fix import data path
* Improve errors
* Fix importing attachments directly from zip file
* Add some test cases to cover error paths
2021-09-21 17:39:52 +02:00
Weblate (bot)
c4a25ff339
Translations update from Weblate ( #18420 )
...
* Translated using Weblate (Spanish)
Currently translated at 86.1% (1985 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/es/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
* Translated using Weblate (German)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
* Translated using Weblate (Spanish)
Currently translated at 86.1% (1985 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/es/
Co-authored-by: Elias Nahum <elias@mattermost.com >
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: JtheBAB <srast@bioc.uzh.ch >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: Adolfo García Veytia <adolfo.garcia@mattermost.com >
2021-09-21 16:40:32 +02:00
Allan Guwatudde
132f2e9680
[MM-36603] - Text is cut-off on the bottom of the 14-day trial 3 day to end of trial email notification ( #18421 )
...
* feedback impl
* add test
2021-09-21 12:55:52 +03:00
Nathaniel Allred
b667be33fe
Last 4 credit card digits as a string ( #17996 )
2021-09-20 14:39:15 -05:00
Doug Lauder
a1b853d1dc
MM-38611 getSharedChannels: only return channels user is member of ( #18417 )
...
* getSharedChannels: only return channels user is member of
2021-09-20 15:00:47 -04:00
Claudio Costa
8a7af3bef2
Revert import command deprecation ( #18413 )
...
Automatic Merge
2021-09-20 17:29:02 +02:00
Christopher Poile
d69f9df09f
MM-38635 - Debug statements for prepareImage errors on community-daily ( #18416 )
...
* add debug info to generateMiniPreview error
* linting
* simplify
* Update app/file.go
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
* add channel_id and creator_id to the log statement
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com >
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
2021-09-20 11:13:49 -04:00
dave
fd597d325a
Migrate from gorp to sqlx in store/sqlstore/audit_store.go ( #18409 )
2021-09-20 18:55:36 +05:30
Martin Kraft
28ef5856ed
MM-38081: Fix for disappearing permalink previews ( #18400 )
...
* MM-38081: Fix for disappearing previews.
* MM-38081: Update method signature in tests.
* MM-38081: Adds test replicating bug.
2021-09-17 17:47:00 -04:00
Nathaniel Allred
fd7bc9b4a0
add feature flag ( #18404 )
2021-09-17 11:25:04 -05:00
Christopher Speller
2af7b2392b
Update to use new plugin ID for playbooks. ( #18392 )
2021-09-17 08:24:57 -07:00
Kyriakos Z
237e4fd531
MM-37896: thread recency when updating a post ( #18363 )
...
When a post is edited we should not update the thread recency
(LastReplyAt).
2021-09-17 09:01:41 -04:00
Miguel de la Cruz
a9101d62a6
Update to bleve v2 and to use the scorch index ( #18266 )
...
Automatic Merge
2021-09-17 10:59:02 +02:00
Allan Guwatudde
ad5591cf75
[MM-37730] - Self-managed: Update email template to new branding - Batch Email ( #18221 )
...
* [MM-37730] - Self-managed: Update email template to new branding - Batch Email
* batch email fixes
* simplify email title
* More fixes
* fix tests
* fix group message name on card
* fix bracket issue
* style the count
* account for merged changes
* change truncating rule
2021-09-16 22:08:31 +03:00
Martin Kraft
acec8db7c5
MM-37721: Add prop for post preview before saving record. ( #18361 )
...
* MM-37721: Add prop for post preview before saving record.
* MM-37721: Test fix.
* MM-37721: Adds test.
* MM-37721: Fixes vet.
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-16 13:54:38 -04:00
Jesús Espino
f9bd7cce8e
Set BuildDate compile flag to dev during development ( #18383 )
...
* Set BuildDate compile flag to dev during development
* Addressing review comments
2021-09-15 10:16:20 +02:00
Ben Cooke
3b9324b389
[MM-36444] Manage config deprecations for 6.0 ( #18035 )
...
* removing deprecated stuff
* removing deprecations and marking others for deprecations
* removing some of the configs
* partially remove ExperimentalChannelOrganization
* fixing merge issues
* moving default permissions to defaultroles function
* removing experimentaltownsquare
* removing old tests and remove legacysidebar config
* fixing test
* removing log
* removing unused variables
* MM-36444: Fix for renamed functions.
* MM-36444: go mod tidy and go mod vendor.
* MM-36444: Vendored go modules.
* MM-36444: Removes UseExperimentalGossip config field from model.
* Fix vendors
* fixing test
Co-authored-by: Benjamin Cooke <benjamincooke@Benjamins-MacBook-Pro.local >
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
Co-authored-by: Martin Kraft <martin@upspin.org >
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
2021-09-14 13:22:59 -04:00
Agniva De Sarker
0953e3f0cf
Migrating Emoji store to use sqlx ( #18301 )
...
* Migrating Emoji store to use sqlx
https://community-daily.mattermost.com/boards/workspace/zyoahc9uapdn3xdptac6jb69ic/285b80a3-257d-41f6-8cf4-ed80ca9d92e5/495cdb4d-c13a-4992-8eb9-80cfee2819a4?c=646cee9a-219c-49f3-8e0b-6ec2cff4deba
```release-note
NONE
```
* Incorporate review suggestions
```release-note
NONE
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-14 13:46:42 +05:30
Claudio Costa
e542842bd1
Disable admin support status job on server startup ( #18341 )
2021-09-14 09:02:08 +02:00
Nathaniel Allred
16d358300a
add prewritten message A/B test feature flag ( #18372 )
2021-09-13 14:21:06 -05:00
Doug Lauder
bb659d03fd
Fix plugin logging missing context fields
...
Fix an issue where context fields logged by server on behalf of plugins didn't contain correct name/value pairs:
- bump Logr version to add key/value methods to sugar logger
- expose factory args when configuring logging with custom target types (needed for FocalBoard to create log target adapter that converts typed fields into slices of interface{} as per plugin logging API)
2021-09-13 10:12:18 -04:00
Agniva De Sarker
17fe158f5e
Migrating OAuthStore to sqlx ( #18302 )
...
* Migrating OAuthStore to sqlx
https://community-daily.mattermost.com/boards/workspace/zyoahc9uapdn3xdptac6jb69ic/285b80a3-257d-41f6-8cf4-ed80ca9d92e5/495cdb4d-c13a-4992-8eb9-80cfee2819a4?c=71efa7c4-53be-4732-87cc-d53726d2cd53
```release-note
NONE
```
* Fixing some broken tests
```release-note
NONE
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-13 19:23:58 +05:30
Claudio Costa
bbd5ba9ff2
Bump Post.Props size limits ( #18370 )
2021-09-13 14:23:50 +02:00
Weblate (bot)
aca6094676
Translations update from Weblate ( #18369 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/
* Translated using Weblate (German)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
Translated using Weblate (Hungarian)
Currently translated at 99.7% (2300 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (2290 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/zh_Hans/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (2305 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
* Translated using Weblate (Swedish)
Currently translated at 99.8% (2302 of 2305 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: aeomin <lin@aeomin.net >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se >
2021-09-13 10:03:57 +02:00
Harrison Healey
5ee9c349cb
Update Node and NPM minimum versions ( #18367 )
2021-09-10 12:31:48 -04:00
Kyriakos Z
1c8bc159e0
MM-38093: updates notifications copy on CRT replies ( #18332 )
...
MM-38093: updates notifications copy on CRT replies
Updates texts form push and email notifications when the user has CRT "on"
and the post is a reply to a thread.
Email batches text aware of CRT threads
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-10 11:12:18 +03:00
Nathaniel Allred
6a0ba98fab
remove feature flag ( #18350 )
2021-09-08 08:42:15 -05:00
Claudio Costa
6b08de10bb
Fix possible race ( #18328 )
2021-09-07 19:14:29 +02:00
Claudio Costa
aaeaaf716b
Fix flaky TestCreateDefaultMemberships ( #18330 )
2021-09-07 19:09:48 +02:00
Elisabeth Kulzer
b41b7eae10
Adjust values waiting for webapp. ( #18345 )
...
* Check curl version
* Add todo for future curl version. Fix the command.
* Implement proper looping so npm build case could be executed. And test it.
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
2021-09-06 14:53:46 +02:00
Claudio Costa
57075c9cc0
Fix stopping mattermost server ( #18337 )
2021-09-06 10:04:32 +02:00
Weblate (bot)
0367492310
Translations update from Weblate ( #18344 )
...
* Translated using Weblate (Russian)
Currently translated at 96.7% (2223 of 2298 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
Translated using Weblate (Hungarian)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
Translated using Weblate (Hungarian)
Currently translated at 100.0% (2298 of 2298 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
* Translated using Weblate (German)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
Translated using Weblate (German)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
* Translated using Weblate (Swedish)
Currently translated at 99.8% (2297 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/
Translated using Weblate (Swedish)
Currently translated at 99.8% (2297 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
Translated using Weblate (English (Australia))
Currently translated at 100.0% (2300 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
* Translated using Weblate (French)
Currently translated at 94.3% (2170 of 2300 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/fr/
Co-authored-by: Vladislav Moiseev <v.moiseev94@gmail.com >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: Nathanaël <contact@nathanaelhoun.fr >
2021-09-06 09:26:19 +02:00
Elisabeth Kulzer
6dbac6b837
Fix trap ( #18338 )
...
* Fix trap
* Fix trap by removing trap.
2021-09-06 09:13:39 +02:00
Sorawis Nilparuk (Bo)
f2c955b3d3
Gh 13908 fix bot missing username error ( #17854 )
...
Automatic Merge
2021-09-03 10:29:01 +02:00
Claudio Costa
236d46ecc6
[MM-38321] Fix possible panics during license validation ( #18333 )
...
* Fix possible panics during license validation
* Return error if non 2xx code is returned by trial request server
2021-09-02 18:57:18 +02:00
Agniva De Sarker
21a53320d3
Migrating bot store to use sqlx ( #18300 )
...
https://community-daily.mattermost.com/boards/workspace/zyoahc9uapdn3xdptac6jb69ic/285b80a3-257d-41f6-8cf4-ed80ca9d92e5/495cdb4d-c13a-4992-8eb9-80cfee2819a4?c=5da060fd-8fbc-449d-8219-c73a9dd0bd7c
```release-note
NONE
```
2021-09-02 17:08:11 +02:00
Amy Blais
22b33c625b
Update en.json ( #18305 )
...
Automatic Merge
2021-09-02 15:29:02 +02:00
Agniva De Sarker
eaa6113cb4
Use new mattermost-govet ( #18329 )
...
```release-note
NONE
```
2021-09-02 13:36:20 +05:30
Elisabeth Kulzer
42e75fad4d
Fix test schema docker-compose exec exit problem ( #18327 )
...
* Fix schema tests exiting early by replacing docker-compose exec with docker exec.
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-01 17:35:17 +02:00
Zef Hemel
fbaf4cca6e
Revert "removes the global header feature flag and default value ( #18304 )" ( #18324 )
...
This reverts commit 9fb8de7318 .
2021-09-01 14:54:44 +02:00
Claudio Costa
92837fa1ee
[MM-22051] Remove To/From JSON ( #18070 )
...
* Posts
* Add missing translation
* Fix internal store marshaling
* [MM-22051] Remove To/From JSON (Channels) (#18116 )
* Channels
* Channel members
* ChannelSearch
* Channel categories, list, sidebar, stats, view
* Fix conversions
* [MM-22051] Remove To/From JSON (Users) (#18121 )
* User related structs
* Fix return
* Team related structures (#18127 )
* [MM-22051] Remove To/From JSON (Status, Bot, Reaction, Thread, FileInfo) (#18130 )
* Status
* Bot
* Reaction
* Thread
* FileInfo
* Some fixes
* Translations update from Weblate (#18143 )
* Translated using Weblate (German)
Currently translated at 100.0% (2309 of 2309 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2309 of 2309 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2309 of 2309 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/
* Translated using Weblate (German)
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
* Translated using Weblate (Bulgarian)
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/bg/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2301 of 2301 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/zh_Hans/
Co-authored-by: JtheBAB <srast@bioc.uzh.ch >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: aeomin <lin@aeomin.net >
Co-authored-by: Weblate (bot) <hosted@weblate.org >
Co-authored-by: JtheBAB <srast@bioc.uzh.ch >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: aeomin <lin@aeomin.net >
* [MM-22051] Remove To/From JSON methods from model (#18138 )
* Scheme
* Role
* Session
* Config
* Status
* Fix logic
* Emoji
* GuestsInvite
* Group
* Command
* ClusterInfo
* License
* Job
* System
* Plugin
* Command2
* IncomingWebhook
* OutgoingWebhook
* Fix tests
* Update traslation
* Some fixes
* Add missing return
* Simplify
* Make Config.ToJSONFiltered() return []byte
* Make Busy.ToJSON() return []byte
* Include error in log
* Split logic
* [MM-22051] Remove To/From JSON (final) (#18150 )
* SwitchRequest
* PluginEventData
* Permalink
* PushNotification
* SuggestCommand
* PluginsResponse
* WebSocketMessage
* RemoteCluster
* SharedChannel
* PluginStatuses
* InitialLoad
* ClusterDiscovery
* ClusterStats
* MfaSecret
* GroupSyncable
* SAML
* WebSocketRequest
* TypingRequest
* SecurityBulletin
* OAuthApp
* IntegrationAction
* DataRetention
* Preference
* FileInfoList
* Compliance
* Preferences
* FileInfoSearchResults
* TermsOfService
* InstallMarketplacePluginRequest
* GitLabUser
* UploadSessions
* Remove unused helpers
* Fix tests
* [MM-23280] Fix linting for ToJSON/FromJSON (#18153 )
* SwitchRequest
* PluginEventData
* Permalink
* PushNotification
* SuggestCommand
* PluginsResponse
* WebSocketMessage
* RemoteCluster
* SharedChannel
* PluginStatuses
* InitialLoad
* ClusterDiscovery
* ClusterStats
* MfaSecret
* GroupSyncable
* SAML
* WebSocketRequest
* TypingRequest
* SecurityBulletin
* OAuthApp
* IntegrationAction
* DataRetention
* Preference
* FileInfoList
* Compliance
* Preferences
* FileInfoSearchResults
* TermsOfService
* InstallMarketplacePluginRequest
* GitLabUser
* UploadSessions
* Remove unused helpers
* Fix tests
* Fix linting for ToJSON/FromJSON
* Fix conversions
Co-authored-by: Weblate (bot) <hosted@weblate.org >
Co-authored-by: JtheBAB <srast@bioc.uzh.ch >
Co-authored-by: Kaya Zeren <kayazeren@gmail.com >
Co-authored-by: Tóth Csaba // Online ERP Hungary Kft <csaba.toth@online-erp.hu >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: aeomin <lin@aeomin.net >
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-01 14:43:12 +02:00
Ashish Bhate
6861efb47e
cleanup some commented out code ( #18318 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2021-09-01 17:13:14 +05:30
Joe
0b79defcbb
[MM-24714] Render markdown in email notifications ( #18043 )
...
Automatic Merge
2021-09-01 11:59:01 +02:00
Claudio Costa
9534f9fb62
Update schemas to include new indexes ( #18313 )
...
* Update schemas to include new indexes
* Increase local usability of gitlab scripts. (#18314 )
* Increase local usability of gitlab scripts.
* Fix loading/saving SQL dumps
* Add logging to schema tests.
* Fix adding logs dir.
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
Co-authored-by: Elisabeth Kulzer <elikul@elikul.de >
2021-09-01 09:00:49 +02:00