Skip to content
Snippets Groups Projects
Unverified Commit ca4b39a0 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Enable app for Nextcloud 22

parent a36ae767
No related branches found
No related tags found
No related merge requests found
Pipeline #51411 passed
# WebAppPassword Change Log # WebAppPassword Change Log
## 21.7.0
- Updated and tested app for Nextcloud 22
## 21.3.0 ## 21.3.0
- Updated and tested app for Nextcloud 21 - Updated and tested app for Nextcloud 21
......
...@@ -13,7 +13,7 @@ that uses this app to generate a temporary password and make a WebDAV request to ...@@ -13,7 +13,7 @@ that uses this app to generate a temporary password and make a WebDAV request to
See [Example](https://gitlab.tugraz.at/dbp/nextcloud/webapppassword#example) for a Nextcloud WebDAV file picker example See [Example](https://gitlab.tugraz.at/dbp/nextcloud/webapppassword#example) for a Nextcloud WebDAV file picker example
that uses this application.]]></description> that uses this application.]]></description>
<version>21.3.0</version> <version>21.7.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="patrizio.bekerle@tugraz.at">Patrizio Bekerle</author> <author mail="patrizio.bekerle@tugraz.at">Patrizio Bekerle</author>
<namespace>WebAppPassword</namespace> <namespace>WebAppPassword</namespace>
...@@ -29,7 +29,7 @@ that uses this application.]]></description> ...@@ -29,7 +29,7 @@ that uses this application.]]></description>
<repository type="git">https://gitlab.tugraz.at/dbp/nextcloud/webapppassword.git</repository> <repository type="git">https://gitlab.tugraz.at/dbp/nextcloud/webapppassword.git</repository>
<screenshot>https://gitlab.tugraz.at/dbp/nextcloud/webapppassword/-/raw/master/screenshot.png</screenshot> <screenshot>https://gitlab.tugraz.at/dbp/nextcloud/webapppassword/-/raw/master/screenshot.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="18" max-version="21"/> <nextcloud min-version="18" max-version="22"/>
</dependencies> </dependencies>
<settings> <settings>
<admin>OCA\WebAppPassword\Settings\Admin</admin> <admin>OCA\WebAppPassword\Settings\Admin</admin>
......
FROM nextcloud:21-apache FROM nextcloud:22-apache
COPY entrypoint.sh / COPY entrypoint.sh /
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
`docker/nextcloud/sign-app.sh`) `docker/nextcloud/sign-app.sh`)
- Commit and push your changes to the git repository - Commit and push your changes to the git repository
- Create a new release on [WebAppPassword releases](https://gitlab.tugraz.at/dbp/nextcloud/webapppassword/-/releases/) - Create a new release on [WebAppPassword releases](https://gitlab.tugraz.at/dbp/nextcloud/webapppassword/-/releases/)
with the version like `v21.2.0` as *Tag name* and the changelog text of the current release as *Release notes* with the version like `v21.7.0` as *Tag name* and the changelog text of the current release as *Release notes*
- You also need to upload `webapppassword.tar.gz` to the *Release notes* of the release and get its url - You also need to upload `webapppassword.tar.gz` to the *Release notes* of the release and get its url
- Take the text from *Signature for your app archive*, which was printed by the sign-app command and - Take the text from *Signature for your app archive*, which was printed by the sign-app command and
release the app at [Upload app release](https://apps.nextcloud.com/developer/apps/releases/new) release the app at [Upload app release](https://apps.nextcloud.com/developer/apps/releases/new)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment