mokraemer

Results 48 comments of mokraemer

see bug #278 I can confirm changing anything on the token of the endpoint (url encoding) will let the request fail. E.g. in our case "%2b" was decoded to "+"...

Make sure to base64 encode the string and decode it just before sending! Some libs make an url_decode and reencode the token, so %2f becomes %2F which is correct, but...

I would say "yes". If I use our patched version (https://static.qmsystems.de/js/lib/croppie.js), I can't reproduce the issues I see with the original lib. Since this is the first time I use...

yes, no one wants to merge...

do you have plans to support ZTS builds? I think it is a very common way to build php.

@lab-at-nohl how did you manage to get those notifications. In my setup tine does not send notifications for invited people. No error,... Sending mails via the configured user account works....

In general: The same holds for Outlook. If anything went wrong during adding an event (e.g. php error), Outlook retriggers this event as soon as the sync event returns. In...

why is it needed to call exec? use pcntl_fork instead to fork an instance instead of starting new instances!

You're right. I've overlooked that. But still, this is really no good code: ``` exec(PHP_BINARY . ' -d include_path=' . escapeshellarg(get_include_path()) . ' ' . $this->_tineExecutable . ' --method Tinebase.executeQueueJob...

any further more all data in database was cleaned!!!! I just wanted to uninstall an plugin and the result is a full restore :(