szaqal83
szaqal83
Do you mean modifying part of code in lightcase.js? I've done so and it works but when next release will be available I'll have to remember to do the same...
Proper callback should look like this: `protected function normalize_parameters( &$value, $key ) { // $key = self::urlencode_rfc3986( rawurldecode( $key ) ); // doesn't make any effect $value = self::urlencode_rfc3986( rawurldecode(...
Params order is fine, normalize_parameters is called here: /.../wp-content/plugins/rest-api-oauth1/lib/class-wp-rest-oauth1.php on line 672 `array_walk_recursive( $params, array( $this, 'normalize_parameters' ) );` according to PHP docs https://www.php.net/manual/en/function.array-walk-recursive.php: "Typically, callback takes on two parameters....
No you don't need to change order of params passed because there is only one param ($params is an array).
I think this is the preferred way now [https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/](url).
chmod doesn't work in my case because: `chmod 0777 ctest` results `Server doesn't support UNIX CIFS calls.` some similar [issue ](https://bugzilla.samba.org/show_bug.cgi?id=9124), [issue](https://bugzilla.samba.org/show_bug.cgi?id=5818), [issue ](https://zfsonlinux.topicbox.com/groups/zfs-discuss/T90c7bea80cf399bb/problem-with-extended-attributes-using-samba-in-operations-zfs-send-zfs-receive) were reported do smbcacls samba-tool, after...
My main test case Was changing ACLs for AD user home dir, but it also occures on generic shares, as I've mentioned before even smbcacls causes this behaviour, so I...
I'm using Debian 10 (64bit), PHP 8.0.1, libsmbclient 4.9.5. Steps to reproduce: 1. Create a simple share on Win10 or Win2012r2 2. Ensure that Inheritance is Enabled if not enable...
I've reported an issue here #237.