Browse Source

Merge pull request #342 from ericgaspar/v.19.0.4

Upgrade to v.19.0.4
pull/348/head
Kayou 6 years ago
committed by GitHub
parent
commit
f63e838633
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      README_fr.md
  3. 2
      manifest.json
  4. 9
      scripts/install
  5. 9
      scripts/upgrade
  6. 6
      scripts/upgrade.d/upgrade.last.sh

2
README.md

@ -14,7 +14,7 @@ own data. A personal cloud which runs on your own server. With Nextcloud
you can synchronize your files over your devices.
**Shipped version:** 19.0.3
**Shipped version:** 19.0.4
## Screenshots

2
README_fr.md

@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
[Nextcloud](https://nextcloud.com) vous donne la liberté et le contrôle sur vos données. Un nuage personnel qui tourne sur votre serveur.
Avec NextCloud vous pouvez synchroniser vos fichiers sur vos appareils.
**Version incluse :** 19.0.3
**Version incluse :** 19.0.4
## Captures d'écran

2
manifest.json

@ -6,7 +6,7 @@
"en": "Access & share your files, calendars, contacts, mail & more from any device, on your terms",
"fr": "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions"
},
"version": "19.0.3~ynh1",
"version": "19.0.4~ynh1",
"url": "https://nextcloud.com",
"license": "AGPL-3.0",
"maintainer": {

9
scripts/install

@ -273,12 +273,9 @@ exec_occ background:cron
# POST-INSTALL MAINTENANCE
#=================================================
(
cd $final_path
sudo -u $app php${YNH_PHP_VERSION} occ db:add-missing-indices
sudo -u $app php${YNH_PHP_VERSION} occ db:add-missing-columns
sudo -u $app php${YNH_PHP_VERSION} occ db:convert-filecache-bigint -n
)
exec_occ db:add-missing-indices
exec_occ db:add-missing-columns
exec_occ db:convert-filecache-bigint -n
#=================================================
# CONFIGURE THE HOOK FILE FOR USER CREATE

9
scripts/upgrade

@ -309,12 +309,9 @@ then
exec_occ -V
done
(
cd $final_path
sudo -u $app php${YNH_PHP_VERSION} occ db:add-missing-indices
sudo -u $app php${YNH_PHP_VERSION} occ db:add-missing-columns
sudo -u $app php${YNH_PHP_VERSION} occ db:convert-filecache-bigint -n
)
exec_occ db:add-missing-indices
exec_occ db:add-missing-columns
exec_occ db:convert-filecache-bigint -n
#=================================================
# CONFIGURE NEXTCLOUD

6
scripts/upgrade.d/upgrade.last.sh

@ -1,7 +1,7 @@
#!/bin/bash
# Last available nextcloud version
next_version="19.0.3"
# Last available Nextcloud version
next_version="19.0.4"
# Nextcloud tarball checksum sha256
nextcloud_source_sha256="fc503985e8aa4ed795d882e35679e0e1b7670181768e7820307222d8b4658969"
nextcloud_source_sha256="465711715d64cbdf0465fcb4405f23b6f0947b85bbe12b6577c9e1602c63ae78"
Loading…
Cancel
Save