master7
d62244aebb
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5759 of 5759 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 98.3% (2505 of 2546 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/pl/
2023-03-27 18:47:05 +03:00
jprusch
5c4f1b5bde
Translated using Weblate (German)
...
Currently translated at 100.0% (5759 of 5759 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/de/
Translated using Weblate (German)
Currently translated at 100.0% (2546 of 2546 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/de/
2023-03-27 18:47:05 +03:00
kaakaa
a6f5f0619c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (5759 of 5759 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2546 of 2546 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/ja/
2023-03-27 18:47:05 +03:00
Frank Tang
ecf800edc1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 79.6% (4587 of 5759 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 79.5% (4583 of 5758 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2546 of 2546 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/zh_Hans/
2023-03-27 18:47:05 +03:00
Pantelis Vratsalis
884e8e280a
Translated using Weblate (Spanish)
...
Currently translated at 93.6% (2384 of 2546 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/es/
2023-03-27 18:47:05 +03:00
Nathaniel Allred
b7f2c00554
return 404 if the enterprise library error returned is 404 ( #22628 )
2023-03-27 08:21:29 -05:00
Harshil Sharma
3e85a9bb3a
Updated query to support old mysql version ( #22606 )
...
* Updated query to support old mysql version
* Added tests
* Using foundation for tests
* Removed unused override params
* Removed unused override params
2023-03-27 09:53:05 +02:00
Allan Guwatudde
ee068726bc
[MM-51467] - NotifyAdmin job reports an error for unlicensed servers ( #22568 )
...
* [MM-51467] - Reduce frequency for notify install plugin job
* [MM-51467] - NotifyAdmin job reports an error for unlicensed servers
* .
* fix imports
2023-03-27 10:50:45 +03:00
Agniva De Sarker
d8d3c6e7a6
MM-51699: Skip flaky test ( #22635 )
...
https://mattermost.atlassian.net/browse/MM-51699
```release-note
NONE
```
2023-03-27 10:28:16 +05:30
Conor Macpherson
ff01fabc32
add mocks.
2023-03-24 16:30:26 -04:00
Conor Macpherson
9d8597b399
add self hostded expansion mm-server parts.
2023-03-24 15:11:17 -04:00
Agniva De Sarker
176a58617d
MM-51504: Control compliance export goroutine ( #22604 )
...
Spawn a goroutine from the server layer to have better
control for compliance tests.
https://mattermost.atlassian.net/browse/MM-51504
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-03-24 13:56:19 +05:30
byigorv
017c51c246
fix mem leak in hubConnectionIndex ( #22560 )
2023-03-24 11:22:37 +05:30
Agniva De Sarker
56b18ca7bf
MM-45956: Optimize FileInfo stats query ( #22603 )
...
* MM-45956: Optimize FileInfo stats query
We Denormalize Post.ChannelId on FileInfo.ChannelId
```release-note
The file info stats query is now optimized by denormalizing the channelID column into the table itself. This will speed up the query to get the file count for a channel on clicking the RHS.
Migration times:
On a MySQL 8.0.31 DB with
1405 rows in FileInfo and 11M posts, it took around 0.3s
On a Postgres 12.14 DB with
1731 rows in FileInfo and 11M posts, it took around 0.27s
```
https://mattermost.atlassian.net/browse/MM-45956
2023-03-23 22:14:04 +05:30
Agniva De Sarker
a31159257d
Ran make modules-tidy ( #22600 )
...
* Ran make modules-tidy
* Removed go.tools.sum which is not needed anymore
* Upgrade golang.org/x/net
2023-03-23 16:59:50 +05:30
Agniva De Sarker
19c7c6fa7a
MM-51486: Implementing UTS 46 to check for preview blocklist ( #22601 )
...
There is a standard IDNA2008 which defines how unicode characters
in domain names can be compared using UTS (Unicode Technical Standard) 46.
We use that to convert any links in messages to ASCII and
then compare with the domain list in config.
https://mattermost.atlassian.net/browse/MM-51486
```release-note
NONE
```
2023-03-23 13:03:59 +05:30
Doug Lauder
c943ed6859
Mono repo -> Master ( #22553 )
...
Combines the following repositories into one:
https://github.com/mattermost/mattermost-server
https://github.com/mattermost/mattermost-webapp
https://github.com/mattermost/focalboard
https://github.com/mattermost/mattermost-plugin-playbooks
2023-03-22 17:22:27 -04:00