unified-ci-app[bot]
b365967329
Update latest minor version to 10.7.0 ( #30449 )
...
Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
2025-03-12 11:58:12 +02:00
Claudio Costa
7c25de2cff
[MM-63345] Address Go v1.23 incompatibility issues with plugins ( #30386 )
...
* Address Go v1.23 incompatibility issues with plugins
* Install multiple Go versions for compatibility tests
* Rename
2025-03-11 17:44:42 +00:00
Claudio Costa
1c6a130787
Prepackage Calls v1.5.2 ( #30437 )
2025-03-10 13:24:42 -06:00
Weblate (bot)
9a60b11486
Translations update from Mattermost Weblate ( #30435 )
...
* Translated using Weblate (Polish)
Currently translated at 100.0% (2609 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
* Translated using Weblate (Russian)
Currently translated at 96.5% (2520 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ru/
* Translated using Weblate (German)
Currently translated at 100.0% (2609 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
* Translated using Weblate (Ukrainian)
Currently translated at 99.8% (2604 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 96.6% (5869 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 97.0% (5895 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 97.1% (5901 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 97.6% (5932 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 98.8% (6005 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 99.0% (6017 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 2.6% (70 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 66.9% (4064 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2609 of 2609 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 99.1% (6020 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.0% (4074 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (Spanish)
Currently translated at 75.7% (4599 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/es/
* Translated using Weblate (Ukrainian)
Currently translated at 99.1% (6025 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Danish)
Currently translated at 11.4% (694 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/da/
* Translated using Weblate (Ukrainian)
Currently translated at 99.2% (6026 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 99.8% (6067 of 6074 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/uk/
---------
Co-authored-by: master7 <marcin.karkosz@rajska.info >
Co-authored-by: Konstantin <eleferen@gmail.com >
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: Bohdan <bshumylo@yahoo.com >
Co-authored-by: Frank Paul Silye <frankps@gmail.com >
Co-authored-by: Serhii Khomiuk <sergiy.khomiuk@gmail.com >
Co-authored-by: Carloswaldo <waldosaurio@gmail.com >
Co-authored-by: Allan Kimmer Jensen <hi@akj.io >
2025-03-10 16:11:28 -03:00
Miguel de la Cruz
c5e6d9f570
Updates the property service and store method signatures ( #30103 )
...
* Updates the property service and store method signatures
Getters can now receive a `groupID` that narrows down the query if
present, so it's not necessary to check for the group ID on the
returning values from the outside layers.
The Search methods now receive the `groupID` and the `targetID`
explicitly as parameters, incentivizing the use of the indexes that
the underlying tables have on the searches.
* Fix tests
---------
Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es >
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-03-10 14:26:47 +00:00
Scott Bishel
5fe7c36457
make sure RestrictSystemAdmin returns for all users access system console ( #30384 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-03-08 08:13:19 -07:00
Claudio Costa
e549aaffb0
Fix incorrect error handling in api4.downloadJob ( #30410 )
2025-03-06 08:04:39 -06:00
Doug Lauder
dfca6c211d
MM-63327 Config setting for ServiceSettings.FrameAncestors ( #30409 )
...
* Add Embedding page to system console, with single setting for Frame Ancestors
2025-03-05 18:01:43 -05:00
Agniva De Sarker
a5d318cdfb
[AI assisted] MM-63304: Wrap around dqPtr while unmarshalling ( #30371 )
...
If the deadQueue was full, we would be incorrectly sending
the wrong index for dqPtr. Fixed that and added a test case.
https://mattermost.atlassian.net/browse/MM-63304
```release-note
NONE
```
2025-03-04 13:36:04 +05:30
Tom De Moor
5ef486c68a
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (2599 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
2025-03-03 15:49:07 +00:00
MArtin Johnson
a76969fadb
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
2025-03-03 15:49:07 +00:00
Frank Paul Silye
6bbfbcf620
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 2.5% (66 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nb_NO/
2025-03-03 15:49:07 +00:00
Serhii Khomiuk
f2ef3c9a98
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
2025-03-03 15:49:07 +00:00
Takuya N
8ea3e880a8
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (2603 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
2025-03-03 15:49:07 +00:00
Martin Mičuda
49d1275fc6
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/cs/
2025-03-03 15:49:07 +00:00
Frank Paul Silye
d1d63e6286
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 2.5% (66 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nb_NO/
2025-03-03 15:49:07 +00:00
Ricardo Obregón
d7cf5ec1e7
Translated using Weblate (Spanish)
...
Currently translated at 86.9% (2265 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/es/
2025-03-03 15:49:07 +00:00
Konstantin
16325b3d48
Translated using Weblate (Russian)
...
Currently translated at 96.6% (2516 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ru/
2025-03-03 15:49:07 +00:00
jprusch
b0b2140ed6
Translated using Weblate (German)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
2025-03-03 15:49:07 +00:00
master7
eb633deade
Translated using Weblate (Polish)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
2025-03-03 15:49:07 +00:00
Ricardo Obregón
41f39c02e9
Translated using Weblate (Spanish)
...
Currently translated at 84.6% (2204 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/es/
2025-03-03 15:49:07 +00:00
kshitij katiyar
d0d20ac1ea
Bump prepackage Jira plugin version to 4.2.1 ( #30273 )
2025-02-28 09:24:31 +01:00
Ben Schumacher
e1336b24bf
Skip flaky test TestBusySet ( #30363 )
2025-02-27 16:59:49 +01:00
Devin Binnie
341186355d
[MM-62798][MM-63193] Restrict channel permissions on archived channels when viewing archived channels is disabled ( #30314 )
...
* [MM-62798][MM-63193] Restrict channel permissions on archived channels when viewing archived channels is disabled
* PR feedback
* PR feedback
2025-02-27 15:05:16 +00:00
Agniva De Sarker
ac10bb12a5
Revert "Bump Go version to 1.23.6 ( #30242 )" ( #30359 )
...
This reverts commit acbbd4c58d .
2025-02-27 14:58:51 +05:30
Eva Sarafianou
690cbc9fa3
bump prepackaged msteams version ( #30344 )
2025-02-27 10:06:17 +02:00
Harrison Healey
470123125a
MM-63205 Revert emoji store methods to return empty arrays instead of nil ( #30337 )
...
* MM-63205 Revert emoji store methods to return empty arrays instead of nil
* Update tests for getEmojiList
* Add case to TestGetEmojisByNames
* Update tests for searchEmoji and autocompleteEmoji
2025-02-26 15:40:52 -05:00
Devin Binnie
9f49403d0a
[MM-62687] Patch permission check to avoid modifying the system admin ( #30292 )
...
* [MM-62687] Patch permission check to avoid modifying the system admin
* Check for manage system first
* PR feedback
* Add another test
* Lint
* Fix test
2025-02-26 20:25:02 +00:00
Doug Lauder
a732962f0a
add readme to the remotecluster and sharedchannel service directories ( #30123 )
2025-02-26 19:35:54 +01:00
Alejandro García Montoro
acbbd4c58d
Bump Go version to 1.23.6 ( #30242 )
...
* Bump Go version to 1.23.6
* Update CodeQL Github action as well
* Use server's Go version for CodeQL action
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com >
* Empty commit to trigger CI
* Bump golangci-lint to a version supporting Go 1.23
* Fix golangci-lint warnings
Several rules from gosimple, revive and staticcheck linters were
failing:
- Redefinition of built-in identifiers (max, min, new, recover...)
- Use of printf-like functions with simple strings
- Check for nil slices, when len already takes it into account
---------
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-02-26 16:43:04 +01:00
enzowritescode
77ae2e2d6d
Fix doc comments and IDE complaint about ie. vs i.e. ( #30340 )
2025-02-26 08:17:56 -07:00
Harrison Healey
3902d00d0f
MM-61947 Run DND expiry job more often and round expiry time to match interval ( #29938 )
...
* MM-61947 Run DND expiry job more often and round expiry time to match interval
* Move comment to make it godoc-compatible
* Change truncateDNDEndTime to work with seconds
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-02-25 16:20:00 -05:00
Arya Khochare
e8ef26196c
Fixed errcheck issues in server/channels/app/permissions.go ( #29064 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2025-02-25 10:49:28 +01:00
Harshil Sharma
6e738f489f
Channel banner sql migrations ( #30274 )
...
* Adde MySQL and Postgres migrations
* Replaced select * with column names
* removed all * from channel SQL store
* cleanup
* Fixed a duplicate column
* cleanup
* Added migrations and store support
* WIP
* used channelname slice in a missed place
* Handled patch
* Added app level tests
* Added API layer tests
* Added API layer tests
* WIP
* converted to query builder
* cleanupo
* added not null and default constraints
* Fixed test
* fixed file name
* review fixes
* review fixes
* updated migration file
* fixed text
* Review fixes
2025-02-25 14:52:15 +05:30
Agniva De Sarker
4e5cb16955
MM-62079: Using a cache prefix to isolate cache keys for each test ( #30261 )
...
```release-note
A new config setting CacheSettings.RedisCachePrefix has been added which can be used to add a prefix to all Redis cache keys.
```
2025-02-25 09:22:15 +05:30
Ricky Tigg
2b04b68af3
Translated using Weblate (Finnish)
...
Currently translated at 47.9% (1249 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/fi/
2025-02-24 19:18:11 +00:00
Tom De Moor
d821358ddd
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (2601 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
2025-02-24 19:18:11 +00:00
kaakaa
9c01c740bb
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
2025-02-24 19:18:11 +00:00
Hosted Weblate
7728ccfeda
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/
2025-02-24 19:18:11 +00:00
Matthew Williams
856a84e584
Translated using Weblate (English (Australia))
...
Currently translated at 99.9% (2602 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/
2025-02-24 19:18:11 +00:00
Ricky Tigg
3636031b97
Translated using Weblate (Finnish)
...
Currently translated at 47.0% (1224 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/fi/
2025-02-24 19:18:11 +00:00
ThrRip
0ea3da261b
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/zh_Hans/
2025-02-24 19:18:11 +00:00
MArtin Johnson
40f20219ff
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
2025-02-24 19:18:11 +00:00
Serhii Khomiuk
8b0984ca3e
Translated using Weblate (Ukrainian)
...
Currently translated at 99.7% (2597 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
2025-02-24 19:18:11 +00:00
Serhii Khomiuk
2790d30743
Translated using Weblate (Ukrainian)
...
Currently translated at 99.3% (2588 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
2025-02-24 19:18:11 +00:00
Serhii Khomiuk
c518bb75e9
Translated using Weblate (Ukrainian)
...
Currently translated at 99.3% (2587 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/uk/
2025-02-24 19:18:11 +00:00
master7
fbb7ecf2c3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
2025-02-24 19:18:11 +00:00
jprusch
9a0033ce52
Translated using Weblate (German)
...
Currently translated at 100.0% (2604 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
2025-02-24 19:18:11 +00:00
Konstantin
424503adc0
Translated using Weblate (Russian)
...
Currently translated at 96.6% (2516 of 2604 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ru/
2025-02-24 19:18:11 +00:00
Scott Bishel
806fce3030
MM-62760 - Allow Team Admins to view team email ( #30170 )
...
* allow team admins to view team email.
* Update server/channels/api4/team_test.go
Co-authored-by: Caleb Roseland <caleb@calebroseland.com >
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Caleb Roseland <caleb@calebroseland.com >
2025-02-24 11:05:17 -07:00