Browse Source

Update nextcloud uppush to 1.4.0

pull/396/head
jld3103 1 year ago
parent
commit
c5bfa82393
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      external/nextcloud-uppush
  2. 2
      specs/uppush.json
  3. 2
      tool/Dockerfile.dev

2
external/nextcloud-uppush vendored

@ -1 +1 @@
Subproject commit 7f69d28c46476e71c9c19ec7ecf8571ac537f560
Subproject commit 5ae33f4ebae9e478d40d2c776d9d305a58a829aa

2
specs/uppush.json

@ -6,7 +6,7 @@
"license": {
"name": "agpl"
},
"version": "1.3.0"
"version": "1.4.0"
},
"paths": {
"/index.php/apps/uppush": {

2
tool/Dockerfile.dev

@ -13,7 +13,7 @@ RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two"
RUN ./occ app:install news --force --allow-unstable # 21.2.0
RUN ./occ app:install notes --force --allow-unstable # 4.8.0
RUN ./occ app:install uppush # 1.3.0
RUN ./occ app:install uppush --force --allow-unstable # 1.4.0
RUN ./occ app:enable password_policy
# TODO: This stopped working randomly with apache not being able to bind to the port during build. Must be some docker changes?

Loading…
Cancel
Save