Julien Tant
c90ee268df
Remove PDF library version constraint and update to latest ( #31400 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-14 21:37:17 -07:00
Eva Sarafianou
c90dfa4895
Move to library archives ( #31100 )
...
* Move to library archives
* wrap the error with %w
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
* remove redundant format
---------
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
2025-06-02 09:21:37 +03:00
Jesse Hallam
65aec10162
MM-64336: simplify doc extractor ( #31103 )
...
* MM-64336: simplify doc extractor
Avoid creating a whole temporary directory when a single temporary file suffices.
Fixes: https://mattermost.atlassian.net/browse/MM-64337
* clarify -* semantics
2025-05-19 20:58:59 +00:00
Claudio Costa
7d43712daa
[MM-54984] Update code.sajari.com/docconv to latest v2 ( #25975 )
...
* Update code.sajari.com/docconv to latest v2
* go mod tidy
2024-01-23 09:40:57 -06:00
Ben Schumacher
e864f9cfee
[MM-55052] Improve file extraction logging ( #25036 )
2023-10-23 20:25:40 +02: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