Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-29Fix infectedStatus initializationCôme Chilliet
2022-09-29Add missing useCôme Chilliet
2022-09-29Fix initialisation of lastChunkCôme Chilliet
2022-09-29Fix typing and other small errorsCôme Chilliet
2022-09-29Fix status initialization problemsCôme Chilliet
2022-09-29Fix code styleCôme Chilliet
2022-09-29Move to OCP\BackgroundJob\TimedJobCôme Chilliet
2022-09-29Migrate away from deprecated interfaces and cleanup typingCôme Chilliet
2022-08-10Fix type of scan timeoutfix/scan-timeout-stringChristoph Wurst
2022-07-28Shutdown scanner when handling encryption errorCarl Schwan
2022-06-24Merge pull request #236 from nextcloud/fix/handle-encryption-errorsblizzz
2022-06-23Handle encryption errorfix/handle-encryption-errorsCarl Schwan
2022-05-25Fix wrong logger getting usedRobin Appelman
2022-04-19psalm analysis and fixespsalmRobin Appelman
2022-04-137.3 compatRobin Appelman
2022-04-13stricter typesRobin Appelman
2022-04-13make connect timeout and chunk size configurableRobin Appelman
2022-04-13make icap request headers a bit nicerRobin Appelman
2022-04-13add icap settings and testsRobin Appelman
2022-04-13typings for AppConfigRobin Appelman
2022-04-13chunked icapRobin Appelman
2022-04-13rework icap client to allow for streaming requestsRobin Appelman
2022-04-13basic icap scannerRobin Appelman
2021-12-17Revert "Add admin delegation support"Carl Schwan
2021-12-15use v3 of the kaspersky http apiRobin Appelman
2021-12-15fix outdated/unscanned logicRobin Appelman
2021-12-15Optimize slow DB queryPetar Ivanković Milošević
2021-12-13handle password protected files as 'scanned' in kasperskyRobin Appelman
2021-10-15Merge pull request #208 from nextcloud/work/admin-delegationCarl Schwan
2021-10-14Add admin delegation supportCarl Schwan
2021-08-24Handle unlimited file size properly in propfind plugin.Daniel Kesselberg
2021-08-24Add getter for getAvMaxFileSize to always return an integerDaniel Kesselberg
2021-08-24Merge pull request #201 from nextcloud/fix/noid/kaspersky-certificate-recursi...John Molakvoæ
2021-08-20Use strict comparisonRichard Steinmetz
2021-08-20ScannerFactory.getScanner should always return a fresh scanner instance.Daniel Kesselberg
2021-06-03Merge pull request #195 from nextcloud/github-ciRobin Appelman
2021-06-02run cs fixRobin Appelman
2021-03-16handle extra content after clean for kasperskyRobin Appelman
2021-02-17fix status handling of multi-block scansRobin Appelman
2021-01-13handle NON_SCANNED kaspersky resultRobin Appelman
2020-12-21Allow disabling the background scanRoeland Jago Douma
2020-12-10Merge pull request #170 from bpatath/fix_recurrent_scanningRoeland Jago Douma
2020-12-10Merge pull request #179 from nextcloud/kaspersky-chunked-scanRoeland Jago Douma
2020-12-09scan files in chunks when using kasperskyRobin Appelman
2020-09-24Reset infectedStatus when scanning new itembpatath
2020-09-24Update check-time of scanned files, even when infectedbpatath
2020-08-31test the connection to the av when saving settingsRobin Appelman
2020-08-31rename clamav backendsRobin Appelman
2020-08-31extract scanner interface and contruct using server containerRobin Appelman
2020-08-31intitial kaspersky backendRobin Appelman