diff --git a/README.md b/README.md index 4471c1321b1..d3fb7a46fca 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,18 @@ The following software is required to build the documentation: - Use `make clean html` to delete all static HTML output in the `/build` directory and re-build all files. This command is particularly useful when you're making changes to the LHS navigation pane and want to ensure you're not reviewing cached results. - Use `make livehtml` to review a live preview published to `http://127.0.0.1:8000` that automatically updates as new changes are saved in your local IDE. - Windows users will require [GNU Make](https://gnuwin32.sourceforge.net/packages/make.htm) installed for the above commands to work correctly. If GNU Make is not installed, please substitute `CMD /C make.bat` for `make` in the above commands to use the Windows command interpreter. For example `make html` will become `CMD /C make.bat html`. - - Note: When using the `CMD /C make.bat` substitution, only a single target may be specified. Instead of running `CMD /C make.bat clean html`, each target must be run seperately. For example, `CMD /C make.bat clean` followed by `CMD /C make.bat html`. +> [!NOTE] +> Windows users require `make` installed for the build commands above to work correctly. To install `make` via Chocolatey: +> +> 1. Install [chocolatey](https://chocolatey.org/). +> 2. In a Windows terminal, select the downward chevron, and hold `CTRL` while selecting **PowerShell** to run commands as an admin. +> 3. Accept the admin prompt. +> 4. Run the following command: `choco install make` +> 5. Exit the terminal. +> +> If `make` isn't installed, substitute `CMD /C make.bat` for make in the build commands above to use the Windows command interpreter. For example, to run `make html`, run the command: `CMD /C make.bat html`. Only a single target may be specified using this method. This means that, instead of running `CMD /C make.bat clean html`, each target must be run separately as `CMD /C make.bat clean` followed by `CMD /C make.bat html`. +> +> When building the Mattermost Product Documentation locally, Windows users will see slower build speeds because only a single processing core is used to build the docs. Mac & Linux users will see faster build speeds because multiple cores are used to build. It's not yet clear where to make changes to support multiple processing cores on Windows machines. More investigation is needed. 6. When working with static build results, navigate to the `build` directory: ```sh diff --git a/source/_static/badges/academy-copilot-setup.rst b/source/_static/badges/academy-copilot-setup.rst new file mode 100644 index 00000000000..af6d89857a5 --- /dev/null +++ b/source/_static/badges/academy-copilot-setup.rst @@ -0,0 +1,12 @@ +:orphan: +:nosearch: + +.. raw:: html + + + +
+ Mattermost Academy + Learn about setting up and configuring Mattermost Copilot with multiple LLMs +
+
\ No newline at end of file diff --git a/source/_static/badges/academy-msteams.rst b/source/_static/badges/academy-msteams.rst index 6f5d92e5e2e..0d09ac13db1 100644 --- a/source/_static/badges/academy-msteams.rst +++ b/source/_static/badges/academy-msteams.rst @@ -3,7 +3,7 @@ .. raw:: html - +
Mattermost Academy diff --git a/source/about/mattermost-mobile-releases.md b/source/about/mattermost-mobile-releases.md index ada1f692d68..bc837aef4a1 100644 --- a/source/about/mattermost-mobile-releases.md +++ b/source/about/mattermost-mobile-releases.md @@ -18,7 +18,7 @@ See the [Mobile app changelog](/about/mobile-app-changelog) for release details, | **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v2.20 {ref}`FEATURE ` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.20.0) \| {ref}`Changelog ` | 2024-09-16 | 2024-10-15 | {ref}`v10.0 `, {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.5 ` | +| v2.20 {ref}`FEATURE ` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.20.1) \| {ref}`Changelog ` | 2024-09-16 | 2024-10-15 | {ref}`v10.0 `, {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.5 ` | | v2.19 {ref}`FEATURE ` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.19.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-09-15 | {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.5 ` | | v2.18 {ref}`FEATURE ` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.18.1) \| {ref}`Changelog ` | 2024-07-16 | 2024-08-15 | {ref}`v9.10 ` | | v2.17 {ref}`FEATURE ` [Download](https://github.com/mattermost/mattermost-mobile/releases/tag/v2.17.1) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | {ref}`v9.9 ` | diff --git a/source/about/mattermost-server-releases.md b/source/about/mattermost-server-releases.md index 2f1f2f900f4..6be17adae9d 100644 --- a/source/about/mattermost-server-releases.md +++ b/source/about/mattermost-server-releases.md @@ -19,14 +19,14 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | **Release** | **Released on** | **Support ends** | |:---|:---|:---| -| v10.0 [Download](https://releases.mattermost.com/10.0.0/mattermost-10.0.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-09-16 | 2024-12-15 | -| v9.11 [Download](https://releases.mattermost.com/9.11.2/mattermost-9.11.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 {ref}`EXTENDED ` | +| v10.0 [Download](https://releases.mattermost.com/10.0.1/mattermost-10.0.1-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-09-16 | 2024-12-15 | +| v9.11 [Download](https://releases.mattermost.com/9.11.3/mattermost-9.11.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 {ref}`EXTENDED ` | | v9.10 [Download](https://releases.mattermost.com/9.10.3/mattermost-9.10.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-07-16 | 2024-10-15 | | v9.9 [Download](https://releases.mattermost.com/9.9.3/mattermost-9.9.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | | v9.8 [Download](https://releases.mattermost.com/9.8.3/mattermost-9.8.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v9.7 [Download](https://releases.mattermost.com/9.7.6/mattermost-9.7.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | | v9.6 [Download](https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | -| v9.5 [Download](https://releases.mattermost.com/9.5.10/mattermost-9.5.10-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 {ref}`EXTENDED ` | +| v9.5 [Download](https://releases.mattermost.com/9.5.11/mattermost-9.5.11-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 {ref}`EXTENDED ` | | v9.4 [Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | | v9.3 [Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | | v9.2 [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 35ff04eb807..40ad09a129d 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -10,7 +10,12 @@ Support for Mattermost Server v9.5 [Extended Support Release](https://docs.matte (release-v10.0-major-release)= ## Release v10.0 - [Major Release](https://docs.mattermost.com/about/release-policy.html#release-types) -**Release day: 2024-09-16** +- **10.0.1, released 2024-10-10** + - Mattermost v10.0.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue enabling Professional customers and Team Edition users to upgrade to Playbooks v2 via the in-product marketplace, which fails to start without an Enterprise License. Additional details and discussion can be found on the [forums here](https://forum.mattermost.com/t/clarification-on-playbooks-in-mattermost-v10/20563) [MM-60679](https://mattermost.atlassian.net/browse/MM-60679). + - Mattermost v10.0.1 contains no database or functional changes. +- **10.0.0, released 2024-09-16** + - Original 10.0.0 release. ### Important Upgrade Notes - We no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11. diff --git a/source/about/mattermost-v9-changelog.md b/source/about/mattermost-v9-changelog.md index 44b8439b9b2..0fa65b514ba 100644 --- a/source/about/mattermost-v9-changelog.md +++ b/source/about/mattermost-v9-changelog.md @@ -10,6 +10,11 @@ Support for Mattermost Server v9.5 [Extended Support Release](https://docs.matte (release-v9-11-extended-support-release)= ## Release v9.11 - [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#release-types) +- **9.11.3, released 2024-10-10** + - Mattermost v9.11.3 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with YouTube previews no longer being displayed [MM-60351](https://mattermost.atlassian.net/browse/MM-60351). + - Improved the performance of LDAP sync jobs when group-contained teams and channels are used [MM-60253](https://mattermost.atlassian.net/browse/MM-60253). + - Mattermost v9.11.3 contains no database or functional changes. - **9.11.2, released 2024-09-26** - Mattermost v9.11.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). - Added Mattermost user survey plugin to pre-packaged plugins, [v1.1.1](https://github.com/mattermost/mattermost-plugin-user-survey/releases). @@ -650,6 +655,12 @@ See [this walkthrough video](https://mattermost.com/video/changelog-v9-6/) on so (release-v9-5-extended-support-release)= ## Release v9.5 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) +- **9.5.11, released 2024-10-10** + - Mattermost v9.5.11 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with YouTube previews no longer being displayed [MM-60351](https://mattermost.atlassian.net/browse/MM-60351). + - Pre-packaged Calls plugin [v0.29.2](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.29.2). + - Improved the performance of LDAP sync jobs when group-contained teams and channels are used [MM-60253](https://mattermost.atlassian.net/browse/MM-60253). + - Mattermost v9.5.11 contains no database or functional changes. - **9.5.10, released 2024-09-26** - Mattermost v9.5.10 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). - Fixed racy use of session in ``NewWebConn`` [MM-60307](https://mattermost.atlassian.net/browse/MM-60307). diff --git a/source/about/mobile-app-changelog.md b/source/about/mobile-app-changelog.md index ff974048da9..eec9aa84cdd 100644 --- a/source/about/mobile-app-changelog.md +++ b/source/about/mobile-app-changelog.md @@ -5,6 +5,19 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Mattermost](https://mattermost.com). +(release-v2-20-1)= +## 2.20.1 Release + - Release Date: October 9, 2024 + - Server Versions Supported: Server v9.5.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. + +### Compatibility + - **Upgrade to server version v9.5.0 or later is required.** Support for server [Extended Support Release](https://docs.mattermost.com/upgrade/extended-support-release.html) (ESR) v8.1.0 has ended and upgrading to server ESR v9.5.0 or later is required. As we innovate and offer newer versions of our mobile apps, we maintain backwards compatibility only with supported server versions. Users who upgrade to the newest mobile apps while being connected to an unsupported server version can be exposed to compatibility issues, which can cause crashes or severe bugs that break core functionality of the app. + - Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html). + - iPhone 6s devices and later with iOS 13.4+ is required. + +### Improvements + - Added a configuration setting ``NativeAppSettings > MobileExternalBrowser`` that tells the Mobile app to perform SSO Authentication using the external default browser. + (release-v2-20-0)= ## 2.20.0 Release - Release Date: September 16, 2024 diff --git a/source/about/version-archive.rst b/source/about/version-archive.rst index f474cd00a65..85adf47b294 100644 --- a/source/about/version-archive.rst +++ b/source/about/version-archive.rst @@ -11,14 +11,14 @@ Version archive .. tab:: Mattermost Enterprise - Mattermost Enterprise Edition v10.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/10.0.0/mattermost-10.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4d6a4a3c26c6eeb6cc34dfbd02110ba9e469f8976b777ace6ac95206552a9b8b`` - - GPG Signature: https://releases.mattermost.com/10.0.0/mattermost-10.0.0-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.11.2 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.11.2/mattermost-9.11.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b56e7d12c8a218cc7909bd2bc2dd2a1f6844a5537c20b091a11f0a805c83fe92`` - - GPG Signature: https://releases.mattermost.com/9.11.2/mattermost-9.11.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v10.0.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/10.0.1/mattermost-10.0.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c0e8242168968bf7c9dce0c5a3a372183d1056eb6d92cd095e812b0e28bca761`` + - GPG Signature: https://releases.mattermost.com/10.0.1/mattermost-10.0.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.11.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.11.3/mattermost-9.11.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e09ce12f6f86dd3f7ca4d1602ae82cfdea12adb9bb41293982b565a6bac82842`` + - GPG Signature: https://releases.mattermost.com/9.11.3/mattermost-9.11.3-linux-amd64.tar.gz.sig Mattermost Enterprise Edition v9.10.3 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/9.10.3/mattermost-9.10.3-linux-amd64.tar.gz`` - SHA-256 Checksum: ``638433634efbffe3c1d373b3f344406d37fcc3ab86292d4381890e3eeb86fb9d`` @@ -39,10 +39,10 @@ Version archive - ``https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz`` - SHA-256 Checksum: ``a636fbfb994dc4d4a5debd775149e17ae08d5af159c39d458facb7d8188ba4e4`` - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.5.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.10/mattermost-9.5.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a6c18d2e6893eb41e49ebc044a3ced96bf0d50f3e71ec366493691274451a811`` - - GPG Signature: https://releases.mattermost.com/9.5.10/mattermost-9.5.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.5.11 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.11/mattermost-9.5.11-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7510740aa5281089020e51ffbdc9ff4b54cb961cfd896a7ad56336924f93a199`` + - GPG Signature: https://releases.mattermost.com/9.5.11/mattermost-9.5.11-linux-amd64.tar.gz.sig Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` @@ -383,14 +383,14 @@ Version archive We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. - Mattermost Team Edition v10.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/10.0.0/mattermost-team-10.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fa56458e6aaa438b4387ff89b22b0ba390fe550f6220296542be383969b6a2f8`` - - GPG Signature: https://releases.mattermost.com/10.0.0/mattermost-team-10.0.0-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.11.2 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.11.2/mattermost-team-9.11.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``584907072f0c56ea65aa7cf0b3d5a523bf2af793afcfc91eb36b3e7bec49958d`` - - GPG Signature: https://releases.mattermost.com/9.11.2/mattermost-team-9.11.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v10.0.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/10.0.1/mattermost-team-10.0.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``932090fd6fbc44e33ddcdc57f89fe1048c3a1d486de3b0395839aef47a182b77`` + - GPG Signature: https://releases.mattermost.com/10.0.1/mattermost-team-10.0.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.11.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.11.3/mattermost-team-9.11.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``459c00d8d6b7a103d37ab920b0bb64af0990ab2fe32395aa5cba0efb8e406abb`` + - GPG Signature: https://releases.mattermost.com/9.11.3/mattermost-team-9.11.3-linux-amd64.tar.gz.sig Mattermost Team Edition v9.10.3 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/9.10.3/mattermost-team-9.10.3-linux-amd64.tar.gz`` - SHA-256 Checksum: ``d50e2d3352129f3eaa5271cb3031b0210f9283954e727f7dca959b4c277ea6fc`` @@ -411,10 +411,10 @@ Version archive - ``https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz`` - SHA-256 Checksum: ``630a51a8c3228465914b318fd0caa634f1a0a39010482aa478f090efee4ca566`` - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.5.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.10/mattermost-team-9.5.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9e481414092750fea64e1716ba44d9326a3f16601f3439e2d70756ef6a5f858b`` - - GPG Signature: https://releases.mattermost.com/9.5.10/mattermost-team-9.5.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.5.11 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.11/mattermost-team-9.5.11-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2df79e106e81e4a3d6b0e5ffb40f5821439760a2299d35e6463c9e0a47d5204f`` + - GPG Signature: https://releases.mattermost.com/9.5.11/mattermost-team-9.5.11-linux-amd64.tar.gz.sig Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` diff --git a/source/configure/enable-copilot.rst b/source/configure/enable-copilot.rst index 6ad7553870f..ecbaa4b31aa 100644 --- a/source/configure/enable-copilot.rst +++ b/source/configure/enable-copilot.rst @@ -6,6 +6,9 @@ Enable Copilot Signficantly increase team productivity and decision-making speed by enhancing your real-time collaboration capabilities with instant access to AI-generated information, discussion summaries, and contextually-aware action recommendations with Mattermost's Copilot. Your users can interact with AI capabilities directly within their daily communication channels without needing to switch between multiple tools or platforms +.. include:: ../_static/badges/academy-copilot-setup.rst + :start-after: :nosearch: + Setup ------ @@ -82,7 +85,7 @@ Configure a large language model (LLM) for your Copilot integration by going to 1. Deploy your model, for example, on `Ollama `_. 2. Select **OpenAI Compatible** in the **AI Service** dropdown. - 3. Enter the URL to your AI service from your Mattermost deployment in the **API URL** field. + 3. Enter the URL to your AI service from your Mattermost deployment in the **API URL** field. Be sure to include the port, and append ``/v1`` to the end of the URL if using Ollama. (e.g., ``http://localhost:11434/v1`` for Ollama, otherwise ``http://localhost:11434/``) 4. If using Ollama, leave the **API Key** field blank. 5. Specify your model name in the **Default Model** field. diff --git a/source/configure/file-storage-configuration-settings.rst b/source/configure/file-storage-configuration-settings.rst index c4a46ddc37f..da064f75138 100644 --- a/source/configure/file-storage-configuration-settings.rst +++ b/source/configure/file-storage-configuration-settings.rst @@ -91,7 +91,7 @@ Maximum file size +-------------------------------------------------------------------+--------------------------------------------------------------------------+ | **Notes**: | | | -| - When :ref: `uploading plugin files `, a ``Received invlaid response from | +| - When :ref:`uploading plugin files `, a ``Received invlaid response from | | the server`` error typically indicates that ``MaxFileSize`` isn't large enough to support the plugin file upload, and/or that proxy | | settings may not be sufficient. | | - If you use a proxy or load balancer in front of Mattermost, the following proxy settings must be adjusted accordingly: | diff --git a/source/configure/web-server-configuration-settings.rst b/source/configure/web-server-configuration-settings.rst index 41093d2f967..c86e5dce60c 100644 --- a/source/configure/web-server-configuration-settings.rst +++ b/source/configure/web-server-configuration-settings.rst @@ -705,22 +705,22 @@ Cluster log timeout | See the :doc:`performance monitoring ` documentation for details. | +--------------------------------------------------------+-----------------------------------------------------------------------------------------+ -.. config:setting:: file-maxpayloadsize +.. config:setting:: service-maxpayloadsize :displayname: Maximum payload size (File Storage) :systemconsole: N/A - :configjson: .FileSettings.MaximumPayloadSizeBytes - :environment: MM_FILESETTINGS_MAXIMUMPAYLOADSIZEBYTES + :configjson: .ServiceSettings.MaximumPayloadSizeBytes + :environment: MM_SERVICESETTINGS_MAXIMUMPAYLOADSIZEBYTES :description: The maximum payload size in bytes for all APIs except APIs that receive a file as an input. For example, the upload attachment API or the API to upload a custom emoji. Default is 300000. Maximum payload size ~~~~~~~~~~~~~~~~~~~~ -+-----------------------------------------------------------+----------------------------------------------------------------------------------+ -| The maximum payload size in bytes for all APIs except | - System Config path: N/A | -| APIs that receive a file as an input. | - ``config.json`` setting: ``".FileSettings.MaximumPayloadSizeBytes: 300000",`` | -| | - Environment variable: ``MM_FILESETTINGS_MAXIMUMPAYLOADSIZEBYTES`` | -| For example, the upload attachment API or the API to | | -| upload a custom emoji. | | -| | | -| Numerical value. Default is **300000** (300 kB). | | -+-----------------------------------------------------------+----------------------------------------------------------------------------------+ ++-----------------------------------------------------------+-------------------------------------------------------------------------------------+ +| The maximum payload size in bytes for all APIs except | - System Config path: N/A | +| APIs that receive a file as an input. | - ``config.json`` setting: ``".ServiceSettings.MaximumPayloadSizeBytes: 300000",`` | +| | - Environment variable: ``MM_SERVICESETTINGS_MAXIMUMPAYLOADSIZEBYTES`` | +| For example, the upload attachment API or the API to | | +| upload a custom emoji. | | +| | | +| Numerical value. Default is **300000** (300 kB). | | ++-----------------------------------------------------------+-------------------------------------------------------------------------------------+ diff --git a/source/install/download-latest-tarball.rst b/source/install/download-latest-tarball.rst index 3cfb7db4d26..a327345b24b 100644 --- a/source/install/download-latest-tarball.rst +++ b/source/install/download-latest-tarball.rst @@ -9,13 +9,13 @@ Using ``wget``, download the Mattermost Server release you want to install. .. code-block:: sh - wget https://releases.mattermost.com/10.0.0/mattermost-10.0.0-linux-amd64.tar.gz + wget https://releases.mattermost.com/10.0.1/mattermost-10.0.1-linux-amd64.tar.gz .. tab:: Current ESR .. code-block:: sh - wget https://releases.mattermost.com/9.11.2/mattermost-9.11.2-linux-amd64.tar.gz + wget https://releases.mattermost.com/9.11.3/mattermost-9.11.3-linux-amd64.tar.gz .. tab:: Older releases diff --git a/source/integrate/microsoft-teams-interoperability.rst b/source/integrate/microsoft-teams-interoperability.rst index 77a0bf196df..0bc221de5c4 100644 --- a/source/integrate/microsoft-teams-interoperability.rst +++ b/source/integrate/microsoft-teams-interoperability.rst @@ -6,6 +6,9 @@ Connect Microsoft Teams to Mattermost Break through siloes in a mixed Mattermost and Microsoft Teams environment by forwarding real-time chat notifications from Microsoft Teams to Mattermost. +.. include:: ../_static/badges/academy-msteams.rst + :start-after: :nosearch: + Setup -----