File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
66## v0.7.14 (Derelict Dermodactylus)
77### Fixed
88* ** [ SECURITY] ** Fixes an XSS vulnerability when performing certain actions in the file manager.
9+ * ** [ SECURITY] ** Attempting to login as a user who has 2FA enabled will no longer request the 2FA token before validating
10+ that their password is correct. This closes a user existence leak that would expose that an account exists if
11+ it had 2FA enabled.
912
1013### Changed
1114* Support for setting a node to listen on ports lower than 1024.
15+ * QR code URLs are now generated without the use of an external library to reduce the dependency tree.
1216* Regenerated database passwords now respect the same settings that were used when initially created.
1317* Cleaned up 2FA QR code generation to use a more up-to-date library and API.
1418* Console charts now properly start at 0 and scale based on server configuration. No more crazy spikes that
You can’t perform that action at this time.
0 commit comments