Difference between revisions of "Reference:WebDAV"
m (Lsireta moved page Reference:WebDAV to Reference:BlueSpiceWebDAV) |
Fbaeckmann (talk | contribs) m (Text replacement - "|edition=BlueSpice pro |active=No" to "|edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) |active=No") |
Extension: WebDAV
Overview | |||
---|---|---|---|
Description: | Adds a WebDAV endpoint that exposes the wiki content | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL v3 only |
Type: | BlueSpice | Category: | Document Management |
Edition: | BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) | ||
Features[edit source]
Contents
WebDAV
- 1.1 Features
- 1.2 Description
- 1.3 Usage/Features
- 1.4 Technical information
- 1.5 User manual
- 1.6 Try free our BlueSpice
Description[edit | edit source]
WebDAV provides an endpoint for accessing files on the wiki using differenct different client applications or mounting the wiki content as shared drive.
Usage / Featuresfeatures[edit | edit source]
Every link to a eligible file Certain file types that have been uploaded to the wiki can be opened using WebDAV. Files that are eligible are (depending on particular wiki configuaration): MS Office files (.docx, .xlsx...) and PDF files. Opening context menu on these files, will offer with WebDAV.
Opening the context menu for these files offers an option to open the file using with the client application. Clicking on Click this option on eg. a .docx file will open the file for example to open a docx-file in Microsoft Word application. All changes to the file will be are automatically saved back to in the wiki upon closing when the file is closed.
Protocol | File extensions |
---|---|
ms-word | doc, docx, dot, dotx, rtf, docm, dotm, odt |
ms-excel | xls, xlsx, csv, tsv |
ms-powerpoint | ppt, pptx |
<any installed zip handler> | zip |
<any installed pdf handler> |
The following Microsoft Office file types cannot be opened via the context menu, but can be uploaded and versioned via Windows Explorer if the wiki configuration allows the file type: Visio, Access, Project, Publisher, SharePoint Designer, Infopath.
Technical information[edit | edit source]
Configuration[edit | edit source]
Rights (permissions)[edit | edit source]Requierements
WebDAV offers several ways for authenticating the users with the client application.
MediaWiki authentication
This type of authentication makes the client application prompt the user for the wiki username and password information when opening the file and/or mounting the drive. This type of authentication can only be used in normal local login wikis (no SSO, no LDAP).
Token authentication
This type of authentication appends a token to the URL that is generated for the user and file. On all subsequent requests from the client application, the token is evaluated wiki-side and the request is allowed or rejected based on the outcome of the token verification.
This is the preferred way of authentication and can (and should) be used on all types of wikis. For mounting drives when using this type of authentication, the static token that is generated per user must be included in the URL. The user-specific drive mounting URL is available in the user preferences, under the tab User profile. This URL must be used to mount the drive.
Requirements[edit | edit source]
This extension requires BlueSpiceFoundation.
User manualThere are three extensions that make up the WebDAV suite:
- WebDAV: Plain MediaWiki extension - provides the infrastructure.
- BlueSpiceWebDAVClientIntegration: Integrates WebDAV into BlueSpice - namely ContextMenu.
- BlueSpiceWebDAVMinorSave: Interferes with the saving process. It uploads a new version to the wiki only after a user has closed the client application, even if the user saved the file multiple times while editing. This allows having only one revision per complete edit rather than for each save. This functionality is largely experimental and might not work properly. Can be disabled without issue.
BlueSpiceNSFileRepoConnector interacts with WebDAV, and allows WebDAV to work with files that are in namespaces.
More info[edit | edit source]
For detailed description and usage please , visit our user manualhelp page.
Try free our BlueSpice[edit | edit source]
Demo BlueSpice
{{BSExtensionInfobox |desc=Adds a WebDAV endpoint that exposes the wiki content |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) |active=No |compatible=BlueSpice |category=Document Management |license=GPL v3 only }} __TOC__ ==Description== |docu=https://www.mediawiki.org/wiki/Extension:WebDAV }} '''WebDAV''' provides an endpoint for accessing files on the wiki using differenctdifferent client applications or mounting the wiki content as shared drive. ==Usage/Features== Every link to a eligible file / features== Certain file types that have been uploaded to the wiki can be opened usingwith WebDAV. Files that are eligible are (depending on particular wiki configuaration): MS Office files (.docx, .xlsx...) and PDF files. Opening Opening the [[Manual:Extension/BlueSpiceContextMenu|context menu]] onfor these files, will offer offers an option to open the file usingwith the client application. Clicking on Click this option on eg. a .docx file will open the for example to open a docx-file in Microsoft Word application. All changes to the file will be are automatically saved back to the wiki upon closing the file. ==Technical information== ===Configuration=== ===Rights (permissions)=== ===Requierementsin the wiki when the file is closed. {| class="contenttable-blue" style="width:100%;" |+ !Protocol !File extensions |- |ms-word |doc, docx, dot, dotx, rtf, docm, dotm, odt |- |ms-excel |xls, xlsx, csv, tsv |- |ms-powerpoint |ppt, pptx |- |<any installed zip handler> |zip |- |<any installed pdf handler> |PDF |} The following Microsoft Office file types cannot be opened via the context menu, but can be uploaded and versioned via Windows Explorer if the wiki configuration allows the file type: Visio, Access, Project, Publisher, SharePoint Designer, Infopath. ==Technical information== ===Rights (permissions)=== WebDAV offers several ways for authenticating the users with the client application. '''MediaWiki authentication''' This type of authentication makes the client application prompt the user for the wiki username and password information when opening the file and/or mounting the drive. This type of authentication can only be used in normal local login wikis (no SSO, no LDAP). '''Token authentication''' This type of authentication appends a token to the URL that is generated for the user and file. On all subsequent requests from the client application, the token is evaluated wiki-side and the request is allowed or rejected based on the outcome of the token verification. This is the preferred way of authentication and can (and should) be used on all types of wikis. For mounting drives when using this type of authentication, the static token that is generated per user must be included in the URL. The user-specific drive mounting URL is available in the user preferences, under the tab ''User profile''. This URL must be used to mount the drive. ===Requirements=== This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. ==User manualThere are three extensions that make up the WebDAV suite: *[[mediawikiwiki:Extension:WebDAV|WebDAV]]: Plain MediaWiki extension - provides the infrastructure. *[[Reference:WebDAVClientIntegration|BlueSpiceWebDAVClientIntegration]]: Integrates WebDAV into BlueSpice - namely ContextMenu. *[[Reference:WebDAVMinorSave|BlueSpiceWebDAVMinorSave]]: Interferes with the saving process. It uploads a new version to the wiki only after a user has closed the client application, even if the user saved the file multiple times while editing. This allows having only one revision per complete edit rather than for each save. This functionality is largely experimental and might not work properly. Can be disabled without issue. [[Reference:BlueSpiceNSFileRepoConnector|BlueSpiceNSFileRepoConnector]] interacts with WebDAV, and allows WebDAV to work with files that are in namespaces. ==More info== For detailed description and usage please , visit our [[Manual:Extension/BlueSpiceWebDAV|user manual.]] ==Try free our BlueSpice== [https://en.demo.bluespice.com/wiki/Main_Page Demo] BlueSpice [[WebDAV|help page]]. <br /> {{Translation}} [[Category:Extension]] [[Category:BlueSpice pro]]
(10 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|developer=HalloWelt | |developer=HalloWelt | ||
|type=BlueSpice | |type=BlueSpice | ||
− | |edition=BlueSpice pro | + | |edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) |
|active=No | |active=No | ||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|category=Document Management | |category=Document Management | ||
|license=GPL v3 only | |license=GPL v3 only | ||
+ | |docu=https://www.mediawiki.org/wiki/Extension:WebDAV | ||
}} | }} | ||
− | + | '''WebDAV''' provides an endpoint for accessing files on the wiki using different client applications or mounting the wiki content as shared drive. | |
− | == | + | ==Usage / features== |
− | |||
− | + | Certain file types that have been uploaded to the wiki can be opened with WebDAV. | |
− | + | Opening the [[Manual:Extension/BlueSpiceContextMenu|context menu]] for these files offers an option to open the file with the client application. Click this option for example to open a docx-file in Microsoft Word. All changes to the file are automatically saved in the wiki when the file is closed. | |
+ | |||
+ | {| class="contenttable-blue" style="width:100%;" | ||
+ | |+ | ||
+ | !Protocol | ||
+ | !File extensions | ||
+ | |- | ||
+ | |ms-word | ||
+ | |doc, docx, dot, dotx, rtf, docm, dotm, odt | ||
+ | |- | ||
+ | |ms-excel | ||
+ | |xls, xlsx, csv, tsv | ||
+ | |- | ||
+ | |ms-powerpoint | ||
+ | |ppt, pptx | ||
+ | |- | ||
+ | |<any installed zip handler> | ||
+ | |zip | ||
+ | |- | ||
+ | |<any installed pdf handler> | ||
+ | |PDF | ||
+ | |} | ||
+ | |||
+ | The following Microsoft Office file types cannot be opened via the context menu, but can be uploaded and versioned via Windows Explorer if the wiki configuration allows the file type: Visio, Access, Project, Publisher, SharePoint Designer, Infopath. | ||
==Technical information== | ==Technical information== | ||
+ | ===Rights (permissions)=== | ||
+ | |||
+ | WebDAV offers several ways for authenticating the users with the client application. | ||
− | + | '''MediaWiki authentication''' | |
+ | This type of authentication makes the client application prompt the user for the wiki username and password information when opening the file and/or mounting the drive. This type of authentication can only be used in normal local login wikis (no SSO, no LDAP). | ||
− | + | '''Token authentication''' | |
+ | This type of authentication appends a token to the URL that is generated for the user and file. On all subsequent requests from the client application, the token is evaluated wiki-side and the request is allowed or rejected based on the outcome of the token verification. | ||
− | === | + | This is the preferred way of authentication and can (and should) be used on all types of wikis. For mounting drives when using this type of authentication, the static token that is generated per user must be included in the URL. The user-specific drive mounting URL is available in the user preferences, under the tab ''User profile''. This URL must be used to mount the drive. |
+ | ===Requirements=== | ||
This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. | This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. | ||
− | == | + | There are three extensions that make up the WebDAV suite: |
− | For detailed description and usage | + | |
+ | *[[mediawikiwiki:Extension:WebDAV|WebDAV]]: Plain MediaWiki extension - provides the infrastructure. | ||
+ | *[[Reference:WebDAVClientIntegration|BlueSpiceWebDAVClientIntegration]]: Integrates WebDAV into BlueSpice - namely ContextMenu. | ||
+ | *[[Reference:WebDAVMinorSave|BlueSpiceWebDAVMinorSave]]: Interferes with the saving process. It uploads a new version to the wiki only after a user has closed the client application, even if the user saved the file multiple times while editing. This allows having only one revision per complete edit rather than for each save. This functionality is largely experimental and might not work properly. Can be disabled without issue. | ||
+ | |||
+ | [[Reference:BlueSpiceNSFileRepoConnector|BlueSpiceNSFileRepoConnector]] interacts with WebDAV, and allows WebDAV to work with files that are in namespaces. | ||
+ | ==More info== | ||
+ | For detailed description and usage, visit our [[Manual:Extension/WebDAV|help page]]. | ||
+ | |||
+ | <br /> | ||
− | + | {{Translation}} | |
− | |||
[[Category:Extension]] | [[Category:Extension]] | ||
[[Category:BlueSpice pro]] | [[Category:BlueSpice pro]] |