Last edited 2 years ago
by WikiSysop

Reference:WebDAV and SocialEntity:187: Difference between pages

(Difference between pages)
hw>Fbaeckmann
m (Text replacement - "|edition=BlueSpice pro |active=No" to "|edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated) |active=No")
 
No edit summary
 
Line 1: Line 1:
{{BSExtensionInfobox
{
|desc=Adds a WebDAV endpoint that exposes the wiki content
    "wikipageid": 1184,
|status=stable
    "namespace": 0,
|developer=HalloWelt
    "titletext": "Sandbox",
|type=BlueSpice
    "description": "",
|edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated), BlueSpice Cloud (deactivated)
    "parentid": 0,
|active=No
    "id": 187,
|compatible=BlueSpice
    "ownerid": 1,
|category=Document Management
    "type": "wikipage",
|license=GPL v3 only
    "archived": false,
|docu=https://www.mediawiki.org/wiki/Extension:WebDAV
    "tags": [
}}
        "Sandbox"
'''WebDAV''' provides an endpoint for accessing files on the wiki using different client applications or mounting the wiki content as shared drive.
    ],
 
    "resolved": false
==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==
===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]].
 
There 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, visit our [[Manual:Extension/WebDAV|help page]].
 
<br />
 
{{Translation}}
 
[[Category:Extension]]
[[Category:BlueSpice pro]]

Latest revision as of 17:02, 18 January 2022

No categories assignedEdit

Discussions