Browse Source

Update nextcloud news to 21.1.0

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

2
external/nextcloud-news vendored

@ -1 +1 @@
Subproject commit adc143e2a561289665d16089770b2a8cecbb1099
Subproject commit ec74c1b5f3712594c7ea2139c8dfdff15d1ef826

2
specs/news.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "News",
"version": "21.0.0",
"version": "21.1.0",
"description": "An RSS/Atom feed reader",
"license": {
"name": "agpl",

2
specs/templates/news.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "News",
"version": "21.0.0",
"version": "21.1.0",
"description": "An RSS/Atom feed reader",
"license": {
"name": "agpl",

2
tool/Dockerfile.dev

@ -11,7 +11,7 @@ RUN ./occ app:disable password_policy
RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One" user1
RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" user2
RUN ./occ app:install news # 21.0.0
RUN ./occ app:install news # 21.1.0
RUN ./occ app:install notes # 4.7.1
RUN ./occ app:install uppush # 1.2.0

Loading…
Cancel
Save