Releases: silinternational/ssp-base
Releases · silinternational/ssp-base
Release 10.1.19
Fixed
- Update webauthn initiation button to match other 2SV pages #308
Full Changelog: 10.1.18...10.1.19
10.1.18
Fixed
- add ok button to start webauthn verification so user has a chance to select remember me
- Remove smartphone references
- move options to card actions so menu doesn't overflow and use raised button
Full Changelog: 10.1.17...10.1.18
Clear remember me from storage on submit and fix script path
Fixed
- to not override the http only cookie on subsequent visits clear remember me from localstorage on submit
- fix script path
Full Changelog: 10.1.16...10.1.17
Add desiredRememberMeState to local storage
Fix remember me checkbox by adding cookie
fix email masking
Fixed
- Fixed email masking to handle subdomains correctly
fix raw ISO dates on review page; allow code download on Edge
Fixed
- Directly call the
disableUnsupportedFeatures
andprettifyDates
functions in theDOMContentLoaded
listener instead of usingaddEventListener
on thebody
. - Enable printable code download on Edge.
What's Changed
Full Changelog: 10.1.12...10.1.13
10.1.12
What's Changed
- Fix WebAuthn prompt by @forevermatt in #298
Details
Fixed
- Avoid waiting for a 2nd on-load event before calling
verifyWebAuthn()
Changed (non-breaking)
- Revise "Try again" button's ID for clarity
- Use "Try again" button's ID during
offerRetry()
, too
Full Changelog: 10.1.11...10.1.12
bugfix
SimpleSAMLphp security patch
Security
- Update to SimpleSAMLphp version 2.2.4
Changed
- Changed Makefile target names and get dependencies with default target