Skip to content
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

v3.7.1 #1468

Merged
merged 54 commits into from
Jan 11, 2025
Merged

v3.7.1 #1468

merged 54 commits into from
Jan 11, 2025

Conversation

gantoine
Copy link
Member

No description provided.

gantoine and others added 30 commits January 1, 2025 13:35
[ROMM-1414] Env var to disable user/pass login button
There is a bug in the npm cli such that this does not always happens.
The changes were made with https://github.com/jeslie0/npm-lockfile-fix
[ROMM-1432] Make neogeo aes and mvs games playable in emulatorjs
[ROMM-1431] Allow downloading .3DS files with QR code
Remove SASS library from frontend
Use `authlib` util `get_well_known_url` to get the well-known URL for
the OIDC server metadata. This will ensure that the URL is correctly
formatted and does not fail when the OIDC server application URL has a
trailing slash.

Fixes #1430.
fix: Add german language to selector
ci: fix escaping of strings in jq command
…ailing-slash

fix: Do not fail when OIDC server application URL has a trailing slash
Fix `json_array_contains_value` function to use the `@>` operator for
checking if a JSON array contains a value in PostgreSQL. This is
necessary because the `has_key` function only works for string values.

Also, remove `get_rom_collections` method, as it was doing the same
thing as `get_collections_by_rom_id`.

Fixes #1441.
This simplifies avoiding circular imports when trying to use auth
handlers.
fix: Use proper JSON contains function for PostgreSQL
misc: Move auth constants to separate file
The OIDC email verified check now fails if the email is explicitly
unverified, or if the `email_verified` claim is supported and the email
is not explicitly verified.

Previously, the OIDC implementation failed for any OIDC provider that
did not include the `email_verified` claim in the userinfo response.
Providers like Synology do not include this claim, so the check always
failed with error "Email is not verified."

I haven't found a formal specification for the `email_verified` claim,
and how it should be handled, but this implementation should be more
robust and work with more OIDC providers.

Fixes #1446.
adamantike and others added 24 commits January 9, 2025 01:48
…-check

fix: Improve OIDC email verified check
[ROMM-1452] Mark naive datetimes as UTC
[ROMM-1447] Add revision to formatTitle for version switcher
[ROMM-1431] Revert adding .3ds to valid FBI files
[ROMM-1442] Add OIDC_TLS_CACERTFILE path to mounted certfile
[ROMM-1427] Add option to remove game from continue playing
[ROMM-1335] Check for webGL when testing emulatorjs supported
[ROMM-1433] Rework columns in table view
Copy link

github-actions bot commented Jan 11, 2025

Test Results

93 tests   93 ✅  29s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit ddb51f6.

♻️ This comment has been updated with latest results.

@gantoine gantoine merged commit 2e2707a into release Jan 11, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants