Markus

Results 108 comments of Markus

Thanks for your explanation. I think I now understand why it doesn't work and AR cannot know how to associate an included record with an owner. Is there maybe a...

Thanks for the info! I somehow missed this while working on the code for this PR 🤔 I can confirm the existing code works with `:auto` and `:ignore` but is...

> I can update this PR to make this change instead. I went ahead an created #362 for such a change (and small refactoring).

Thanks for review and merging #362. This is solved then!

I guess I have the same problem: > /var/www/piwik/plugins/LoginLdap/Ldap/Client.php(96): Warning - ldap_bind(): Unable to bind to server: Inappropriate authentication - Matomo 4.13.3 - Please report this message in the Matomo...

It works for me, too (clients can authenticate etc.) but displays this warning at the top after every login, too. LDAP server logs this first: > BIND dn="" method=128 >...

> only way to kill it until now: > ps ax | grep spring | cut -f1 -d' ' | xargs kill `$ pkill spring` does the job for me...

I could make it working by going to system settings --> security and enabling "input monitoring" for the app. Maybe this permission should be requested by the app upon starting.

For reference here's the implementation detail in ntfy: https://docs.ntfy.sh/publish/#message-priority

> Currently I believe if you have the plugin enabled and assign "", you will get back nil, whereas with this change I think you will get back "" I...