index
:
xlgmokha/saml-kit.git
main
SAML 2.0 SDK for Ruby
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
saml
/
kit
/
document.rb
Age
Commit message (
Collapse
)
Author
2025-03-26
feat: add lookup for Assertion
mo khan
2022-03-30
feat: drop ruby 2.5 and 2.6
v1.3.0
mo khan
fix: upgrade to Ruby 2.7+ *args syntax. * https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ fix: resolve deprecation warnings * https://github.com/rails/rails/pull/32313
2021-02-04
Upgrade gems
mo khan
* chore: do not ignore audit errors * chore: upgrade gems/cops * feat: drop support for Ruby 2.4 * feat: update xml-kit and loosen constraint * fix: replace errors << deprecated syntax
2018-09-23
fix lint errors
mo
2018-09-17
make assertion inherit from document.
mo
2018-03-17
extact constant and use hash.
mo
2018-03-16
extract xml parseable.
mo
2018-03-16
move xsd constants to xsd_validatable.
mo
2018-03-16
fix some rubocop errors.
mo
2018-03-10
fix reek warnings.
mo
2018-03-10
fix some reek warnings.
mo
2018-03-06
fix rubocop errors.
mo
2018-03-04
make name public.
mo
2018-03-03
generate authnrequest without nameidpolicy.
mo
2018-02-25
frozen_string_literal.
mo
2018-02-25
parse expected type with xpath.
mo
2018-02-25
remove unused method.
mo
2018-02-25
use nokogiri.
mo
2018-02-25
use nokogiri to parse version attribute.
mo
2018-02-25
start from current node.
mo
2018-02-25
use xpath instead of hash lookup.
mo
2018-02-25
xpath to parse document ID
mo
2018-02-16
rubocop:auto_correct
mo
2018-02-15
delegate to signature class for signature validation.
mo
2018-02-15
use nokogiri instead of xml hash.
mo
2018-02-15
mark new methods as private api.
mo
2018-02-15
validate individual signatures.
mo
2018-02-12
provide a way to see if an individual signature is invalid.
mo
2017-12-28
rename Xml -> Document.
mo
2017-12-28
extract variable.
mo
2017-12-26
move fingerprint, certificate, xml to xml-kit.
mo
2017-12-23
case -> hash lookup.
mo
2017-12-23
add error handing for invalid docs.
mo
2017-12-23
remove condition that cannot evaluate.
mo
2017-12-23
lazy load xml hash.
mo
2017-12-19
document Document and Fingerprint.
mo
2017-12-15
allow passing config down.
mo
2017-12-15
merge assertion errors into response.
mo
2017-12-14
fix a few broken specs.
mo
2017-11-30
use the .build api.
mo
2017-11-30
provide .build api for clients.
mo
2017-11-24
display the authentication request.
mo
2017-11-21
parse the signature and certificate from a Response.
mo
2017-11-17
push up issue_instant.
mo
2017-11-17
push up id validation.
mo
2017-11-17
push up version validation.
mo
2017-11-17
delegate to expected_type?
mo
2017-11-17
push up matches_xsd
mo
2017-11-17
push up validates_prescence_of
mo
2017-11-17
remove query_string_parameter from base class.
mo
[next]