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: a4c6c06f351694ef5ab4325642a25ea0cfeb72dc (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
# 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).

## [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)