This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
-
QNAP_Stephane
- Experience counts
- Posts: 3918
- Joined: Wed Mar 27, 2013 1:00 am
Post
by QNAP_Stephane » Sat Oct 19, 2019 12:11 am
Code: Select all
$contentType = $propFind->get('{DAV:}getcontenttype');
list($part) = explode(';', $contentType);
list($part) = explode(';', $contentType ?: '');
modifcation done in 0.6.0.1
--------------------------------------------------------------------------
QnapClub AppCenter -
https://www.qnapclub.eu--------------------------------------------------------------------------
-
QNAP_Stephane
- Experience counts
- Posts: 3918
- Joined: Wed Mar 27, 2013 1:00 am
Post
by QNAP_Stephane » Wed Jun 03, 2020 4:50 pm
With the 0.7.0 release, our configuration format was updated to use YAML files. You need to go through the installer again but we pre-fill most values with the ones from your old installation. We recommend that you make a full backup of your data, as a safety measure. Starting with 0.7.0, Baikal stores data in both the Specific and the config folders. Keep this in mind when upgrading!
Code: Select all
New configuration format
Added support for php 7.4
REMOVED support for php 7.0
Shows event count per calendar
Shows contact count per address book
Ships with sabre/dav 4.1.0
--------------------------------------------------------------------------
QnapClub AppCenter -
https://www.qnapclub.eu--------------------------------------------------------------------------
-
pistukk
- First post
- Posts: 1
- Joined: Sun Jun 14, 2020 11:51 pm
Post
by pistukk » Sun Jun 14, 2020 11:56 pm
hi can someone explain me how i can use this program, i have install the server in my qnap but i'm not able to do this functioning thanks
-
presenceofmind
- Know my way around
- Posts: 166
- Joined: Thu May 26, 2016 3:05 pm
Post
by presenceofmind » Tue Nov 17, 2020 8:53 pm
Hello QNAP_Stephane,
Ive noticed 3 diferent baikal on the website. Whats the diference?
Others require apache 73 and 74 installed? Is there any benefit?
Cheers
-
QNAP_Stephane
- Experience counts
- Posts: 3918
- Joined: Wed Mar 27, 2013 1:00 am
Post
by QNAP_Stephane » Tue Nov 17, 2020 9:05 pm
cant really says if it perform better with Apache7x or with the embedded NAS Apache
the Apache7x has the latest libraries and PEAR Extension
--------------------------------------------------------------------------
QnapClub AppCenter -
https://www.qnapclub.eu--------------------------------------------------------------------------