Piotr

Results 198 comments of Piotr

I think the 'give something back to user' would be solved if the stats plugin would be a part of the code Joomla update system - It's already built into...

Due to my current workload, not any time soon. The thing is that current module version uses heavily angular which has been dropped in cockpit-next in favor of Riot.js which...

I'd feel more comfortable if Import functionality would be a separate and independent module. It's quite complex and I think it deserves own repository, decoupled from Cockpit repo

In my opinion it makes sense to have built-in import functionality for JSON files previously exported from Cockpit-next or Cockpit where data structure is very similar. But for me personally...

@dmnk code helped me out: - `.htaccess`: ``` RewriteEngine on RewriteRule .* - [E=REDIRECT_REMOTE_USER:%{HTTP:Authorization},L] ``` - [`weave-utils.php`](https://github.com/balu-/FSyncMS/blob/master/weave_utils.php#L160) ``` PHP list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) = explode(':' , base64_decode(substr($_SERVER['REDIRECT_REMOTE_USER'], 6))); ``` I think there's...

I must confirm, sending data with `content-type: multipart/form-data` doesn't work, for two reasons: - The `content-type` header is passed over including `boundary` segment (which should be removed, as CURL is...

This error started to pop up after I've upgraded from v9.14.5 to v9.15.1. Occurs when using just API endpoints. From the stack trace it looks like the response is send...

I'm not sure, I can just say it happens on `/items/` but not on `/fields/` on localhost (I didn't check on live server). It showed up few times after I've...

Yes, I do I forgot to mention that; however browsers retrieves them from cache on subsequent requests

Could be. I'll try to see when exactly error happens when using the API.