Граф коммитов

15622 Коммитов

Автор SHA1 Сообщение Дата
Pablo Andrés Vélez Vidal
f07de38cc5 MM-47866 - remove deprecated inviteToTeam FF (#21600) 2022-11-10 10:59:11 +01:00
Shota Gvinepadze
44dd185506 Fix bad merge (#21632) 2022-11-10 11:30:49 +04:00
Pablo Andrés Vélez Vidal
e5828b6da0 MM-47865 - remove guided channel ff (#21599) 2022-11-09 20:06:52 +01:00
Jesse Hallam
5a0a3e6d13 Inline ThreadStore.MarkAllAsUnreadByTeam (#20958)
* Add teamId to Threads table

* Get rid of multiple teamId reads

* Fix failed test

* Inline ThreadStore.MarkAllAsUnreadByTeam

The query to `MarkAllAsUnreadByTeam` first fetched all thread memberships, then fed just the ids back to a second query to ensure all are marked as unread. Optimize this by simply doing a single `UPDATE` query with the necessary joins.

Co-authored-by: iomodo <wineson@gmail.com>
2022-11-09 14:00:07 -04:00
Christopher Poile
597bf9fcad Calls v0.9.0 -> v0.10.0 (#21622) 2022-11-09 12:42:18 -05:00
Scott Bishel
19c57ade00 update pre-package boards to v7.5.0 (#21623) 2022-11-09 09:39:31 -07:00
Konstantin
6f5d3fef30 Translated using Weblate (Russian)
Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-11-09 16:03:39 +02:00
Hosted Weblate
8951779aa8 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-11-09 16:03:39 +02:00
Matthew Williams
bcd0094cb7 Translated using Weblate (English (Australia))
Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
2022-11-09 16:03:39 +02:00
Angel Mendez Cano
61e94ddbd0 Translated using Weblate (Spanish)
Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/es/
2022-11-09 16:03:39 +02:00
Tom De Moor
36cd2a84b3 Translated using Weblate (Dutch)
Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
2022-11-09 16:03:39 +02:00
master7
7c09924ede Translated using Weblate (Polish)
Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/pl/
2022-11-09 16:03:39 +02:00
jprusch
049d4e6407 Translated using Weblate (German)
Currently translated at 100.0% (2389 of 2389 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% (2389 of 2389 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-11-09 16:03:39 +02:00
aeomin
8dd1aed4fd Translated using Weblate (Chinese (Simplified))
Currently translated at 97.3% (2323 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/zh_Hans/
2022-11-09 16:03:39 +02:00
MArtin Johnson
0a53518fdf Translated using Weblate (Swedish)
Currently translated at 100.0% (2389 of 2389 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 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/
2022-11-09 16:03:39 +02:00
Kaya Zeren
e1fd394310 Translated using Weblate (Turkish)
Currently translated at 100.0% (2389 of 2389 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% (2389 of 2389 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% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
2022-11-09 16:03:39 +02:00
Shota Gvinepadze
b9d00a1f28 Simplify thread_store/GetThreadForUser (#21588) 2022-11-09 12:16:20 +04:00
Said Atrahouch
534a9bcbf0 Merge pull request #21507 from mattermost/mm-47415-email-templates-cloud-starter-to-free
[MM-47415] remove all mentions from Cloud Starter to Cloud Free
2022-11-08 14:46:59 +01:00
Tim Scheuermann
033bdd6f1a Fix unchecked request when saving channel (#21043) 2022-11-07 11:28:31 +01:00
Ben Cooke
d855916c6e [MM-48049] Including users who were removed from group in not_in_group response (#21559)
Automatic Merge
2022-11-04 19:10:26 +02:00
Tim Scheuermann
b73bf144aa MM-47171 Export direct channel favorites (#21570) 2022-11-04 17:13:14 +01:00
Jesse Hallam
279754c6b0 Refactor common JoinThread helper struct (#21511)
* Refactor common JoinThread helper struct

* avoid exporting ToThreadResponse
2022-11-04 12:05:59 -03:00
Tim Scheuermann
08d00209ee MM-46610 Ignore the reader timeout for S3 files when importing (#21578) 2022-11-04 11:19:46 +01:00
Julien Tant
da124abcb9 [MM-47843] Feature Flag for Work Template Modal (#21553) 2022-11-03 16:50:59 -07:00
Shota Gvinepadze
b8da473da7 [MM-47542] Extend Plugin API (#21446)
* Extend Plugin API

* Use Error, NoError in tests

* Address suggestions

* Simplify code

* Add new line

* Add featureflag and GetCollectionMetadataByIds hook

* Add enter at the end of file

* make build-templates

* Fix test

* Fix GetCollectionMetadataByIds ret type

* Add GetTopicMetadataByIds hook

* Add log

* Extract i18n

* Add experimental notice on hooks

* Update model/feature_flags.go

* Swap user to userId

* Change userId to userID

Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
2022-11-03 22:43:30 +04:00
Agniva De Sarker
cc69c917f2 Run go vet before golangci (#21580)
golangci has terrible error messages
if the code doesn't compile or there
are some basic errors. Doing a go vet
check is a quick way to eliminate any
head scratching.

```release-note
NONE
```
2022-11-03 22:56:42 +05:30
Tim Scheuermann
8844ed1c1c [MM-48060] Added context for emoji (#21561)
Co-authored-by: Tim Scheuermann <tim.scheuermann@mattermost.com>
2022-11-03 08:54:59 +01:00
Ben Schumacher
a4103f8c77 Set OwnerId for bots created via EnsureBotUser (#21560) 2022-11-03 06:31:38 +01:00
Nick Misasi
a541cda9d0 Invalidate cloud caches when a new license is loaded (#21579)
Automatic Merge
2022-11-02 22:40:26 +02:00
emmyni
1ae97fc381 [MM 46537]: Feature flag for the new annual subscription toggle (#21551) 2022-11-02 12:42:01 -04:00
Daniel Espino García
376f70842d Send deleted posts on getPostSince when collapsed threads is enabled (#20976) 2022-11-02 11:14:28 +01:00
Zubair Ahmed
79e4959d02 Return empty list of channels when requesting more channels at the end of cursor (#21557) 2022-11-02 15:10:51 +05:30
Muhammad Salman
b93a013934 Merge pull request #21571 from salmanmanekia/MM-47931_reduce_onboarding_task_list
[MM-47931] feature flag for reduced onboarding task list item
2022-11-01 19:43:24 +02:00
Muhammad Salman
776c4e52c5 [MM-47931] feature flag reduced onboarding task list should be off by default 2022-11-01 16:31:55 +02:00
Tim Scheuermann
39700834b6 MM-47795 Match teams, channels, and users case insensitively on import (#21458) 2022-11-01 09:37:58 +01:00
Muhammad Salman
dd036a1cef [MM-47931] feature flag for reduced onboarding task list item 2022-10-31 22:25:47 +02:00
Vishal
ecc07a3911 fix no-cloud-limit error (#21447) 2022-10-31 19:26:04 +05:30
Ibrahim Serdar Acikgoz
c6b6b3313e app/platform: fix an issue about accessing to a closed db on shutdown (#21549) 2022-10-31 15:58:35 +03:00
Julien Tant
b31e6f2149 Upgrade NPS plugin to v1.3.0 (#21543) 2022-10-28 11:33:42 -07:00
Tom De Moor
caa1fc9141 Deleted translation using Weblate (Croatian) 2022-10-28 11:58:57 +03:00
Tom De Moor
87e7424274 Translated using Weblate (Russian)
Currently translated at 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/

Translated using Weblate (Spanish)

Currently translated at 100.0% (2387 of 2387 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 99.9% (2386 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
2022-10-28 11:58:57 +03:00
Константин
e86daa6cba Translated using Weblate (Russian)
Currently translated at 100.0% (2387 of 2387 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 96.7% (2310 of 2387 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 95.9% (2291 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-10-28 11:58:57 +03:00
master7
94e02ffac2 Translated using Weblate (Polish)
Currently translated at 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/pl/
2022-10-28 11:58:57 +03:00
Weblate
cf4355313a Added translation using Weblate (Croatian) 2022-10-28 11:58:57 +03:00
Angel Mendez Cano
9f67b9024f Translated using Weblate (Spanish)
Currently translated at 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/es/
2022-10-28 11:58:57 +03:00
Matthew Williams
c033661cf7 Translated using Weblate (English (Australia))
Currently translated at 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
2022-10-28 11:58:57 +03:00
kaakaa
1f805db2a2 Translated using Weblate (Japanese)
Currently translated at 100.0% (2387 of 2387 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% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
2022-10-28 11:58:57 +03:00
JtheBAB
8027c99385 Translated using Weblate (German)
Currently translated at 100.0% (2387 of 2387 strings)

Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-10-28 11:58:57 +03:00
Conor Macpherson
1f1e83a16c MM-47838 - Conclude A/B test for upgrade button (#21508)
Automatic Merge
2022-10-28 01:10:25 +03:00
Harrison Healey
3eca862384 Actually build Boards product files in release builds (#21513)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-10-27 15:32:03 -04:00