-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.6.0-rc.2 [skip ci]
# [1.6.0-rc.2](v1.6.0-rc.1...v1.6.0-rc.2) (2022-06-30) ### Bug Fixes * Changes NGINX Content-Security-Policy configuration to allow data urls as image src and adds `data:` to the forbidden keywords. ([cedf240](cedf240)), closes [#862](#862) * Fixes an occasional `ConstraintViolationException` that can only be caused by parallel processing of multiple requests from the same IP. ([71c1c98](71c1c98)), closes [#828](#828) * HTTP status code is now set correctly for validation errors with JSON-RPC (400). Related to this, there is now a central place to handle exceptions with JSON-RPC and to configure the correct HTTP status code. ([e0b98f7](e0b98f7)), closes [#827](#827) * When checking incoming and entered data for possible attacks, case is now ignored for keywords. ([a378e58](a378e58)), closes [#864](#864) ### Features * In the `.env` (see `.env.sample`) now the configuration for the mail dispatch can be done. With this it is now possible to send notifications when new data has been transferred to the IRIS client (at the moment implemented for the data of an event). ([4310bd0](4310bd0)), closes [#557](#557) [#858](#858) * Users can now use two-factor authentication with time-based one-time password (TOTP). If it is enabled, a TOTP is expected and verified by a corresponding app after the conventional login. To set up the app, the user is displayed a QR code by IRIS. It is also possible for the admin to activate this mandatorily via environment variable. If a 2FA is expected but has not yet been finally configured for a user with a successful verification, the QR code is displayed after the successful conventional login and the verification is performed. ([03b915c](03b915c)), closes [iris-connect/iris-backlog#251](https://github.com/iris-connect/iris-backlog/issues/251) [#840](#840)
- Loading branch information
1 parent
cf59a38
commit 4537459
Showing
8 changed files
with
218 additions
and
218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ [email protected] | MIT | https://github.com/alexindigo/asynckit | |
[email protected] | MIT | https://github.com/axios/axios | ||
[email protected] | MIT | https://github.com/ljharb/call-bind | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-cfb | ||
chart.js@3.7.1 | MIT | https://github.com/chartjs/Chart.js | ||
chart.js@3.8.0 | MIT | https://github.com/chartjs/Chart.js | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-codepage | ||
[email protected] | MIT | https://github.com/felixge/node-combined-stream | ||
core-js@3.22.7 | MIT | https://github.com/zloirock/core-js | ||
core-js@3.23.3 | MIT | https://github.com/zloirock/core-js | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/js-crc32 | ||
[email protected].2 | MIT | https://github.com/iamkun/dayjs | ||
[email protected].3 | MIT | https://github.com/iamkun/dayjs | ||
[email protected] | MIT | https://github.com/TehShrike/deepmerge | ||
[email protected] | MIT | https://github.com/felixge/node-delayed-stream | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe | ||
|
@@ -24,15 +24,15 @@ [email protected] | MIT | https://github.com/Raynos/function-bind | |
[email protected] | MIT | https://github.com/ljharb/get-intrinsic | ||
[email protected] | MIT | https://github.com/inspect-js/has-symbols | ||
[email protected] | MIT | https://github.com/tarruda/has | ||
[email protected].1-POST-RELEASE | UNLICENSED | | ||
[email protected].2-POST-RELEASE | UNLICENSED | | ||
[email protected] | MIT | https://github.com/lodash/lodash | ||
[email protected] | MIT | https://github.com/jshttp/mime-db | ||
[email protected] | MIT | https://github.com/jshttp/mime-types | ||
[email protected] | MIT | https://github.com/inspect-js/object-inspect | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj | ||
qs@6.10.3 | BSD-3-Clause | https://github.com/ljharb/qs | ||
qs@6.11.0 | BSD-3-Clause | https://github.com/ljharb/qs | ||
[email protected] | MIT | https://github.com/robinvdvleuten/shvl | ||
[email protected] | MIT | https://github.com/ljharb/side-channel | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/ssf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters