Jesse Hallam
14f784a0cc
MM-54556: Integrate wip i18n languages ( #24308 )
...
* merge languages from https://github.com/mattermost/i18n-wip
* allow only supported server locales
* Revert "merge languages from https://github.com/mattermost/i18n-wip "
This reverts commit 36de545102faffe1e8ba943decdab04bc4f5a55c. We'll let
weblate populate these on start instead.
* copy fileutils to public/utils
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-26 13:49:27 -03: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
Ben Schumacher
c656ca3fe3
Remove unused err field from request.Context ( #24471 )
2023-09-07 12:12:25 +02:00
Ben Schumacher
5f868e2469
Cleanup mlog levels ( #24459 )
2023-09-07 12:11:57 +02:00
Ben Schumacher
30b12f199b
[MM-54132] Use annotated logger for log messages from jobs ( #24275 )
2023-09-07 08:50:22 +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
Ben Schumacher
3ee5432664
[MM-53968] Includes mattermost-plugin-api into the mono repo ( #24235 )
...
Include https://github.com/mattermost/mattermost-plugin-api into the mono repo
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com >
Co-authored-by: Michael Kochell <mjkochell@gmail.com >
Co-authored-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com >
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
Co-authored-by: Alex Dovenmuehle <alex.dovenmuehle@mattermost.com >
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com >
Co-authored-by: Christopher Poile <cpoile@gmail.com >
Co-authored-by: İlker Göktuğ Öztürk <ilkergoktugozturk@gmail.com >
Co-authored-by: Shota Gvinepadze <wineson@gmail.com >
Co-authored-by: Ali Farooq <ali.farooq0@pm.me >
Co-authored-by: Maria A Nunez <maria.nunez@mattermost.com >
Co-authored-by: Daniel Espino García <larkox@gmail.com >
Co-authored-by: Christopher Speller <crspeller@gmail.com >
Co-authored-by: Alex Dovenmuehle <adovenmuehle@gmail.com >
Co-authored-by: Szymon Gibała <szymongib@gmail.com >
Co-authored-by: Lev <1187448+levb@users.noreply.github.com >
Co-authored-by: Jason Frerich <jason.frerich@mattermost.com >
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in >
Co-authored-by: Artur M. Wolff <artur.m.wolff@gmail.com >
Co-authored-by: Madhav Hugar <16546715+madhavhugar@users.noreply.github.com >
Co-authored-by: Joe <security.joe@pm.me >
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com >
Co-authored-by: José Peso <trilopin@users.noreply.github.com >
2023-08-21 09:50:30 +02:00
Agniva De Sarker
c249ba4a66
MM-52532: Fix golangci warnings ( #23709 )
...
https://mattermost.atlassian.net/browse/MM-52532
- Replace golint with revive
- Add makezero linter
- Fix all the required linter failures
Some issues in enterprise and public modules
are yet to be fixed. We send this to expediate things.
2023-06-13 14:08:36 +05:30
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
Vishal
fa1ba4717b
[MM-52527] ( #23519 )
...
* limit markdown size
2023-05-29 19:02:22 +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