diff --git a/README.md b/README.md index 4f66521..4a1e36b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic PHP capable server. The data are stored in a MySQL database. Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, macOS, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself with Baïkal. -**Shipped version:** 0.9.3~ynh4 +**Shipped version:** 0.9.3~ynh5 **Demo:** https://demo.yunohost.org/baikal/admin/ diff --git a/README_fr.md b/README_fr.md index c6e3cfa..59e0983 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Baïkal est un serveur léger CalDAV+CardDAV. Il offre une interface Web étendue avec une gestion facile des utilisateurs, des carnets d'adresses et des calendriers. Il est rapide et simple à installer et ne nécessite qu'un serveur de base. Les données sont stockées dans une base de données MySQL. Baïkal permet d'accéder de manière transparente à vos contacts et calendriers depuis n'importe quel appareil. Il est compatible avec iOS, macOS, DAVx5 sur Android, Mozilla Thunderbird et toutes les autres applications compatibles CalDAV et CardDAV. Protégez votre vie privée en hébergeant vous-même des calendriers et contacts avec Baïkal. -**Version incluse :** 0.9.3~ynh4 +**Version incluse :** 0.9.3~ynh5 **Démo :** https://demo.yunohost.org/baikal/admin/ diff --git a/manifest.toml b/manifest.toml index bb68223..9108602 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Baïkal" description.en = "Lightweight CalDAV and CardDAV server" description.fr = "Serveur CalDAV et CardDAV léger" -version = "0.9.3~ynh4" +version = "0.9.3~ynh5" maintainers = [] diff --git a/sources/extra_files/app/Core/Frameworks/Baikal/Core/AbstractExternalAuth.php b/sources/extra_files/main/Core/Frameworks/Baikal/Core/AbstractExternalAuth.php similarity index 100% rename from sources/extra_files/app/Core/Frameworks/Baikal/Core/AbstractExternalAuth.php rename to sources/extra_files/main/Core/Frameworks/Baikal/Core/AbstractExternalAuth.php diff --git a/sources/extra_files/app/Core/Frameworks/Baikal/Core/LDAPUserBindAuth.php b/sources/extra_files/main/Core/Frameworks/Baikal/Core/LDAPUserBindAuth.php similarity index 100% rename from sources/extra_files/app/Core/Frameworks/Baikal/Core/LDAPUserBindAuth.php rename to sources/extra_files/main/Core/Frameworks/Baikal/Core/LDAPUserBindAuth.php diff --git a/sources/extra_files/app/bin/upgrade.sh b/sources/extra_files/main/bin/upgrade.sh similarity index 100% rename from sources/extra_files/app/bin/upgrade.sh rename to sources/extra_files/main/bin/upgrade.sh diff --git a/sources/patches/app-add-ldap-auth.patch b/sources/patches/main-add-ldap-auth.patch similarity index 100% rename from sources/patches/app-add-ldap-auth.patch rename to sources/patches/main-add-ldap-auth.patch