1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Merge pull request #47 from YunoHost-Apps/patch

Update ldap_authentication2.src
This commit is contained in:
Éric Gaspar 2021-09-21 09:19:13 +02:00 committed by GitHub
commit 97d0e2cbbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 22 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_35-29a0357.tar.gz
SOURCE_SUM=e388485a3f1c65a87abcddb5069c27d0e436f5f32b052bcadae047e24585c44a
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_35-dec2765.tar.gz
SOURCE_SUM=85415f420647c3b586c6a9fb4a5326fc6dfa47f66f5ccb0842108a7588db810f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_35-2139d67.tar.gz
SOURCE_SUM=a19170e47a8dd8e6082f872300c901564a7acbfb2ffa1e99284b87d01420ce57
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_35-04ae604.tar.gz
SOURCE_SUM=5cf7b0f52d7cf1732f4fd22599c0d9c9612cd5fa80325c96740e72f89fa5c9c8
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_35-008d2d9.tar.gz
SOURCE_SUM=5c99befe30d98bf5aafff1a2e60c4bb0b663faa38254ef6bac57fa41afa8c192
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_35-118aecb.tar.gz
SOURCE_SUM=89c1d48f20864526c558c5ccfc44f8e8dab46f82a1a9ca3120833cf46b57050b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_35-6aad58e.tar.gz
SOURCE_SUM=6c6fab74563d017cf4b173f15ed0ccd8b675318f2781c42d083be5a1f90d2f86
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_35-04ae604.tar.gz
SOURCE_SUM=5cf7b0f52d7cf1732f4fd22599c0d9c9612cd5fa80325c96740e72f89fa5c9c8
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_35-c9c0cc1.tar.gz
SOURCE_SUM=89c9c3ae70c4d10aff7fbf62c7ff5f130896ed4146764417257bcb34f57b2cbf
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_35-d04327e.tar.gz
SOURCE_SUM=1a42c5a6e47db05533d302cdcc61691a534126597ab36038d877178df018083d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_35-d036ae0.tar.gz
SOURCE_SUM=6b97e2f9ed952c3548c6e36ede600d4a62936d09897d2b05861ee6d8b5ec937d
SOURCE_URL=https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_35-e5976c0.tar.gz
SOURCE_SUM=40d21142612a20356c72d6b1a61d7b206255154455983ab4ed7c43fb851039cf
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -6,7 +6,7 @@
"en": "Wiki package originally for use on Wikipedia",
"fr": "Wiki développé à lorigine pour Wikipédia"
},
"version": "1.36.0~ynh1",
"version": "1.36.0~ynh2",
"url": "https://www.mediawiki.org",
"license": "GPL-2.0-or-later",
"upstream": {
@ -23,7 +23,7 @@
"email": "felix@piedallu.me"
},
"requirements": {
"yunohost": ">= 4.1.0"
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
@ -35,8 +35,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "path",
@ -46,8 +45,7 @@
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "is_public",
@ -74,8 +72,7 @@
"help": {
"en": "The password for the wiki administrator. It needs to be solid or the installation process will fail.",
"fr": "Le mot de passe de l'administrateur du wiki. Il doit être solide, sinon l'installation échouera."
},
"example": "Choose a password"
}
},
{
"name": "wiki_name",

View file

@ -36,8 +36,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "