michag86
michag86
The Changes from #336 seem to work: ``` # time occ files_antivirus:test | ts '[%Y-%m-%d %H:%M:%S]' [2024-05-24 06:15:32] Scanning regular text: ✓ [2024-05-24 06:15:32] Scanning EICAR test file: ✓ [2024-05-24...
Here are the relevant configurations: ``` # occ config:list files_antivirus { "apps": { "files_antivirus": { "av_host": "127.0.0.1", "av_icap_mode": "respmod", "av_icap_request_service": "scan", "av_icap_response_header": "X-Infection-Found", "av_icap_tls": "0", "av_infected_action": "delete", "av_max_file_size": "-1", "av_mode":...
The occ files_antivirus:test looks good as written above, but I noticed, that there are errors in the nextcloud.log, when cron.php is running: ``` {"reqId":"VfvQcoU5BarZTx4Qt0oF","level":3,"time":"2024-05-29T06:45:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"fwrite(): Send of 532490 bytes failed with...
I've updated to the latest version (1.0.3) and cannot find this in my nextcloud instance (14.0.3).
Same for me. Works again after Downgrade to collabora/code:24.04.11.3.1. Same issue with: collabora/code:24.04.12.4.1
I've tested running `occ richdocuments:convert-bigint`. It only shows `All tables already up to date!` ~~But after upgrading to the latest collabora version 24.04.13.3 I cannot reproduce the problem.~~ Problem still...
I removed all unsigned attributes on the oc_richdocuments_wopi table except id and expiry: ``` ALTER TABLE oc_richdocuments_wopi MODIFY COLUMN fileid BIGINT(20); ALTER TABLE oc_richdocuments_wopi MODIFY COLUMN version BIGINT(20); ALTER TABLE...
Hi, is there anything to do, to get this merged? Kind regards, Michael
@geerlingguy is there anything to do, to get this merged?
I'm just waiting for feedback to get this merged.