- Jan 05, 2023
-
-
Tim van Dijen authored
-
- Jan 04, 2023
-
-
Stein Magne Bjørklund authored
- Import SimpleSAML\Session twice case warnings. - Remove other unused imports.
-
dependabot[bot] authored
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3 ) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Tim van Dijen authored
-
Stein Magne Bjørklund authored
* Remove unused imports * Extract child instruction and lower complexity
-
Tim van Dijen authored
Add extra optional header template. This allows people to add extra header-lines without needing to override the base.twig template completely by creating _head.twig with their own meta/css/... lines. If the template is missing nothing is added.
-
- Jan 03, 2023
-
-
Tim van Dijen authored
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
-
- Jan 01, 2023
-
-
Thijs Kinkhorst authored
-
- Dec 30, 2022
-
-
Stein Magne Bjorklund authored
-
- Dec 29, 2022
-
-
Patrick Radtke authored
* Fix return type * Change how static $sessionHandler assigned so psalm can detect it is no longer null.
-
Stein Magne Bjorklund authored
-
Thijs Kinkhorst authored
Closes: #1732
-
- Dec 23, 2022
-
-
ubiav authored
It appears that the custom auth classes (i.e. UserPassBase) were moved from the modules/core/lib to modules/core/src. Likewise, when creating a custom auth source, I found that the path in my module needs to match this path (e.g. modules/mymodule/src instead of modules/mymodule/lib). Updated documentation page to reflect the change.
-
Thijs Kinkhorst authored
-
Thijs Kinkhorst authored
This would encode all attributes sent by the IdP (or decode received by the SP) with base64. As far as I could deduce this is from the early days of federation, used nowhere anymore, no one came forward that did, but cannot get certainty. Best way to find out might just be to drop it. We can easily reinstate it if some use case does turn up. Note that the IdP can still perform this behaviour with the more generic attributeencodings feature.
-
- Dec 16, 2022
-
-
Thijs Kinkhorst authored
-
- Dec 13, 2022
-
-
Thijs Kinkhorst authored
-
- Dec 12, 2022
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 10, 2022
-
-
Patrick Radtke authored
-
- Dec 05, 2022
-
-
Patrick authored
-
- Nov 28, 2022
-
-
Thijs Kinkhorst authored
-
- Nov 23, 2022
-
-
Tim van Dijen authored
-
- Nov 22, 2022
-
-
Patrick authored
-
- Nov 18, 2022
-
-
Thijs Kinkhorst authored
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 ) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 16, 2022
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Nov 15, 2022
-
-
Tim van Dijen authored
* Change build-script to leverage composer archive * No longer include data/ cache/ and log/ directories. They don't belong in the install-dir * Remove unnecessary .gitkeep files * Merge config&config-templates and metadata&metadata-templates; templates renamed to .dist * Reduce git clone overhead * Throw an exception if datadir not set Co-authored-by:
Thijs Kinkhorst <thijs@kinkhorst.com>
-
- Nov 09, 2022
-
-
Tim van Dijen authored
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 ) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 29, 2022
-
-
Tim van Dijen authored
-
- Oct 27, 2022
- Oct 26, 2022
-
-
Thijs Kinkhorst authored
Storing this in each parsed entity has a significant performance impact. It was originally added in fe80b8ad for use by the 'aggregator' module, which is now replaced by the 'aggregator2' module which does not use this field.
-
Guy Halse authored
* entityID change affects saml:SP too * Generate exception for example entityID (SP) * Make entityId consistent with examples * Generate exception for example entityID (IdP) * Add some use-statements Co-authored-by:
Tim van Dijen <tvdijen@gmail.com>
-
Guy Halse authored
-