Michał

Results 12 comments of Michał

After over a year, there is still the same problem with the ubuntu distributed webhook (v. 2.6.9)... So far, the best solution I found is to install it via the...

@shawnz That's correct. config: ``` "match": { "type": "payload-hmac-sha256", "secret": "****", "parameter": { "source": "header", "name": "X-Hub-Signature-256" } } ``` I'm on Ubuntu 20.04.3 LTS While using webhook from snapd...

Hi @apellegr06 I do not use the cURL command, I have configured Webhooks directly in GitHub. You only have to change "Payload URL" and "Content type".

The same issue: https://github.com/softwareloop/uploader-plus/issues/134

@douglascrp I've just tested the 1.8 version, and the bug It is still present in the Firefox 106.0.5. I debugged a bit, I think it is connected with the `_spawnUploads()`...

In the Alfresco's *dnd-upload.js* I have changed `var fileId = "file" + i;` to `var fileId = "file" + i + "_" + Date.now();` and it seems to work. Can...

Hello, I seem to have very similar problem on Alfresco Community 6.1.1. I cannot extract data The query: ``` { "query":{ "query":"(((TYPE:\"cm:content\") OR (TYPE:\"cm:folder\")) AND NOT (TYPE:\"cm:systemfolder\") AND (@cm:modified:[\"2001-01-01T00:00:00.000Z\" TO...

Well.. I executed it via Alfresco API Explorer (the one based on Swagger) and it's not working.

Alfresco Community 6.1.1. Is the Alflytics compatible only with the paid version of Alfresco?

That's exactly what i did - in addition to modyfing `checkForSkipCondition()` method, I also customalized shared page to use different URL (always *document-details* page) But the question is, do we...