From dd9e7294e20c0550c74f21e3332e58dc5fcb9411 Mon Sep 17 00:00:00 2001 From: anmol Date: Tue, 17 Nov 2020 04:44:21 +0530 Subject: [PATCH 1/2] Upgraded to version 5.0.2 --- README.md | 4 ++-- check_process | 2 +- conf/app.src | 4 ++-- conf/app_addons.src | 4 ++-- manifest.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dabd4098..f536b0c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hubzilla for YunoHost -[![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://dash.yunohost.org/appci/app/hubzilla) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://dash.yunohost.org/appci/app/hubzilla) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.maintain.svg) [![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hubzilla) > *This package allow you to install Hubzilla quickly and simply on a YunoHost server. @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview [Hubzilla](https://hub.libranet.de/directory?f=&global=1&pubforums=1) is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication. What this all means for you: **less drama**. -**Shipped version:** 5.0.1 +**Shipped version:** 5.0.2 ## Screenshots diff --git a/check_process b/check_process index 1ba8a5ce..99726355 100644 --- a/check_process +++ b/check_process @@ -16,7 +16,7 @@ setup_private=0 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + upgrade=1 from_commit=ef50ba8e42f55190f358fccc51a99c86ef77e971 backup_restore=1 multi_instance=1 incorrect_path=1 diff --git a/conf/app.src b/conf/app.src index 352212dd..67d8e81f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.1/core-5.0.1.tar.gz -SOURCE_SUM=01be787c957d4d115b64bccd2ab4b958a206c27726456cc76e474373ad9f5ae3 +SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.2/core-5.0.2.tar.gz +SOURCE_SUM=b46754f68021d0ceb253720a092bb4500a61f6053899fa108e40988c5689f539 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/conf/app_addons.src b/conf/app_addons.src index 99b43496..ac46c101 100644 --- a/conf/app_addons.src +++ b/conf/app_addons.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.1/addons-5.0.1.tar.gz -SOURCE_SUM=192c02fcd4ead32e0a1e00884c593d962a1339719e3fb24071693efc66d0c685 +SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.2/addons-5.0.2.tar.gz +SOURCE_SUM=17b6fb3b1ab311129c4eb55f9188de89ea464798935bb24f74e778e691d410d1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/manifest.json b/manifest.json index 90771692..7dff4002 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://zotlabs.org/page/hubzilla/hubzilla-project", "license": "MIT", - "version": "5.0.1~ynh1", + "version": "5.0.2~ynh1", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" From 9f9f1398ac6edb4ded8a97883070a4de235b3943 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Thu, 19 Nov 2020 14:08:20 +0530 Subject: [PATCH 2/2] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f536b0c1..86a0a23c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Hubzilla for YunoHost [![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://dash.yunohost.org/appci/app/hubzilla) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.maintain.svg) + [![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hubzilla) > *This package allow you to install Hubzilla quickly and simply on a YunoHost server. @@ -20,7 +21,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to - [X] Multi-instance - [X] Adeed php.log in the root folder for debugging PHP, with logrotate applied on it (can be accesssed by **admin->logs** and entering the **php.log**). - [X] Fail2Ban -- [X] Choose between **Mysql** and **PostgreSQL** database to be used for the Hubzilla while installation. +- [X] Option to choose between **Mysql** and **PostgreSQL** for the Hubzilla ## Installation Before installing, read the [Hubzilla installation instructions](https://framagit.org/hubzilla/core/blob/master/install/INSTALL.txt) for important information about: @@ -34,7 +35,7 @@ Before installing, read the [Hubzilla installation instructions](https://framagi - **For normal YunoHost users**: Normal LDAP users can login through LDAP authentication and create there channels. -- **Failing to get admin rights**: If the admin cannot access the admin settings at `https://hubzilla.example.com/admin` or you want to grant admin rights to any other user(s) on the hub, then you have to **manually add 4096** to the **account_roles** under **accounts** for that user in the **database through phpMyAdmin**. +- **Failing to get admin rights**: If the admin cannot access the admin settings at `https://hubzilla.example.com/admin` then you have to **manually add 4096** to the **account_roles** under **accounts** for that user in the **database through phpMyAdmin**. - **For logs**: Go to **admin->logs** and enter the file name **php.log**.