Maksim Matveev
f7863274de
Translated using Weblate (Russian)
...
Currently translated at 94.3% (2216 of 2349 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-03-18 10:32:31 +02:00
kaakaa
109d8e18e5
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (2349 of 2349 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
2022-03-18 10:32:31 +02:00
Hosted Weblate
bbe64b6c8d
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/
2022-03-18 10:32:31 +02:00
Carrie Warner (Mattermost)
dcd66d2146
MM-41988 Updated links to legacy domain about.mm.com ( #19552 )
...
* Updated links to legacy domain about.mm.com
* Legacy link updates
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* Reverting - only need to change en.json
* about.mm.com URL updates
* mattermost.org URL updates
* forum.mm.org URL update
* Update .github/ISSUE_TEMPLATE.md
* Update .github/ISSUE_TEMPLATE.md
* Un-deleted language files
* Update README.md
* Update tests/test-config.json
* fix some test due to url updating (#19787 )
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com >
2022-03-16 19:47:57 +08:00
Ben Schumacher
7710a2fe37
[MM-40735] Add MattermostAppID to OAuth app ( #19214 )
2022-03-15 18:00:27 +01:00
Ben Schumacher
8d72cabee8
Update session cache if a plugin extends a session ( #19178 )
2022-03-15 17:38:09 +01:00
Agniva De Sarker
4da98cb51a
Kill gorp ( #19786 )
...
* Kill gorp
Gorp is dead. Long live Gorp.
```release-note
NONE
```
2022-03-15 19:49:19 +05:30
Daniel Espino García
c3ec0a145b
[GraphQL POC] Omit self from pretty display name ( #19783 )
...
* Omit self from pretty display name
* Fix test
2022-03-15 15:18:35 +01:00
Ibrahim Serdar Acikgoz
b03d87af40
[MM-41576] Add schema version to the client configuration ( #19757 )
...
* revamp db version and add applied migrations endpoint
* replace old schema version with new
* add db version subcommand
* add to local api
* reflect review comments
* log errors
* remove setting the version from model.CurrentVersion
* fix a test
* use different field for schema version
* add build hash and current version to the support packet
* add tests
* update test to use new assets
2022-03-15 16:39:23 +03:00
Jesse Hallam
47c44a9b7d
break up getThreadsForUser, leverage errgroup ( #19709 )
...
* MM-42282: handle teamId parameter correctly
As per https://community-daily.mattermost.com/core/pl/ugs7ue6e4j8a7cgegk1bxje8to , `ThreadStore.GetThreadsForUser` accepts a `teamId` parameter, but incorrectly handles an empty value of `""` as looking only for channels with an empty `teamId` (aka DMs and GMs) instead of finding all channels and effectively ignoring the team property.
Fixes: https://mattermost.atlassian.net/browse/MM-42282
* break up getThreadsForUser, leverage errgroup
This change breaks up `GetThreadsForUser` in the `ThreadStore` into its constituent `GetTotalUnreadThreads`, `GetTotalThreads`, `GetTotalUnreadMentions`, and the original `GetThreadsForUser` but now solely returning the thread structures. Instead of a monolithic method at the store level, the application layer now handles calling bulk requests, leveraging `errgroup` for simpler parallelization.
This change brings with it a few benefits:
* Simpler code, including more idiomatic usage of squirrel
* Simpler SQL, joining tables only when configured conditions require same. (No performance benefit here, since an unused LEFT JOIN generally has no overhead.)
* Discrete Grafana metrics for each store method, giving us better insight into the performance characteristics in play.
* **Performance boost**: reduced overhead when clearing push notifications.
This last point is what prompted the re-re-reactoring in this PR. As I broke things up, I realized that `clearPushNotificationSync` only used the `TotalUnreadMentions`, but asked for the count of total threads and total unread threads. By exposing the discrete methods, this code path avoids two aggregate queries. We clear notifications when marking a thread as read, and when marking a channel with unread mentions as viewed, so I expect we'll see at least a modest boost to performance from simply not wasting these cycles anymore.
No performance improvements are expected from this PR for the general case of using `GetThreadsForUser` to populate the threads view.
* never discard errors from building queries
* no MustSql
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-15 10:29:00 -03:00
Guillermo Vayá
4bf3d6a7f5
[MM-40179] Go into directories when trying to export attachments ( #19249 )
...
* MM-40179 traverse directories when trying to export
* fix test
* fix s3 to behabe the same way
* add test for paths way too deep
* test recursion only on localstorage
* make list directories non recursively the default approach
* fix linting error
* fix non-recursive case
Co-authored-by: = <=>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-15 12:57:29 +01:00
Agniva De Sarker
9d10199e5f
Removing remaining instances of GetReplica/GetMaster ( #19773 )
...
```release-note
NONE
```
2022-03-15 11:14:33 +05:30
Michel Engelen
f4f8dcc88b
remove feature flag for inline post editing ( #19761 )
2022-03-14 13:57:22 +01:00
Michel Engelen
77e779bf4f
remove feature flag for global header ( #19763 )
2022-03-14 13:46:47 +01:00
Michel Engelen
16a1d8fe72
completely remove feature flag for "workspace optimization dashboard" ( #19754 )
2022-03-14 13:45:21 +01:00
Scott Bishel
c96de47781
prepackage focalboard v0.15.0 ( #19749 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-11 17:33:00 -07:00
Nathaniel Allred
3531432738
Mm 42465 ( #19771 )
...
* when plugins are disabled, still allow onboarding to complete
2022-03-11 09:08:49 -06:00
Jesse Hallam
b5e78a0ce1
MM-42282: handle teamId parameter correctly ( #19685 )
...
As per https://community-daily.mattermost.com/core/pl/ugs7ue6e4j8a7cgegk1bxje8to , `ThreadStore.GetThreadsForUser` accepts a `teamId` parameter, but incorrectly handles an empty value of `""` as looking only for channels with an empty `teamId` (aka DMs and GMs) instead of finding all channels and effectively ignoring the team property.
Fixes: https://mattermost.atlassian.net/browse/MM-42282
2022-03-11 10:57:42 -04:00
Jordan Hewitt
72c6b8fe48
Mm 19333 migrate sql channel store to use squirrel ( #19550 )
...
* about to merge with master.
* merge from latest master.
* refactor squirrel function names to match original. clean up extra debugging.
* fix lint.
* reverted websocket_norace_test
* Fix issue of incorrect error being returned.
* made changes from annotated code.
* fix small lint issue.
* remove comment.
* cleaned up code some more.
* fix error with archived tests.
* Cleanup
```release-note
NONE
```
* more cleanup
```release-note
NONE
```
* address review comments
```release-note
NONE
```
* sq.Eq optimization
```release-note
NONE
```
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in >
2022-03-11 19:38:52 +05:30
Ibrahim Serdar Acikgoz
0f918a0aa4
migrations: use go:embed instead of gobindata ( #19769 )
2022-03-11 14:14:50 +03:00
Tim Scheuermann
caa30c9bc4
MM-19336 Migrated GetMembersByIds and GetMembersByChannelIds to Squirrel ( #19728 )
...
* Ported GetMembersByIds and GetMembersByChannelIds to Squirrel
* Added checks for empty ID lists
* Updated GetAllChannelMembersById to use Squirrel
* Added a method to get the query placeholder directly
* Migrated UpdateMultipleMembers to use a Squirrel query
* Migrated UpdateMultipleMembers to Squirrel
* Initialize a prepared query builder for channelMembersForTeamWithSchemeSelectQuery
* Migrated GetMembersForUser to Squirrel
* Slight improvement for constructMySQLJSONArgs
* Migrated UpdateMemberNotifyProps to Squirrel
* Migrated GetMembers to Squirrel
* Migrated GetMember to Squirrel
* Avoid shadowing err
* Don't set query builder on copy of SqlChannelStore
* Fixed typo in error message
* Fixed missing elipsis
* Shorter SQL generation for GetAllChannelMembersById
* Don't unnecessarily copy the reference
* Use a function to generate the ChannelMember map
* Avoid shadowing err
* Don't use IN for matching multiple possible values
* Initialize the members lists
* Remove check for empty channelIDs list
* Fixed test and removed check for empty list
* Use err2 rather than eerr
Co-authored-by: Tim Scheuermann <tim@plusmid.dev >
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-11 01:27:09 +05:30
Tim Scheuermann
f5b6e09965
MM-19334 Ported AutocompleteInTeamForSearch to Squirrel ( #19723 )
...
Automatic Merge
2022-03-10 21:14:19 +02:00
Agniva De Sarker
7664c9d709
MM-40818: Pass filestore to channels ( #19677 )
...
We move away from referencing server struct
but pass the filestore service to Channels
explicitly.
https://mattermost.atlassian.net/browse/MM-40818
```release-note
NONE
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-10 19:49:05 +05:30
Stylianos Rigas
c8eafebecf
Fix weblate conflicts ( #19756 )
...
* Translated using Weblate (German)
Currently translated at 100.0% (2344 of 2344 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2345 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
* Translated using Weblate (Dutch)
Currently translated at 99.9% (2344 of 2345 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 99.9% (2343 of 2344 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 99.9% (2343 of 2344 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% (2345 of 2345 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% (2344 of 2344 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% (2344 of 2344 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% (2345 of 2345 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% (2345 of 2345 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% (2345 of 2345 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% (2344 of 2344 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.9% (2343 of 2344 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% (2344 of 2344 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 99.7% (2339 of 2345 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 99.7% (2338 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
* 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% (2345 of 2345 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% (2344 of 2344 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% (2349 of 2349 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% (2345 of 2345 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% (2345 of 2345 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% (2345 of 2345 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% (2345 of 2345 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
* Translated using Weblate (Russian)
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
* Translated using Weblate (French)
Currently translated at 94.2% (2211 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/fr/
* Translated using Weblate (Russian)
Currently translated at 94.2% (2213 of 2349 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
Translated using Weblate (Russian)
Currently translated at 94.4% (2216 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
Translated using Weblate (Russian)
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
Translated using Weblate (Russian)
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
Translated using Weblate (Russian)
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (2350 of 2350 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
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: Hosted Weblate <hosted@weblate.org >
Co-authored-by: JtheBAB <srast@bioc.uzh.ch >
Co-authored-by: Andrey Golubkow <andreygolubkow@gmail.com >
Co-authored-by: Nathanaël <contact@nathanaelhoun.fr >
Co-authored-by: Maksim Matveev <m.matveev@hotmail.com >
2022-03-10 11:28:27 +02:00
Agniva De Sarker
856f9b11af
MM-40817: Use license interface in Channels ( #19678 )
...
* MM-40817: Use license interface in Channels
https://mattermost.atlassian.net/browse/MM-40817
```release-note
NONE
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-10 09:00:29 +05:30
mkraft
06c2aa70b0
MM-42271: Restrict support packet generation to system admin. ( #19726 )
2022-03-09 11:42:08 -05:00
Allan Guwatudde
d543db6186
[MM-41573] - Remove FF for MM-39060 Resend Invite Interval ( #19652 )
...
* [MM-41573] - Remove FF for MM-39060 Resend Invite Interval
* feedback impl
2022-03-09 17:57:25 +03:00
Agniva De Sarker
20a0178dcb
MM-42412: Skip TestStart/StopWorkers ( #19753 )
...
https://mattermost.atlassian.net/browse/MM-42412
```release-note
NONE
```
2022-03-09 19:59:42 +05:30
Pablo Andrés Vélez Vidal
4deedbbfd3
MM-42049 - license endpoint not working ( #19686 ) ( #19748 )
...
Automatic Merge
2022-03-08 19:16:58 -04:00
Jesse Hallam
a2a78577e9
Revert "[MM-41576] Revamp database schema version ( #19586 )" ( #19746 )
...
* Revert "[MM-41576] Revamp database schema version (#19586 )"
This reverts commit 645fee3fe3 .
* Revert "MM-42049 - license endpoint not working (#19686 )"
This reverts commit 4fe89e5847 .
2022-03-08 16:28:28 -04:00
Doug Lauder
eff39010d8
include stdlog level in default mlog config ( #19722 )
2022-03-08 14:22:26 -05:00
Pablo Andrés Vélez Vidal
4fe89e5847
MM-42049 - license endpoint not working ( #19686 )
...
Automatic Merge
2022-03-08 20:14:19 +02:00
Michel Engelen
f8cd26cb6b
set default value for workspace optimization dashboard feature flag to true ( #19734 )
...
Automatic Merge
2022-03-08 18:44:20 +02:00
Allan Guwatudde
12308f3612
[MM-42121] - Inactive Server Email Notification sends duplicate emails of every admin to original admin ( #19668 )
...
Automatic Merge
2022-03-08 18:14:20 +02:00
Maksim Matveev
c211aa3da1
Translated using Weblate (Russian)
...
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-03-08 17:34:20 +02:00
Nathanaël
013a31795f
Translated using Weblate (French)
...
Currently translated at 94.2% (2211 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/fr/
2022-03-08 17:34:20 +02:00
Andrey Golubkow
f12d9bb17d
Translated using Weblate (Russian)
...
Currently translated at 94.5% (2217 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-03-08 17:34:20 +02:00
jprusch
f6d508f22c
Translated using Weblate (German)
...
Currently translated at 100.0% (2345 of 2345 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% (2345 of 2345 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% (2345 of 2345 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% (2345 of 2345 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-03-08 17:34:20 +02:00
JtheBAB
cb9d6a0fe0
Translated using Weblate (German)
...
Currently translated at 100.0% (2345 of 2345 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-03-08 17:34:20 +02:00
Hosted Weblate
206f78a709
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/
2022-03-08 17:34:20 +02:00
Matthew Williams
40aa87e236
Translated using Weblate (English (Australia))
...
Currently translated at 99.7% (2339 of 2345 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 99.7% (2338 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
2022-03-08 17:34:20 +02:00
Tóth Csaba // Online ERP Hungary Kft
de9d864542
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2345 of 2345 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% (2345 of 2345 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% (2344 of 2344 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.9% (2343 of 2344 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
2022-03-08 17:34:20 +02:00
Kaya Zeren
c65db84d2c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (2345 of 2345 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% (2344 of 2344 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
2022-03-08 17:34:20 +02:00
Tom De Moor
7f7f709b45
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (2344 of 2345 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 99.9% (2343 of 2344 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 99.9% (2343 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
2022-03-08 17:34:20 +02:00
kaakaa
e294070d22
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (2345 of 2345 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
2022-03-08 17:34:20 +02:00
jprusch
7b8734e8e5
Translated using Weblate (German)
...
Currently translated at 100.0% (2344 of 2344 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% (2344 of 2344 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-03-08 17:34:20 +02:00
Ibrahim Serdar Acikgoz
645fee3fe3
[MM-41576] Revamp database schema version ( #19586 )
...
* revamp db version and add applied migrations endpoint
* replace old schema version with new
* add db version subcommand
* add to local api
* reflect review comments
* log errors
* remove setting the version from model.CurrentVersion
* fix a test
2022-03-08 18:13:37 +03:00
Agniva De Sarker
05503440a6
MM-42378: Fix server crash while loading license ( #19733 )
...
* MM-42378: Fix server crash while loading license
The user service needs to be created before
loading license.
https://mattermost.atlassian.net/browse/MM-42378
```release-note
NONE
```
* Further fix
```release-note
NONE
```
2022-03-08 22:58:29 +08:00
mkraft
21f1d2aabc
MM-42201: Enforce group is not the same as username. ( #19660 )
...
* MM-42201: Enforce group is not the same as username.
* MM-42201: Adjust test for change to translation id.
2022-03-08 09:14:22 -05:00
Ibrahim Serdar Acikgoz
e49cc0313a
[MM-42167] Add configuration tables to migration system ( #19671 )
...
* add configuration tables to migration system
* config: move config migrations into new system completely
* add mysql specific bits
* use helper db instance instead
* fix typo
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-03-08 15:07:37 +03:00