1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Upgrade plugins

This commit is contained in:
ericgaspar 2021-04-02 23:16:23 +02:00
parent 56ed40026c
commit bd8e7ae4c9
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 13 additions and 40 deletions

View file

@ -18,7 +18,7 @@
"email": "maniackc_dev@crudelis.fr"
}],
"requirements": {
"yunohost": ">= 3.8.1"
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
@ -30,38 +30,22 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Etherpad MyPads",
"fr": "Choisissez un domaine pour Etherpad MyPads"
},
"example": "sub.domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Etherpad MyPads",
"fr": "Choisissez un chemin pour Etherpad MyPads"
},
"example": "/pad",
"default": "/pad"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Etherpad MyPads administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur Etherpad MyPads (doit être un utilisateur YunoHost existant)"
},
"example": "john"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password (between 8 and 30 characters)",
"fr": "Définissez le mot de passe administrateur (entre 8 et 30 caractères)"
},
"example": "Choose a password"
},
{
@ -77,10 +61,6 @@
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public website?",
"fr": "Est-ce un site public ?"
},
"help": {
"en": "If your Etherpad instance is public, everyone will be able to create a pad or see an existing one.",
"fr": "Si votre instance Etherpad est publique, tout le monde pourra créer un pad ou voir un pad existant."

View file

@ -11,13 +11,6 @@
- [ ] Upgrade from last version tested.
- [ ] Can be reviewed and tested.
## Validation
## Package_check results
---
*Minor decision*
- [ ] **Code review** :
- [ ] **Approval (LGTM)** :
*Code review and approval have to be from a member of @YunoHost-Apps/apps-group*
- **CI succeeded** :
[![Build Status](https://ci-apps-hq.yunohost.org/jenkins/job/etherpad_mypads_ynh%20PR-NUM-/badge/icon)](https://ci-apps-hq.yunohost.org/jenkins/job/etherpad_mypads_ynh%20PR-NUM-/)
*Please replace '-NUM-' in this link by the PR number.*
When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.
* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"*

View file

@ -14,17 +14,17 @@ nodejs_version=12
mypads_version=1.7.19
# Plugin versions
ep_align_version=0.3.31
ep_author_hover_version=0.3.17
ep_align_version=0.3.32
ep_author_hover_version=0.3.18
ep_automatic_logut_version=1.0.8
ep_comments_page_version=0.1.58
ep_comments_page_version=0.1.60
ep_countable_version=0.0.9
ep_delete_empty_pads_version=0.0.7
ep_font_color_version=0.0.40
ep_headings2_version=0.2.26
ep_markdown_version=0.1.30
ep_font_color_version=0.0.41
ep_headings2_version=0.2.27
ep_markdown_version=0.1.31
ep_page_view_version=0.5.24
ep_spellcheck_version=0.0.25
ep_subscript_and_superscript_version=0.2.22
ep_table_of_contents_version=0.3.18
ep_font_size_version=0.4.19
ep_spellcheck_version=0.0.26
ep_subscript_and_superscript_version=0.2.23
ep_table_of_contents_version=0.3.19
ep_font_size_version=0.4.21