Releases: internetstandards/Internet.nl-dashboard-frontend
V5.1.0 - 18 november 2025
This is the frontend only, you also need the backend: https://github.com/internetstandards/Internet.nl-dashboard/
V5.1.0 - 18 november 2025
Intermediate and bugfix release to add CAA support. Due to a complex dependency upgrade, a few manual steps need to be
performed when installing this update. Please read the TWO upgrade instruction links below. Note that you need to update
the report format; otherwise your machine will go out of memory(!). This release requires postgresql 14, preferably 18.
Added
- Support for new CAA check #564
- All frontend calls are now documented in /data/docs, do not yet use this API until after the refactor to the Dutch governmental API standard https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/. #616
- Preliminary support for OIDC authentication #578
Changed
- Upgrade instructions for this version: internetstandards/Internet.nl-dashboard#607
- Improve the user creation form for administrators #551 #367
- Report format changed, perform upgrade instructions as mentioned here: internetstandards/Internet.nl-dashboard#588 #588
-
- Updated a series of dependencies, such as Django to 5.2 #563
-
- Unique constraints are enforced on scan policies
Bugfixes
- Fixed a redirecting issue after login #596
- Fixed an issue where a spreadsheet upload creating too many lists would fail #611
- Fixed an issue where scan tracking info was too long so scans would not register #613
- Fixed a missing translation #547
- Extend the result table to show all columns on TLS checks #603
- Fix XSS in scan monitor #618 (note that server headers prevented this from being exploited)
v5.0.0 - 28 april 2025
Added
- Subdomain suggestions using the CTLSSA tool (#434)
- Extensive installation guide, these quick instructions (#495)
- Added German, French, Portuguese, Czech and Danish translations via DeepL + translations warnings about imperfections
Changed
- Major javascript front-end rework to remove vulnerabilities and being able to stay up to date
- Various layout fixes to improve experience of the dashboard on mobile (#472)
- Reworked the translations to support AI translations
- Altered configuration to add improvements and regressions in the e-mail subject
A full overview of changes can be seen here: https://github.com/internetstandards/Internet.nl-dashboard/milestone/6?closed=1
v4.4.0
V4.4.0 - 22 july 2024
Maintenance release to reduce the amount of disk space used.
Changed
- Compression of reports, saving a lot of disk space
- Allow scanning of domains where the DNS server returns servfail
- Limit the number of domains in a GUI upload and redirect to spreadsheets
- Enforce passwords to be at least 16 characters
- Improve API request name (for scan tracking on API backends)
- Add progress bar to spreadsheet uploads
Bugfixes
- Fixed a transaction issue creating duplicate endpoints
v4.3.0
v4.2.4
v4.2.3
Bugfix release, which fixes the following:
- Use a single login flow, remove the login form from the site and change the login link to the correct login #352
- Fix a rendering issue in Safari on the front page and published report list which caused 100% column width for every column #473
- Fix routing to published reports so they can be viewed without being logged in #478
v4.2.2
Bugfix to display reports from prior versions properly.