-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from pdsinterop/feature/nextcloud26
Update to support up to Nextcloud 27
- Loading branch information
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ It supports the webid-oidc-dpop-pkce login flow to connect to a Solid App with y | |
When you do this, the Solid App can store data in your Nextcloud account through the Solid protocol. | ||
IMPORTANT: See https://github.com/pdsinterop/solid-nextcloud/blob/main/INSTALL.md for additional install instructions! | ||
]]></description> | ||
<version>0.7.2</version> | ||
<version>0.7.3</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" >Auke van Slooten</author> | ||
<namespace>Solid</namespace> | ||
<category>integration</category> | ||
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs> | ||
<dependencies> | ||
<nextcloud min-version="25" max-version="25"/> | ||
<nextcloud min-version="25" max-version="27"/> | ||
</dependencies> | ||
<settings> | ||
<admin>\OCA\Solid\Settings</admin> | ||
|