Browse Source

Update nextcloud notes to 4.8.0

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

2
external/nextcloud-notes vendored

@ -1 +1 @@
Subproject commit d80f02787c55078d36df0489cd144896daba799b
Subproject commit 50e881eb151ec5b94fa2bfe0b94c5cd3bbc2acc7

2
specs/notes.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Notes",
"version": "4.7.1",
"version": "4.8.0",
"description": "Distraction-free notes and writing",
"license": {
"name": "agpl",

2
specs/templates/notes.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Notes",
"version": "4.7.1",
"version": "4.8.0",
"description": "Distraction-free notes and writing",
"license": {
"name": "agpl",

2
tool/Dockerfile.dev

@ -12,7 +12,7 @@ RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One"
RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" user2
RUN ./occ app:install news --force --allow-unstable # 21.2.0
RUN ./occ app:install notes # 4.7.1
RUN ./occ app:install notes --force --allow-unstable # 4.8.0
RUN ./occ app:install uppush # 1.3.0
RUN ./occ app:enable password_policy

Loading…
Cancel
Save