Skip to content

Tags: lexfork/ladon

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stable release (ory#121)

Signed-off-by: arekkas <[email protected]>

v0.8.10

Toggle v0.8.10's commit message
Add custom metadata to policies (ory#115)

Signed-off-by: Erik Pinders <[email protected]>

v0.8.9

Toggle v0.8.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixes logger for AuditLoggerInfo when none is provided (ory#109)

* Fix logger for AuditLoggerInfo when none is provided.

This commit fixes an issue with the AuditLoggerInfo structure where
a user may fail to provide a logger at the time the struct is instantiated.

The method logger() for the AuditLoggerInfo structure handles this case by
instantiating a default logger that logs to Stderr if no logger instance
is provided. The logger() method simply needs to be used, and this commit
adds that functionality.

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolves pagination issues (ory#99)

v0.8.7

Toggle v0.8.7's commit message
Adds Resource Contains Condition (ory#97)

Signed-off-by: David Karlsson <[email protected]>

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
vendor: Replaces glide with golang/dep (ory#92)

0.8.4

Toggle 0.8.4's commit message
Introduces AuditLogger (ory#91)

Closes ory#85

v0.8.5

Toggle v0.8.5's commit message
Introduces AuditLogger (ory#91)

Closes ory#85

v0.8.3

Toggle v0.8.3's commit message
sql: resolve error handling in sql manager (ory#84)

v0.8.2

Toggle v0.8.2's commit message
condition: added StringMatchCondition that checks if a given value ma…

…tches a regular expression (ory#79)

Signed-off-by: Olivier Deckers <[email protected]>