Ben Schumacher
c7461751f2
Use request.CTX instead of *request.Context ( #24877 )
...
* Use request.CTX instead of *request.Context
* Fix tests
2023-10-30 16:33:37 +01:00
Ben Schumacher
0d5a8b8841
Add whitespace linter ( #24855 )
2023-10-11 10:13:36 +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
Felipe Martin
f3a9f166bb
[MM-52869] Update and fix links in the system console ( #23694 )
...
* Updated privacy policy link
* Removed broken link from fa language
* Updated terms of use link
* Updated pricing links
* Updated self hosted billing links
* Updated terms-of-use links
* Updated privacy-policy links across the project
* Updated pricing links in e2e tests
* Updated cloud billing docs
* Fixed upgrading mattermost server links
* Updated ssl client certificate links
* Updated configure session lenghts links
* Updated configure site url links
* Updated elasticsearch links
* Update data retention policy links
* Updated ldap links
* advanced-permissions
* Updated anchor ServiceSettings.ListenAddress
* Updated anchor #SystemSettings.Forward80To443
* Updated link desktop managed resources
* Updated elasticsearch links
* Updated file content extraction links
* Updated HA Cluster inks
* Updated setup image proxy link
* Updated push notification links
* Update performance monitoring links
* Help links
* Updated about mattermost links
* updated report a problem links
* Updated download apps links
* Updated mobile apps links
* Update share messages links
* Updated format messages links
* Updated in product notices links
* Updated multi factor auth links
* Updated LDAP links
* Updated setup saml links
* Updated saml/ldap configuration links
* Updated plugins URL
* Updated plugin signing links
* Updated webhook links
* Updated slash commands links
* Updated oauth2 links
* Updated webhook links
* Update enable oauth2 links
* Updated personal access tokens list
* Updated experimental links
* Updated snap files
* check-style
* privacy/terms links in about modal
2023-06-19 18:46:52 +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
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