Ibrahim Serdar Acikgoz
e76786278b
[MM-60083] export: do not export DMs/GMs if users are deleted ( #28854 )
2024-12-19 16:47:52 +01:00
Ibrahim Serdar Acikgoz
bf4d41954a
[MM-53245] export/import: add Props to the replies ( #29531 )
2024-12-18 17:36:17 +01:00
Ibrahim Serdar Acikgoz
0e6ec05d5c
[MM-53339] import: dont miss out reactions from replies ( #29060 )
2024-11-15 09:45:14 +01:00
Ibrahim Serdar Acikgoz
f41d2d7774
[MM-58745] export/import: enable exporting and importing bots canonically ( #28214 )
2024-11-01 19:44:30 +01:00
Ibrahim Serdar Acikgoz
64b30abbce
[MM-51487] allow uppercase team/channel names for import ( #28906 )
2024-10-25 09:44:13 +00:00
Ibrahim Serdar Acikgoz
9d5993d89d
[MM-58834] Review user preferences export and import ( #28286 )
2024-10-11 12:28:37 +02:00
Ibrahim Serdar Acikgoz
d5cc2eb2f6
[MM-59367] export: enable exporting thread followers for CRT ( #27623 )
2024-08-29 14:06:41 +02:00
Ibrahim Serdar Acikgoz
4b3de1861f
[MM-59519] preserve DM/GM unread/read state over export and import ( #27707 )
2024-08-26 17:04:48 +02:00
Agniva De Sarker
c3ed07e679
OSF: Used model.NewPointer everywhere ( #27838 )
...
```release-note
NONE
```
2024-08-06 09:15:00 +05:30
Agniva De Sarker
db45c0132e
MM-57824: Export/import custom status ( #27361 )
...
https://mattermost.atlassian.net/browse/MM-57824
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-07-08 09:41:25 +05:30
Claudio Costa
446c763fa8
[MM-57500] Streaming support for importing file attachments ( #26629 )
...
* Bulk import: stream file attachments uploads
* Add comment with context on buffer size
* Add file name to logs
* Use sha256 to do checksum
* Fix bad merge
* Fix import file
* Update test
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-04-19 15:49:33 -06:00
Agniva De Sarker
273d4432b4
MM-57512: Disable content extraction during import ( #26619 )
...
https://mattermost.atlassian.net/browse/MM-57512
```release-note
NONE
```
2024-04-03 09:04:33 +05:30
Claudio Costa
4d6602aff0
[MM-57295] Bulk export: add roles and permission schemes ( #26523 )
...
* Bulk export: add roles and permission schemes
* Update mmctl docs
* Fix log
* Update mmctl tests
* Update mmctl unit tests
* Refactor to avoid extra calls
* Update translations
* Add test case
* Fix test
* Fix test
2024-03-26 08:43:25 -06:00
Agniva De Sarker
204c728b08
MM-56879: Migrate caches from store layer to cache layer ( #26255 )
...
There were 3 remaining caches which were there in the store layer.
We migrate them to make the store layer fully free
from any caches.
https://mattermost.atlassian.net/browse/MM-56879
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-03-07 10:55:28 +05:30
Trang
f130615011
[MM-55737] Add Request Context to UserStore.Save ( #26109 )
2024-02-16 17:12:49 +01:00
Matthew Straughn
ae33de57ff
Mm 16623 fix all initialism errors in channels/app and channels/api4 and /store dir ( #25787 )
2024-01-22 14:35:16 +01:00
Julien Tant
6f1bbcd8ec
[MM-54770] Add ability to export profile pictures and fix importing them ( #25042 )
...
* add ability to export pp and fix import
* remove unused nopSeeker
* remove debug log
* fix shadow vars
* generate a warning instead of an error when unable to export profile picture
* fix merge conflicts
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-01-15 14:29:45 -07:00
Ben Schumacher
b2ec1ff8ae
[MM-55595] Use annotated logger in search layer ( #25468 )
2023-12-04 18:34:57 +01:00
Ben Schumacher
e99ded1635
[MM-55480] Update logr to v2.0.21 ( #25431 )
2023-11-23 10:30:08 +01:00
Ben Schumacher
5e62ba8ccc
Fix bad merge ( #25371 )
2023-11-08 12:18:33 -05:00
KIMBOH LOVETTE
a6ba7163c8
[GH-21566] Add request context and logger to all public methods in server/channels/app/authentication.go ( #25270 )
2023-11-08 14:39:09 +01:00
Ben Schumacher
b0bf5d0765
[MM-55053] Use request-specific logger in channels/app/file.go ( #25037 )
2023-11-07 10:04:16 +01:00
Ben Schumacher
274adbf077
Reduce usage of mlog.Any ( #25180 )
2023-11-01 12:57:13 +01:00
Ben Schumacher
13c05a571f
Migrate store methods to use request.Context instead of context.Context ( #24836 )
2023-10-11 13:08:55 +02:00
Ben Schumacher
0d5a8b8841
Add whitespace linter ( #24855 )
2023-10-11 10:13:36 +02:00
Felipe Martin
f65dad83bb
Migrate emojiStore to use request.CTX instead of context.Context ( #24514 )
...
* migrate emojistore to request.ctx
* use mlog.CreateConsoleTestLogger
* Add comment to WithMaster and RequestContextWithMaster
2023-09-11 17:07:29 +02:00
Felipe Martin
9f7521d003
Move request package into public/shared folder ( #24420 )
...
* move request package to public/shared
* updated app-layers
* update app layer
* remove original package location
2023-09-05 09:47:30 +02:00
Julien Tant
9d569df9b4
[MM-22133] Allow exporting and importing archived channels ( #23724 )
2023-08-25 17:55:47 -07:00
Agniva De Sarker
efaa6264cc
MM-53032: Fix module path after repo rename ( #23689 )
...
It was a good decision in hindsight to keep the public module as 0.x
because this would have been a breaking change again.
https://mattermost.atlassian.net/browse/MM-53032
```release-note
Changed the Go module path from github.com/mattermost/mattermost-server/server/v8 to github.com/mattermost/mattermost/server/v8.
For the public facing module, it's path is also changed from github.com/mattermost/mattermost-server/server/public to github.com/mattermost/mattermost/server/public
```
2023-06-11 10:54:35 +05:30
Jesse Hallam
bb02b35048
Expose public/ API as submodule ( #23345 )
...
* model -> public/model
* plugin -> public/plugin
* public/model/utils -> public/utils
* platform/shared/mlog -> public/shared/mlog
* platform/shared/i18n -> public/shared/i18n
* platform/shared/markdown -> public/shared/markdown
* platform/services/timezones -> public/shared/timezones
* channels/einterfaces -> einterfaces
* expose public/ submodule
* go mod tidy
* .github: cache-dependency-path, setup-go-work
* modules-tidy for public/ too
* remove old gomodtidy
2023-05-10 13:07:02 -03:00
Agniva De Sarker
b200a07881
v8.0 module release ( #22975 )
...
https://mattermost.atlassian.net/browse/MM-52079
```release-note
We upgrade the module version to 8.0. The new module path is github.com/mattermost-server/server/v8.
```
Co-authored-by: Doug Lauder <wiggin77@warpmail.net >
2023-04-18 11:05:28 +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
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