mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Testing (#64)
* add permission auth_header api * Auto-update READMEs * upgrade v 1.3.9, syntax in ADMIN.md, try debug api with unprotected * Auto-update READMEs * try debug api * try debug api * try debug api * comment yunohost_panel.conf.inc, no sso in this app * last stable version 1.3.10 * Auto-update READMEs * Auto-update READMEs * change variable __DIR__ to __INSTALL_DIR__ to prevent undefined varible and failed upgrade * Update config.local.user.php a little change syntax * correct syntax paths commented in config.local.php * correct syntax paths commented in config.local.php * Auto-update READMEs * Auto-update READMEs * Update config.local.php correct syntax links commented --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
1072dd60b4
commit
5dd7028d32
8 changed files with 37 additions and 13 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members.
|
||||
|
||||
|
||||
**Shipped version:** 1.3.10~ynh1
|
||||
**Shipped version:** 1.3.10~ynh2
|
||||
|
||||
**Demo:** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members.
|
||||
|
||||
|
||||
**Versión actual:** 1.3.10~ynh1
|
||||
**Versión actual:** 1.3.10~ynh2
|
||||
|
||||
**Demo:** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 1.3.10~ynh1
|
||||
**Paketatutako bertsioa:** 1.3.10~ynh2
|
||||
|
||||
**Demoa:** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Paheko (mot de la langue Māori qui signifie « coopérer », illustrant le but du logiciel : améliorer ensemble le quotidien de la gestion d'une association) est un logiciel de gestion associative. Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc. Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille : gestion des adhérents, comptabilité, site web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents.
|
||||
|
||||
|
||||
**Version incluse :** 1.3.10~ynh1
|
||||
**Version incluse :** 1.3.10~ynh2
|
||||
|
||||
**Démo :** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members.
|
||||
|
||||
|
||||
**Versión proporcionada:** 1.3.10~ynh1
|
||||
**Versión proporcionada:** 1.3.10~ynh2
|
||||
|
||||
**Demo:** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members.
|
||||
|
||||
|
||||
**分发版本:** 1.3.10~ynh1
|
||||
**分发版本:** 1.3.10~ynh2
|
||||
|
||||
**演示:** <https://paheko.cloud/essai/>
|
||||
|
||||
|
|
|
@ -378,7 +378,7 @@ const SQLITE_JOURNAL_MODE = 'WAL';
|
|||
* Default : null (= désactivé)
|
||||
* @var string|null
|
||||
*/
|
||||
// const HTTP_LOG_FILE = __INSTALL_DIR__ . '/http.log';
|
||||
// const HTTP_LOG_FILE = '__INSTALL_DIR__/http.log';
|
||||
|
||||
/**
|
||||
* Activation du log WOPI
|
||||
|
@ -391,7 +391,7 @@ const SQLITE_JOURNAL_MODE = 'WAL';
|
|||
* Default : null (= désactivé)
|
||||
* @var string|null
|
||||
*/
|
||||
// const WOPI_LOG_FILE = __INSTALL_DIR__ . '/wopi.log';
|
||||
// const WOPI_LOG_FILE = '__INSTALL_DIR__/wopi.log';
|
||||
|
||||
/**
|
||||
* Activation du log WebDAV
|
||||
|
@ -404,7 +404,33 @@ const SQLITE_JOURNAL_MODE = 'WAL';
|
|||
* Default : null (= désactivé)
|
||||
* @var string|null
|
||||
*/
|
||||
// const WEBDAV_LOG_FILE = __INSTALL_DIR__ . '/webdav.log';
|
||||
// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log';
|
||||
|
||||
/**
|
||||
* Activation du log WOPI
|
||||
*
|
||||
* Si cette constante est renseignée par un fichier texte, les requêtes HTTP reçues par
|
||||
* le serveur WOPI seront enregistrées dans ce fichier.
|
||||
*
|
||||
* C'est surtout utile pour débuguer les problèmes de WebDAV par exemple.
|
||||
*
|
||||
* Default : null (= désactivé)
|
||||
* @var string|null
|
||||
*/
|
||||
// const WOPI_LOG_FILE = '__INSTALL_DIR__/wopi.log';
|
||||
|
||||
/**
|
||||
* Activation du log WebDAV
|
||||
*
|
||||
* Si cette constante est renseignée par un fichier texte, les requêtes HTTP reçues par
|
||||
* le serveur WebDAV seront enregistrées dans ce fichier.
|
||||
*
|
||||
* C'est surtout utile pour débuguer les problèmes de WebDAV par exemple.
|
||||
*
|
||||
* Default : null (= désactivé)
|
||||
* @var string|null
|
||||
*/
|
||||
// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log';
|
||||
|
||||
/**
|
||||
* Activer la possibilité de faire une mise à jour semi-automatisée
|
||||
|
@ -565,7 +591,7 @@ const USE_CRON = true;
|
|||
* @var null|string
|
||||
*/
|
||||
|
||||
//const SMTP_HELO_HOSTNAME = 'mail.domain.tld';
|
||||
//const SMTP_HELO_HOSTNAME = '__DOMAIN__';
|
||||
|
||||
/**
|
||||
* Adresse e-mail destinée à recevoir les erreurs de mail
|
||||
|
|
|
@ -5,9 +5,7 @@ name = "Paheko"
|
|||
description.en = "Association management software"
|
||||
description.fr = "Logiciel de gestion d'association"
|
||||
|
||||
|
||||
version = "1.3.10~ynh1"
|
||||
|
||||
version = "1.3.10~ynh2"
|
||||
|
||||
maintainers = ["rodinux"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue