Agniva De Sarker
ae9e6174e5
[AI assisted]: Improve system console statistics performance ( #29899 )
...
```release-note
NONE
```
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com >
2025-02-04 21:54:01 +05:30
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
bdbce2f8be
server/channels/app/import_functions_test: fix build errors ( #29630 )
2024-12-17 10:36:58 -05: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
David Edler
d59c5b2608
Fixed errcheck issues in server/channels/app/import_functions_test.go ( #29229 )
2024-11-21 13:14:07 +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
Ben Schumacher
2424358b7d
[MM-61302] Use model.NewPointer throughout the code base ( #28957 )
2024-10-29 13:29:53 +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
Agniva De Sarker
a258fd80b2
Remove remaining references to model.NewXX ( #28678 )
...
And we remove the deprecated functions to force uses
only of the new function.
```release-note
NONE
```
2024-10-10 22:15:22 +05:30
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
Jesse Hallam
19bf864f04
update missed model.NewUsername() for app.TestZippedImportPostAndRepliesWithAttachments ( #27829 )
2024-07-31 17:52:42 +00:00
Scott Bishel
08ed72f060
MM-54502 - Update regex to force first character to be alpha ( #24675 )
...
Automatic Merge
2024-07-31 17:27:52 +03:00
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
Scott Bishel
ab029105fd
MM 56929 Dont allow guests to be set via channel API ( #26385 )
...
* don't allow guest to be set only on channels.
* fix bad merge, add jira ticket link
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-03-07 08:44:43 -07:00
Scott Bishel
e0f3713bdf
MM-56929- Dont allow guests to be set via team API ( #26286 )
...
* dont allow guests to be set via team API
* comment out invalid test
* Update import_functions_test.go
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-03-04 09:48:11 -07:00
Alejandro García Montoro
fac1245143
Fix "doesn't exists" typo ( #26307 )
2024-02-27 08:13:12 +05:30
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
Agniva De Sarker
4482ba0fd0
MM-43341: Allow test to run ( #24470 )
...
When I fixed the flaky test in https://github.com/mattermost/mattermost/pull/20140 ,
I actually forgot to uncomment this line to allow the test to run.
Thanks to @hanzei for spotting this.
https://mattermost.atlassian.net/browse/MM-43341
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-06 10:39:58 +05:30
Julien Tant
9d569df9b4
[MM-22133] Allow exporting and importing archived channels ( #23724 )
2023-08-25 17:55:47 -07:00
Matthew Straughn
2e449413e8
fixed initialism errors in accordance with golang conventions in 7 files. ( #24287 )
2023-08-22 10:15:51 +03: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
Amy Blais
cfa5be4d3e
Revert "Revert "[MM-51274] Remove deprecated PermissionUseSlashCommands ( #22819 )" ( #23405 )" ( #23463 )
...
Automatic Merge
2023-05-20 02:04:28 +03:00
Amy Blais
aef0f3c1bf
Revert "[MM-51274] Remove deprecated PermissionUseSlashCommands ( #22819 )" ( #23405 )
...
Automatic Merge
2023-05-19 21:04:30 +03:00
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
Ben Schumacher
f9836ee26a
[MM-51274] Remove deprecated PermissionUseSlashCommands ( #22819 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-25 00:04:17 +02: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