All notable changes to this project will be documented in this file.
- Ignore files in appdata when counting unscanned files
- Remove direct link to the infected file in
Activity
- Add command to get background scanner status:
occ files_antvirus:status
- Add command to trigger the background scanner:
occ files_antivirus:background-scan
- Add command to manually scan a single file:
occ files_antivirus:scan
- Add command to mark a file as scanner or unscanned:
occ files_antivirus:mark
- Fix compatibility with php 7.4
- Support for Nextcloud 27
- Correctly call parent constructor in background job by @come-nc in #254
- Update version on master by @nickvergessen in #211
- Update master target versions by @nickvergessen in #210
- handle password protected files as 'scanned' in kaspersky by @icewind1991 in #214
- Add tests for kaspersky scanner by @icewind1991 in #215
- Optimize slow DB query by @SirTediousOfFoo in #213
- use v3 of the kaspersky http api by @icewind1991 in #216
- Support ICAP scanners by @icewind1991 in #224
- Update version on master by @nickvergessen in #229
- Update master target versions by @nickvergessen in #228
- Update phpunit config by @nickvergessen in #227
- psalm analysis and fixes by @icewind1991 in #218
- move from app.php to IBootstart by @icewind1991 in #233
- Handle encryption error by @CarlSchwan in #236
- Shutdown scanner when handling encryption error by @CarlSchwan in #240
- Update link to Kaspersky session timeout docs by @ChristophWurst in #241
- Nextcloud 24 support
- Use v3 of the Kaspersky API
- Fix Kaspersky handing of un-scannable files
- Background scan detecting file scanned after an infected file as also infected.
- Don't scan chunks on upload.
- Fix Kaspersky scan handling of some cases
- NC22 support
- Translations
- Kaspersky scan result handling
- Handle unscanned Kaspersky scans
- Translations
- Override setting to not run the background job
- Nextcloud 21 support
- Translations
- Update scan time of infected files as well
- Reset infection status between scans
- Chunked scanning for Kaspersky
- Kaspersky support
- Translations
- Readme
- Nextcloud 17 support
- Support for Nextcloud 20
- Regular background scan of old files
- Support for Nextcloud 19
- Translations updated
- Support for Nextcloud 18
- Translations updated
- Scanning of files without owner throws an error
- Scanning of outdated files
- Restructured the DB queries for better performance
- Increase to scanning 100 files in cli background job
- Compatibility with updated streamwrappers
- Translations
- Support for NC16
- Support for NC15 stream writes
- Translations
- Release mechanism to krankerl
- < NC15 support
- Also properly scan shared folder upload
- Respect max scan filesize in chunked upload #99
- Added CHANGELOG.md
- Minimum supported Nextcloud is 13
- Moved over to database migrations #95
- Postgres databases should no longer throw errors #86