fortiko
fortiko
This one prevents multiple instances of the maldet service from running at the same time, plus some tweaks (PID etc). Feel free to include: ``` #!/bin/sh # # maldet Maldet...
@mwedmark I have added some very small changes that allow the EasyFlash EF tools to be compiled on current versions of macOS and Apple Silicon that @KimJorgensen has incorporate in...
@KimJorgensen @mwedmark I think with the fixes in https://github.com/KimJorgensen/KungFuFlash/issues/165 we can close this as well? Not sure about providing binaries?
Hello: as far as I can see, tasks/reminders/todos is already implemented. Are you talking about "Notes" perhaps? I addressed this in https://github.com/fmbiete/Z-Push-contrib/issues/65 Basically, the best would be to use the...
You are right, this is based on adding "evolutionPerson" to OpenLDAP and works just fine. Please consider including it in "head", even only optionally. It would be of great value...
I have now perfected the mapping: any possible field (photo, 3 emails, 12 phone numbers, phonetic first & last names, birthday, anniversay, assistant, manager, spouse, ...) available on iOS now...
``` diff --git a/backend/ldap.php b/backend/ldap.php index 9bdb878..d3253b3 100644 --- a/backend/ldap.php +++ b/backend/ldap.php @@ -117,7 +117,8 @@ class BackendLDAP extends BackendDiff { ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendLDAP->GetMessageList('%s','%s')", $folderid, $cutoffdate)); $cutoff = date("YmdHis\Z", $cutoffdate); -...
With DAViCal, tasks and appointments work if the corresponding "collections" exist on the caldav server: ``` SYNC_FOLDER_TYPE_TASK => 'c', SYNC_FOLDER_TYPE_APPOINTMENT => 'c', SYNC_FOLDER_TYPE_USER_APPOINTMENT => 'c', SYNC_FOLDER_TYPE_USER_TASK => 'c', ```
Just to confirm, this is still an issue. Happened the first time to me after an upgrade via Homebrew, previous upgrades worked just fine. Upgraded to 1.5.4 and now I...
Reverting via installing the original 1.5.3 PKG fixes it, even without rebooting. Happy to help with logs to get to the bottom of this.