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

CHANGELOG.md - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 309d46684b20e2308bf2d4c882594d7872c477e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.0] - 2022-05-14
## Fixed
- Nextcloud 24 support
- Use v3 of the Kaspersky API 
- Fix Kaspersky handing of un-scannable files

## [3.2.2] - 2021-09-14
## Fixed
- Background scan detecting file scanned after an infected file as also infected.
- Don't scan chunks on upload.

## [3.2.1] - 2021-03-04
## Added
- Fix Kaspersky scan handling of some cases

## [3.2.0] - 2021-03-04
## Added
- NC22 support

## Fixed
- Translations
- Kaspersky scan result handling

## [3.1.2] - 2021-01-28
### Fixed
- Handle unscanned Kaspersky scans
- Translations

## [3.1.1] - 2020-12-21
### Added
- Override setting to not run the background job

## [3.1.0] - 2020-12-10
### Added
- Nextcloud 21 support

### Fixed
- Translations
- Update scan time of infected files as well
- Reset infection status between scans
- Chunked scanning for Kaspersky

## [3.0.0] - 2020-09-01
### Added
- Kaspersky support

### Fixed
- Translations
- Readme

### Removed
- Nextcloud 17 support

## [2.4.1] - 2020-05-18
### Added
- Support for Nextcloud 20
- Regular background scan of old files

## [2.3.0] - 2020-04-03
### Added
- Support for Nextcloud 19

### Changed
- Translations updated

## [2.2.0] - 2019-10-03
### Added
- Support for Nextcloud 18

### Changed
- Translations updated

### Fixed
- Scanning of files without owner throws an error

## [2.1.1] - 2019-05-23
### Fixed
- Scanning of outdated files

## [2.1.0] - 2019-05-07
### Changed
- Restructured the DB queries for better performance

## [2.0.2] - 2019-03-19
### Changed
- Increase to scanning 100 files in cli background job

## [2.0.1] - 2019-02-21
### Fixed
- Compatibility with updated streamwrappers

### Changed
- Translations

## [2.0.0] - 2018-11-27
### Added
- Support for NC16
- Support for NC15 stream writes

### Changed
- Translations
- Release mechanism to krankerl

### Removed
- < NC15 support

### Fixed
- Also properly scan shared folder upload


## [1.4.1] - 2018-10-30
### Fixed
- Respect max scan filesize in chunked upload [#99](https://github.com/nextcloud/files_antivirus/pull/99)

## [1.4.0] - 2018-10-24
### Added
- Added CHANGELOG.md

### Changed
- Minimum supported Nextcloud is 13
- Moved over to database migrations [#95](https://github.com/nextcloud/files_antivirus/pull/95)

### Fixed
- Postgres databases should no longer throw errors [#86](https://github.com/nextcloud/files_antivirus/issues/86)