Nathaniel Allred
77881fc357
Mm 43609 ( #20657 )
...
* return first inaccessible post time instead of has inaccessible posts
2022-07-25 16:01:59 -05:00
Allan Guwatudde
478ff50ffd
[MM-45666] - A/B Test: Nav Bar Upgrade button ( #20676 )
...
* [MM-45666] - A/B Test: Nav Bar Upgrade button
* update flag default value
* update text
2022-07-25 22:22:07 +03:00
Agniva De Sarker
2388848f47
Killing dyatlov/go-opengraph with fire ( #20706 )
...
Correctly updating this requires PRs
in multiple repositories. Fixing this
with a hammer for now to unblock server.
```release-note
NONE
```
2022-07-25 22:15:24 +05:30
Ibrahim Serdar Acikgoz
b18a42313b
move metrics server into platform service ( #20683 )
...
move metrics into platform
2022-07-25 16:54:06 +03:00
Shivashis Padhi
db192aff1b
Lint fixes
2022-07-25 17:00:06 +05:30
Shivashis Padhi
870d86ae1d
Save users to db in storetests, lint fix
2022-07-25 16:38:46 +05:30
Shivashis Padhi
b3330b1eb0
Fix boolean check of user.IsBot
2022-07-25 16:09:44 +05:30
Agniva De Sarker
07623a70fd
MM-45875: Apply environment overrides in cluster scenario ( #20694 )
...
Automatic Merge
2022-07-25 12:53:14 +03:00
Shivashis Padhi
365def37cb
Lint fixes
2022-07-25 14:36:23 +05:30
Agniva De Sarker
fa9477d332
MM-45000: Upgrade to new opengraph module path ( #20701 )
...
https://mattermost.atlassian.net/browse/MM-45000
```release-note
NONE
```
2022-07-25 14:25:32 +05:30
Shivashis Padhi
e2e9e2cd14
Add check for deleted users' DMs
2022-07-25 14:24:46 +05:30
Shivashis Padhi
5f56d43d80
Make the following changes
...
- Use db userId instead of referring to session
- Filter out bot DM channels, and add relevant test
2022-07-25 14:07:08 +05:30
Michel Engelen
68055bcb10
added a feature-flag and default value for PostForwarding ( #20166 )
...
Automatic Merge
2022-07-22 13:23:14 +03:00
Shivashis Padhi
27131f3051
Remove redundant translation
2022-07-22 12:52:47 +05:30
Claudio Costa
9255671222
[MM-45862] Set size and extension to fileinfo ( #20681 )
...
* Set size and extension to fileinfo
* Remove unnecessary check
2022-07-22 09:14:01 +02:00
Shivashis Padhi
7b3755f3d5
Add translation
2022-07-22 12:43:41 +05:30
Riccardo Santoni
3d7859396d
[MM-42194] Get file information from a deleted post ( #20279 )
...
* Introduced inlcude_deleted query parameter to allow admins to retrieve contents of post regardless of deletion status
* Introduced new client route and tests for getting file info of deleted posts
* Fixed tests due to caching of posts
* gofmt
* Small formatting updates
* Invalidating file infos cache on delete of post if post includes files
* Including deleted in migration flow
* Moved invalidating of cache
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-07-21 11:11:08 -04:00
Michael Kochell
bc7f961d75
Store plugin OnActivate errors and include them in PluginStatus response ( #20430 )
...
* store plugin OnActivate errors, and include in PluginStatus
* write test
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-07-21 10:55:57 -04:00
Shota Gvinepadze
638ee68935
[MM-44948] Update sync ( #20414 )
...
* Update sync
* Add enter
* Address review suggestion
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-07-21 18:11:45 +04:00
Lev
dc366bc1e2
MM-45208: strip post meta for plugins ( #20686 )
...
Try two...
* Revert "Revert "Removed the opengraph type dependency for plugins by stripping post Metadata (#20612 )" (#20684 )"
This reverts commit 32dee6d449 .
* Fixed race condition
* PR feedback
* lint
2022-07-21 07:11:18 -07:00
Shivashis Padhi
ec463c45fc
go vet fixes
2022-07-21 19:11:09 +05:30
Shivashis Padhi
8e6f294fbd
Lint, test fixes
2022-07-21 18:49:46 +05:30
Shivashis Padhi
0936c891ff
Add client, integration tests for top DMs
2022-07-21 18:42:15 +05:30
Shivashis Padhi
c7dc0eee22
Add app tests for top DMs
2022-07-21 18:42:07 +05:30
Shivashis Padhi
553b436d40
Test pagination of top DMs
2022-07-21 18:41:56 +05:30
Shivashis Padhi
2b66652f69
Fix top dms query, add storetests
2022-07-21 18:41:41 +05:30
Shivashis Padhi
a8fa09f946
Fix counting of posts, remove redundant limit offset for queries
2022-07-21 18:39:23 +05:30
Shivashis Padhi
0ab2189941
Add top DMs route and handlers
2022-07-21 18:39:03 +05:30
Shivashis Padhi
56cf4b4ee7
Clean license, and guest user check for top threads
2022-07-21 17:52:41 +05:30
Mattermod
c762db8669
Update latest version to 7.1.2 ( #20691 )
...
Automatic Merge
2022-07-21 15:03:12 +03:00
Agniva De Sarker
32dee6d449
Revert "Removed the opengraph type dependency for plugins by stripping post Metadata ( #20612 )" ( #20684 )
...
This reverts commit da7a8a4552 .
2022-07-20 20:09:03 +05:30
Ibrahim Serdar Acikgoz
6376f7ff55
app/platform: add initial platform service skeleton ( #20679 )
2022-07-20 15:04:26 +03:00
Lev
da7a8a4552
Removed the opengraph type dependency for plugins by stripping post Metadata ( #20612 )
2022-07-20 04:50:56 -07:00
Tim Scheuermann
9ed453dcac
[MM-38700] Use the job ID for the export name ( #20675 )
2022-07-20 10:58:17 +02:00
Tim Scheuermann
1f1d3785fe
[MM-44365] Add values and operation to the condition checks ( #20666 )
2022-07-19 17:55:10 +02:00
Mattermod
e7a93e3f59
Update latest version to 7.1.1 ( #20678 )
...
Automatic Merge
2022-07-19 14:03:13 +03:00
Tom De Moor
09a5466ce2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2338 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/nl/
2022-07-19 11:03:13 +03:00
Allan Guwatudde
9e24191137
Revert "[MM-45684] - Self Managed: Add pricing modal + Upgrade button ( #20653 )" ( #20673 )
...
This reverts commit 01fce41bd7 .
2022-07-19 10:34:24 +03:00
Akis Maziotis
56ce900f7b
[feat] Notice.txt generation configuration ( #20669 )
...
We created a tool to automatically generate NOTICE.txt from project folders. And there is a scheduled pipeline configured to run at every Monday which creates a PR if there is a change.
We selected build/notice-file directory to store the configuration files.
Tool repo: https://github.com/mattermost/notice-file-generator
Ticket: https://mattermost.atlassian.net/browse/CLD-3697
2022-07-19 10:16:40 +03:00
Jason Blais
0a9eda0e63
Make 'DisableBotsWhenOwnerIsDeactivated' and 'HelpLink' editable in Cloud ( #20571 )
...
Automatic Merge
2022-07-19 08:33:12 +03:00
Agniva De Sarker
b70a0f7880
MM-44542: Add timeout to S3 operations ( #20648 )
...
https://mattermost.atlassian.net/browse/MM-44542
```release-note
We add a new config setting AmazonS3RequestTimeoutMilliseconds under
FileSettings which sets a timeout for requests to AWS S3.
By default, the timeout is at 30 seconds.
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-07-19 10:03:24 +05:30
Allan Guwatudde
01fce41bd7
[MM-45684] - Self Managed: Add pricing modal + Upgrade button ( #20653 )
2022-07-18 18:46:32 +03:00
kaakaa
14dbe2a030
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (2338 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
2022-07-18 18:33:13 +03:00
Matthew Williams
a190f87e63
Translated using Weblate (English (Australia))
...
Currently translated at 99.2% (2321 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/
2022-07-18 18:33:13 +03:00
Tóth Csaba // Online ERP Hungary Kft
df22c526de
Translated using Weblate (Hungarian)
...
Currently translated at 99.5% (2327 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/hu/
2022-07-18 18:33:13 +03:00
Kaya Zeren
df62761043
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (2338 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/tr/
2022-07-18 18:33:13 +03:00
jprusch
ea07e509d2
Translated using Weblate (German)
...
Currently translated at 100.0% (2338 of 2338 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-07-18 18:33:13 +03:00
Mattermod
fec5bf1ea7
Update latest version to 7.1.0 ( #20670 )
...
Automatic Merge
2022-07-18 17:33:13 +03:00
Tim Scheuermann
cb6cee1883
[MM-45769] Properly initialize the request.Context for imports and tests ( #20659 )
2022-07-18 10:58:06 +02:00
Agniva De Sarker
ae482e6214
GraphQL: Add missing fields ( #20646 )
...
Went through the model and added all missing fields.
Except user.Password/MfaSecret/AuthData and session.TeamMembers.
```release-note
NONE
```
2022-07-18 11:10:58 +05:30