pam: use a pam object method instead of pam module function
[cascardo/ipsilon.git] / ipsilon / providers / saml2 / admin.py
2015-10-14 Patrick UiterwijkAdd check for permissions on deleting a SAML2 Service...
2015-09-04 Rob CrittendenSP Portal administrative interface
2015-08-21 Patrick UiterwijkFix permission check on SP update
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Simo Sorcepylint 1.4.3 version fixes
2015-05-07 Rob CrittendenUse python logging in install / log cherrypy at right...
2015-05-05 Rob CrittendenDrop usage of self._debug and use self.debug instead
2015-04-10 Rob CrittendenThe last allowed/mapping rule can be removed in SPs
2015-04-10 Rob CrittendenAdd per-SP attribute mapping and allowed attributes
2015-04-10 Rob CrittendenPrint exceptions when saving data fails in admin UI
2015-04-02 Nathan KinderValidate SP names for admin pages and REST
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-12 Simo SorceUse indirection to report error strings
2014-10-07 Simo SorceAdd AdminPage abstraction on top of util.Page
2014-10-07 Simo SorceFix exposed functions
2014-09-24 Simo SorceAllow deferred initialization of providers
2014-08-27 Simo SorceRestore ability to run from checkout
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-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-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-03-28 Simo SorceSaml2 initial admin page