Hi,
Using InfCloud 0.13.2.rc1 with Chrome, I can no longer add a photo.
Everything looks normal, until I save the entry. No errors are given but
the resultant entry has no photo.
When I modify (e.g. phone number) of an existing entry with a photo, the
photo disappears. The existing photo on the server was a png.
FireFox seems to have no problems with this.
Errors as shown bij the Chromium debugger:
GET data:image/jpeg;base64,, net::ERR_INVALID_URL data_process.js:6357
Maybe related to config.js:
var globalContactPhotoType='jpeg';
???
-- Johan
Hi. I'm desperately trying to get InfCloud working with Baïkal on a self
hosted Apache server.
>From reading through the mailing list I believe there are a number of
requirements to address:
1. Combing CardDAV & CalDAV on Baïkal as per:
https://www.inf-it.com/mlmmj/davclients/2015-01/0000032.html
2. Patching Baïkal as per:
https://www.inf-it.com/mlmmj/davclients/2014-02/0000014.html
3. Cross domain config for Baïkal vhost as per:
https://www.inf-it.com/infcloud/readme.txt
As far as I know, I've made all the changes as required. I've tried using
globalNetworkCheckSettings in both a cross domain and non cross domain
setup. The results are as follows:
Cross domain:
Login screen is presented. I enter the username / password. Nothing
happens. Browser console:
Info: [globalNetworkCheckSettings: '
http://dav.xxx.xxx/calcard.php/principals/']: crossDomain set to: 'true'
dav.xxx.xxx/calcard.php/principals/:1 PROPFIND
http://dav.xxx.xxx/calcard.php/principals/ 401 (Unauthorized)
Non cross domain:
Login screen is presented. I enter the username / password. The browsers
throws an "Authentication required" prompt. No matter what I enter, even if
it's a username / password that works with other clients) the prompt just
loops. Browser console:
Info: [globalNetworkCheckSettings: '
http://server.xxx.xxx/baikal/html/calcard.php/principals/']: crossDomain
set to: 'false'
If anyone can advise as to what I'm doing wrong, it would be very much
appreciated. If you need any more info, please let me know. Cheers.
Hi.
I'm wondering how to make InfCloud refresh the calendar.
I know that I've updated the calendar with another client,
but I don't know how to make InfCloud display the updates.
When I press F5 then I need to log in again which is unconvenient.
Cheers,
Tobi
It works for me. A PROPFIND on both calendar-home-set and
addressbook-home-set
On 01/22/2016 10:45 AM, Tobias Mueller wrote:
> Hi.
>
> On Fr, 2016-01-22 at 16:05 +0100, Ján Máté wrote:
>> - configuration - added globalEnableRefresh option which
>> enables/disables the new "refresh all resources" icon in the left
>> application menu (disabled by default)
> I've done that and I'm seeing the icon, but clicking it doesn't create
> a request hitting the DAV server. I couldn't spot anything in the
> browser's console. Is there a bug, still..?
>
> Cheers,
> Tobi
>
--
Kenneth Murchison
Principal Systems Software Engineeer
Carnegie Mellon University
A picture is said to say more than 1000 words, so how about a movie?
http://www.squirrel.nl/pub/xfer/uploads/3Cqk3qc6NxdsHDBuJqJ4F-Pg.mp4
As you can see I can move the event to the previous day, but it just jumps
back.
This is the event data:
BEGIN:VEVENT
CREATED:20160108T221506Z
LAST-MODIFIED:20160108T221634Z
DTSTAMP:20160108T221634Z
UID:de6p9q4k-rfmv-lr8e-uclb-ul6j2bsvokn9
SUMMARY:Inhalers vervangen✔
TRANSP:OPAQUE
CLASS:PUBLIC
RECURRENCE-ID;VALUE=DATE:20160108
DTSTART;VALUE=DATE:20160109
DTEND;VALUE=DATE:20160110
END:VEVENT
-- Johan
http://johan.vromans.org/seasons_greetings.html
Thank you for providing InfCloud to the community!
I have assigned Asia/Singapore as my timezone in config.js, and this is
also recognized in month/mweek/week/day-views.
But when I hover over the appointment or open an appointment the time is
shown un UTC.
For example : Appointment start 20:00 SGT is shown as 12:00 UTC, which
correct but inconvenient.
The appointments a coming from Outlook and 'synchronized'.
Appointments directly entered in InfCloud do not show this issue.
Is there a way to show the time using the correct timezone (i.e. 20:00 SGT
in above example) ?
Is there a way to show times in 24-hours format?
Thank you!