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

support storing attributes as \SAML2\XML\saml\Attribute objects #122

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2cba3c0
updated \SAML2\Assertion to use \SAML2\XML\saml\Attribute objects ins…
Sep 13, 2017
af4c8d3
Remove code intended for other PR
tvdijen May 22, 2018
764ed08
Fix namespaces
tvdijen May 22, 2018
bc6b063
Resolve some issues/conflichts
tvdijen Mar 8, 2019
1484c0c
Merge branch 'master' into feature-friendlynames
tvdijen Nov 6, 2019
e6caf92
Fix missing param
tvdijen Dec 12, 2019
fb57550
Resolve conflict
tvdijen Dec 13, 2019
0a806a6
Shorthand array
tvdijen Dec 13, 2019
f7dee5a
Fix unitialized vars
tvdijen Dec 13, 2019
ee5aa92
Fix implicit cast to string
tvdijen Dec 13, 2019
7a73a71
Fix accessing private properties
tvdijen Dec 13, 2019
dde142b
Several fixes
tvdijen Dec 13, 2019
ce3a4de
Fix tests
tvdijen Dec 13, 2019
cba702f
Undo unrelated change; it should not have ended up in this PR
tvdijen Dec 13, 2019
1764f86
Add missing typehints
tvdijen Dec 13, 2019
8ad00a5
RedundantConditionGivenDocblockType
tvdijen Dec 13, 2019
21efc49
Undo unrelated change
tvdijen Dec 13, 2019
25bd8d7
Only Attribute-objects are allowed in the attributes-array
tvdijen Dec 15, 2019
778968e
Pass NameID's directly as values for AttributeValue
tvdijen Dec 15, 2019
e92f28d
Explicitly cast value to string
tvdijen Dec 15, 2019
15c8915
No need to override types?
tvdijen Dec 15, 2019
a0f14dd
Address comments
tvdijen Dec 19, 2019
d43405f
allow assertion to use attribute objects and pass all tests with some…
dub357 Dec 19, 2019
9a028f1
ensure that Assertion can take attributes which aren't simple arrays …
dub357 Dec 20, 2019
a809a7e
changed Assertion comment to resolve branch conflict in pull request
dub357 Dec 20, 2019
aea3e83
Merge pull request #1 from dub357/feature-friendlynames
tvdijen Dec 20, 2019
c5655d5
Merge branch 'master' into feature-friendlynames
tvdijen Dec 20, 2019
d82a879
Fix InvalidReturnStatement
tvdijen Dec 20, 2019
38ffe3f
Fix InvalidNullableReturnType|NullableReturnStatement
tvdijen Dec 20, 2019
5839dfd
Fix MissingParamType
tvdijen Dec 20, 2019
ad48189
PSR-12
tvdijen Dec 20, 2019
b31d47b
Remove BC
tvdijen Dec 20, 2019
c4caed6
Remove BC
tvdijen Dec 20, 2019
464f0b1
Don't make any assumptions on NameFormat; it's perfectly legal to omi…
tvdijen Dec 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading