Paul Ryan

Results 49 comments of Paul Ryan

Aloha, I just tested applying the patch from https://github.com/Automattic/mongoose/commit/875d681b06549a78215ef1543274517e52895dbd and restarted via `pm2 restart all`. Exports now appear to be working.

I think you said `--skip-columns=guid`, but that's the column with `from.com`. So it's doing what you told it to. :)

We're seeing this behavior also after an update to snapd 2.57.6 from EPEL7. Please let us know if you see any progress on bugzilla!

`snapd-2.57.6-1.el7` but you are correct `snapd-2.57.6-2.el7` resolves the issue. Our local EPEL repo was a little outdated, thanks @alexzorin for letting us know about the new version!

Aloha @falcon-git, Replying here with @KirkJohnson: > 1. Is the core change necessary? You're right, in order to use the correct verb URIs for some of the video verbs, we...

Here's that change mentioned in (1) above for reference: https://github.com/uhm-coe/h5p-php-library/commit/d71ed1afdc86f81a8af2b93e693efaba2b3e6fe1

This seems reasonable and we do have an issue set up to track creating a UI for custom role mappings, but so far little time to dedicate to it: https://github.com/uhm-coe/authorizer/issues/75...

Is your CAS server configured for SLO (Single Logout)? https://apereo.github.io/cas/7.0.x/installation/Logout-Single-Signout.html#single-logout-slo If so, we can work on responding to that event notification. Our institution has it disabled so we never built...

I think this makes sense and can be merged into work on a UI for mapping CAS attributes to roles: https://github.com/uhm-coe/authorizer/issues/75 This is currently possible by using filter hooks (`authorizer_custom_role`)...

We'll look into it! We're using a few different oauth2 backends (azure, github, generic), so it might be a bit different for each of them. Which specific one are you...