Claudio Costa
16381bf7a4
Fix flaky TestImportValidatePostImportData ( #29891 )
2025-01-20 09:34:10 -06:00
Harrison Healey
cc33287dde
Skip flaky tests ( #29773 )
2025-01-13 09:42:54 +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
de59770797
[MM-51468] import: allow usernames to be uppercase ( #29530 )
2024-12-17 13:27:53 +00:00
Ibrahim Serdar Acikgoz
b59819da68
[MM-56986] imports/import_validators: add valid guest role check ( #28658 )
2024-12-17 11:49:55 +00:00
k srisri reddy
961fc6bfe9
fix: MM-61260: handled errors to fix linting ( #29340 )
...
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com >
2024-11-29 15:27:15 +00: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
075681a412
[MM-59359] imports/import_validators.go: add openid to auth_service validation ( #28082 )
2024-09-17 07:13:54 +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
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
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
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
e99ded1635
[MM-55480] Update logr to v2.0.21 ( #25431 )
2023-11-23 10:30:08 +01:00
Ben Schumacher
0d5a8b8841
Add whitespace linter ( #24855 )
2023-10-11 10:13:36 +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
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