David Wallace
David Wallace
New setting in django-allauth, `SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX` with default `"oidc"`. It will affect instances that have enabled OpenID Connect providers, the callback URLs need to be adjusted with `/oidc/` if kept like...
Locally, I can't reproduce the failing e2e test. However, I think the FontAwesome icons might be missing now. In debug browser I see the error: > downloadable font: rejected by...
I've added the setting for allauth > 0.60.0 `SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX = ""`
Can we keep the node version updated as well? @jochenklar In `.nvmrc` it can be `lts/hydrogen` so that it stays on latest (v18) version.
the icons are still missing from the screenshot :/ https://github.com/rdmorganiser/rdmo/actions/runs/8557304508/artifacts/1385463186
think I've found this icons bug, it's in the generated `rdmo\management\static\management\css\management.css` and the `font-face` paths. ```css @font-face { font-family: 'FontAwesome'; src: url(../286b03bf4cbd3513f64f.eot?v=4.7.0); src: url(../286b03bf4cbd3513f64f.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../6d67cba9d29c7edeb12f.woff2?v=4.7.0) format('woff2'), url(../ec563203d3d7214eb3c8.woff?v=4.7.0) format('woff'), url(../e1b2a70250f70529242f.ttf?v=4.7.0)...
yeah, think it's ready now, icons are there, maybe @jochenklar wants to look one time over all the changes?
sure thanks @afuetterer! when these ESlint versions can be aligned now ;) I'll try with reopening the closed dependency PRs?
now the other npm dependencies like `[email protected]` don't yet support `[email protected]` . Now we are too much on bleeding edge with ESlint :p I've reset the branch back to the...
pre-commit needs to be updated again > > Test (Python: 3.12, DB: postgres): rdmo/core/tests/test_package_status.py#L48 > test_package_json_and_pre_commit_versions_match > > AssertionError: assert {'eslint': '8...ct': '18.3.1'} == {'eslint': '8...ct': '18.2.0'} > > Omitting...