Pascal Rigaux

Results 8 issues of Pascal Rigaux

This limits the effects of request #12480. Rationale: there is no reason to completely discard some search results. Example: result for "Rigaux Pascal" (that matches our LDAP "cn") are discarded...

without this fix, there is a race and retrievePGTFromPGTIOU can fail (happened with session-file-store with option { retries: 0 })

### Description ##### The feature or problem addressed by this PR MDQ always uses sha1 entityId encoding, but some MDQ server only handle percent-encoding https://github.com/IdentityPython/SATOSA/issues/460 Then change allows to behave...

### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the existing...

## Code Version 8.4.0 ## Expected Behavior If the browser sends `Cookie: foo: bar boo; SATOSA...`, the cookie `foo` should be ignored. ## Current Behavior It fails with "Unknown error"...

## Code Version 8.4.0 (via docker) ## Expected Behavior With ``` sp_config: metadata: mdq: - url: https://mdq.federation.renater.fr/test ``` I expected requests `/test/entities/https%3A%2F%2Fidp-test.univ-paris1.fr` ## Current Behavior It did `/test/entities/%7Bsha1%7Dd75d16c821f38b1bf6e33dc3d4d44e542a9f6786` which is...

We would like to allow notifications 24h before a task "due date". Here is quite simple commit implementing this feature: https://github.com/kanboard/kanboard/commit/dfa789920749406bdfd60c3f77079830cd73f44d It adds 3 strings to translate. Here is the...

Implicitly nullable parameter declarations are deprecated in PHP 8.4. The proposed change is safe and is not considered by PHP as a signature change, see https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated NB: this pull-request recreates...