Add uninstallation support.
[cascardo/ipsilon.git] / ipsilon / providers / saml2 /
2015-02-24 Simo SorceAdd support for attribute policies in samlidp
2015-02-24 Simo SorcePrefix userdata hives with _ to avoid conflicts
2015-02-13 Rob CrittendenImplement Single Logout Service for SP-initiated logout
2015-02-13 Rob CrittendenAdd SAML-specific session data for tracking login/logou...
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-12 Simo SorceUse indirection to report error strings
2014-10-24 Patrick UiterwijkShow login target on the login screen
2014-10-24 Simo SorceAdd attribute mapping for user information
2014-10-24 Simo SorceMove some exceptions into provider.common
2014-10-07 Simo SorceAdd AdminPage abstraction on top of util.Page
2014-10-07 Simo SorceFix exposed functions
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAdd support for returning user attributes
2014-09-24 Simo SorceAllow deferred initialization of providers
2014-08-27 Simo SorceRestore ability to run from checkout
2014-08-27 Simo SorceUse new Log class everywhere
2014-06-04 Simo SorceAdd optional field to allow pasting the metadata
2014-05-20 Simo SorceFix handling of SP renames
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-04-21 Simo SorceConvert all forms to use util.Page form support
2014-04-18 Simo SorceFix warning
2014-04-16 Simo SorceFix NameId exception
2014-04-14 Simo SorceAdd nameid values validation
2014-04-14 Simo SorceRefactor argument validation for SP forms
2014-04-11 Simo SorceValidate Service Provider names
2014-04-11 Simo SorceMove accessory functions to a generic tools module
2014-04-11 Simo SorceAdd explicit error for Unknown Providers
2014-04-04 Simo SorceProperly support rename operation
2014-04-04 Simo SorceAdmin functions to delete Service Providers
2014-04-04 Simo SorceAdmin functions to add new Service Providers
2014-04-04 Simo SorceAdmin classes to change SP properties
2014-04-04 Simo SorceProviders can save properties back to the database
2014-04-04 Simo SorceAdd Service and Identity Provider abstraction
2014-03-28 Simo SorceSaml2 initial admin page
2014-03-20 Simo SorceSaml2 Metadata generator class
2014-03-20 Simo SorceSimple certificate generator class
2014-03-19 Simo SorceFix minor syntax issues in saml2 provider
2014-03-03 Simo SorceImprove exceptions for saml2 providers
2014-03-03 Simo SorceAdd ability to strip domain/realm per provider
2014-03-02 Simo SorceUnsplit checking functions
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceAdd way to return Kerberos nameid if available
2014-03-02 Simo SorceCheck the NameID policy during authentication
2014-02-27 Simo SorceAdd Service Provider class
2014-02-26 Simo SorceAdd authentication exception support
2014-02-25 Simo SorceInitial SAML2 provider