-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Backup code download with quotes in translations #494
Commits on Nov 9, 2022
-
Fully encode the Backup codes contents for use within a data: uri. Th…
…is is needed in the event response.data.i18n.title contains a quote or other similar character.
Configuration menu - View commit details
-
Copy full SHA for 0799971 - Browse repository at this point
Copy the full SHA 0799971View commit details -
Remove HTML escaping from string that's used within JS - We don't wan…
…t this to be HTML encoded as it's presented within a plaintext file.
Configuration menu - View commit details
-
Copy full SHA for 112d3f9 - Browse repository at this point
Copy the full SHA 112d3f9View commit details
Commits on Nov 11, 2022
-
Move the interpolation of the site domain from Javascript to PHP. Thi…
…s switches from using the domain, to the home url.
Configuration menu - View commit details
-
Copy full SHA for 0579a0b - Browse repository at this point
Copy the full SHA 0579a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da96ff - Browse repository at this point
Copy the full SHA 7da96ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c7cff - Browse repository at this point
Copy the full SHA 67c7cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b066a7 - Browse repository at this point
Copy the full SHA 8b066a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f4cee - Browse repository at this point
Copy the full SHA 13f4ceeView commit details -
Remove the usage of filter_input() within Two_Factor_Backup_Codes::aj…
…ax_generate_json() to allow it to be unit testable.
Configuration menu - View commit details
-
Copy full SHA for 16ecbd7 - Browse repository at this point
Copy the full SHA 16ecbd7View commit details -
Tests: Add tests that confirm an unauthorized user cannot generate co…
…des for another, but that an Administrator can, and that the codes are only usable by the correct user.
Configuration menu - View commit details
-
Copy full SHA for 7c0a548 - Browse repository at this point
Copy the full SHA 7c0a548View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b315cf9 - Browse repository at this point
Copy the full SHA b315cf9View commit details -
assertFalse() before assertTrue(), as upon success
validate_code()
……will delete the code. This shouldn't have affected the test, as `$current_user` and `$user` should not match, but for safety..
Configuration menu - View commit details
-
Copy full SHA for 4a40268 - Browse repository at this point
Copy the full SHA 4a40268View commit details