Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
WebAppPassword
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Nextcloud
WebAppPassword
Commits
ca4b39a0
Unverified
Commit
ca4b39a0
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Enable app for Nextcloud 22
parent
a36ae767
No related branches found
No related tags found
No related merge requests found
Pipeline
#51411
passed
3 years ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
appinfo/info.xml
+2
-2
2 additions, 2 deletions
appinfo/info.xml
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
docs/deployment.md
+1
-1
1 addition, 1 deletion
docs/deployment.md
with
7 additions
and
4 deletions
CHANGELOG.md
+
3
−
0
View file @
ca4b39a0
# 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
...
...
This diff is collapsed.
Click to expand it.
appinfo/info.xml
+
2
−
2
View file @
ca4b39a0
...
@@ -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=
"2
1
"
/>
<nextcloud
min-version=
"18"
max-version=
"2
2
"
/>
</dependencies>
</dependencies>
<settings>
<settings>
<admin>
OCA\WebAppPassword\Settings\Admin
</admin>
<admin>
OCA\WebAppPassword\Settings\Admin
</admin>
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
ca4b39a0
FROM
nextcloud:2
1
-apache
FROM
nextcloud:2
2
-apache
COPY
entrypoint.sh /
COPY
entrypoint.sh /
...
...
This diff is collapsed.
Click to expand it.
docs/deployment.md
+
1
−
1
View file @
ca4b39a0
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment