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

CHANGELOG.md - github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3be468baeee12cc0ee8e551c47bfd8d61700372 (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Changelog

All notable changes to this project will be documented in this file.

## 0.9.0

## Added

- Nextcloud version 20 support.
- Reworked UI with VueJS.
- Reworked REST interface.

## 0.8.0

### Added

- Nextcloud version 19 support.

## 0.7.1

### Fixed

- Fix deadlock during sync of notes via the Android Notes app by using post file hooks instead of storage wrapper with pre setup hook.

## 0.7.0

### Added

- Nextcloud version 18 support.

## 0.6.0

### Added

- Nextcloud version 17 support.

## 0.5.2

### Fixed

- Fix error of non-existing user session during propfind analysis e.g. calender public link.

## 0.5.1

### Fixed

- Fix out of memory error calculating standard deviation for large files.

## 0.5.0

### Added

- Nextcloud version 16 support.

## 0.4.3

### Fixed

- Fix undefined index: pathinfo(...)['extension']

## 0.4.2

### Added

- Nextcloud version 15 support.

### Fixed

- Fixed memory exhaustion with big files.

## 0.4.1

### Changed

- Changed name of the app in the readme and info.

### Fixed

- Fixed some minor bugs.

## 0.4.0

### Added

- Added more unit tests.

### Changed

- Simplified sequence classification and color coding.
- Improved code quality.
- Improved file corruption analysis.
- Extended list of file signatures.

### Fixed

- Fixed many minor bugs in the documentation, the code and the tests.

## 0.3.3

### Added

- Compatibility with Nextcloud 14.

### Changed

- Included Nextcloud 14 into testing.

### Fixed

- Fixed tests for PHPUnit 6.

## 0.3.2

### Changed

- Removed file name analyzer.
- Reworked file extension and file corruption analyzer.
- Simplify file classification and color coding.

### Fixed

- Variable types in the database.

## 0.3.0

### Added

- File storage scanner for post ransomware recovery.

### Fixed

- Table file name truncation.
- Table row view on devices with a small screen.
- Fixed some response status codes to reflect the actual response.

## 0.2.4

### Fixed

- Database table name is shortened.

## 0.2.2

### Added

- Initial release to the Nextcloud appstore.