-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce Nextcloud 28 compatibility * Update dependencies for NC28 * Add XMP Metadata in regular file view to avoid Ajax requests * Prep-work for switching Photosphere images * Adding new E2E tests Signed-off-by: Robin Windey <[email protected]>
- Loading branch information
Showing
54 changed files
with
35,879 additions
and
3,347 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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ coverage*.xml | |
*.cov | ||
*.result.cache | ||
coverage_html | ||
node_modules |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
integrating the photo-sphere-viewer.js component | ||
into your nextcloud instance. | ||
]]></description> | ||
<version>1.27.0</version> | ||
<version>1.28.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" >Robin Windey</author> | ||
<namespace>Files_PhotoSpheres</namespace> | ||
|
@@ -18,7 +18,15 @@ | |
<repository>https://github.com/nextcloud/files_photospheres.git</repository> | ||
<screenshot>https://user-images.githubusercontent.com/19730957/53694835-62a68a80-3db4-11e9-8c60-4ebdc02566d6.jpg</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="27" max-version="27"/> | ||
<nextcloud min-version="28" max-version="28"/> | ||
<php min-version="8.0" max-version="8.2"/> | ||
</dependencies> | ||
<types> | ||
<dav/> | ||
</types> | ||
<sabre> | ||
<plugins> | ||
<plugin>OCA\Files_PhotoSpheres\Sabre\PhotosphereViewerPlugin</plugin> | ||
</plugins> | ||
</sabre> | ||
</info> |
Oops, something went wrong.