1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Merge pull request #45 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-13 22:07:25 +01:00 committed by GitHub
commit 5bc4016fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 13 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
HumHub is an open source social network platform with a wide variety of use cases as social intranet, community or collaboration platform. HumHub consists of a core application, which can be extended through additional modules and adjusted to your needs by many configuration options.
**Shipped version:** 1.12.2~ynh1
**Shipped version:** 1.13.0~ynh1
**Demo:** https://www.humhub.com/en

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
HumHub est une plate-forme de réseau social open source avec une grande variété de cas d'utilisation en tant qu'intranet social, plate-forme de communauté ou de collaboration. HumHub se compose d'une application principale, qui peut être étendue grâce à des modules supplémentaires et ajustée à vos besoins par de nombreuses options de configuration.
**Version incluse :** 1.12.2~ynh1
**Version incluse :** 1.13.0~ynh1
**Démo :** https://www.humhub.com/en

View file

@ -12,10 +12,6 @@
setup_private=1
setup_public=1
upgrade=1
# 1.8.2~ynh1
upgrade=1 from_commit=83500d6e866539d56a0aed6f288a8a8ce02a674b
# 1.8.2~ynh3
upgrade=1 from_commit=50c74393ad4376bc18676b4be86fce74629ad60a
# 1.8.2~ynh4
upgrade=1 from_commit=7da020da5079b580cc2a418e2f6fb48f637a989a
backup_restore=1
@ -26,6 +22,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=83500d6e866539d56a0aed6f288a8a8ce02a674b
; commit=7da020da5079b580cc2a418e2f6fb48f637a989a
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://www.humhub.com/download/package/humhub-1.12.2.tar.gz
SOURCE_SUM=91a96c7fc7e513bbb04d153e7112498daa36639e37587d6bdc9364cd57d09ea3
SOURCE_URL=https://www.humhub.com/download/package/humhub-1.13.0.tar.gz
SOURCE_SUM=9b6d0041c683e382fd7b5d5853a878979b750fc41a8e34d613709b7884a583a1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -3,10 +3,10 @@
"id": "humhub",
"packaging_format": 1,
"description": {
"en": "Enterprise Social Network.",
"fr": "Réseau Social d'Entreprise."
"en": "Enterprise Social Network",
"fr": "Réseau Social d'Entreprise"
},
"version": "1.12.2~ynh1",
"version": "1.13.0~ynh1",
"url": "https://www.humhub.org",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -210,7 +210,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/${app}"
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..." --weight=35
ynh_script_progression --message="Configuring permissions..." --weight=2
# Make app public if necessary
if [ $is_public -eq 1 ]