Move some exceptions into provider.common
[cascardo/ipsilon.git] / ipsilon /
2014-10-24 Simo SorceMove some exceptions into provider.common
2014-10-24 Simo SorceFix storing info plugin status and order
2014-10-09 Simo SorceFix mod_auth_kerb based authentication
2014-10-07 Simo SorceAdd auto-auth requirement to all admin pages
2014-10-07 Simo SorceAdd AdminPage abstraction on top of util.Page
2014-10-07 Simo SorceAdd way to set default headers
2014-10-07 Simo SorceAdd pretty handler for 404
2014-10-07 Simo SorceFix exposed functions
2014-10-06 Simo SorceRedirect anonymous users away
2014-10-06 Simo SorceAdditional data store refactoring
2014-10-06 Simo SorceFix storing login plugin status and order
2014-10-06 Simo SorceMove wipe_data into Store() as reset_data
2014-10-06 Simo SorceDatabases must be configured in cherrypy.config
2014-10-06 Simo SorceMake Transaction code more robust
2014-10-06 Simo SorceFix transaction handling in providers
2014-10-06 Simo SorceFix login session's userdata acquisition
2014-09-24 Simo SorceAdd very simple LDAP authentication plugin
2014-09-24 Simo SorceUse transactions throughout the code
2014-09-24 Simo SorceAdd transactions support
2014-09-24 Simo SorceRefactor the data store a bit
2014-09-24 Simo SorceAdd abstraction class to handle cookies
2014-09-24 Simo SorceAdd Info providers Admin pages
2014-09-24 Simo SorceAdd support for returning user attributes
2014-09-24 Simo SorceAdd Info Provider plugin framework
2014-09-24 Simo SorceAdd error log facility to Log utility
2014-09-24 Simo SorceAdd proper ordering to login plugins config opts
2014-09-24 Simo SorceAllow plugins to determine config options order
2014-09-24 Simo SorceRemove service name from the form plugin
2014-09-24 Simo SorceUse helper cookie to remember the username
2014-09-24 Simo SorceCreate common form handler page
2014-09-24 Simo SorceRename form login page
2014-09-24 Simo SorceRemove unused option from the FAS login plugin
2014-09-24 Simo SorceCast db value to string before comparison
2014-09-24 Simo SorceAllow deferred initialization of providers
2014-09-24 Simo SorceDeclare admin attribute
2014-09-05 Patrick UiterwijkFix the check for hasattr(., 'admin')
2014-08-27 Simo SorceAdd FAS login plugin
2014-08-27 Simo SorceRestore ability to run from checkout
2014-08-27 Simo SorceMove user attribute storage into session functions
2014-08-27 Simo SorceUse new Log class everywhere
2014-08-27 Simo SorceAdd Log class that can be inherited from safely
2014-08-27 Simo SorcePrefer the 'form' login manager in ipa setups
2014-08-27 Simo SorceAdd External form auth plugin
2014-08-27 Simo SorceRework remote_login and remove protect decorator
2014-06-17 Simo SorceStrenghten default Security options in IDP
2014-06-17 Simo SorceFix non-'make test' installation
2014-06-06 Simo SorceAdd server install option to turn on debugging
2014-06-04 Simo SorceAdd basic testing infrastructure
2014-06-04 Simo SorceAdd test login module
2014-06-04 Simo SorceAdditional parametrization of template files
2014-06-04 Simo SorceDo not make directory unwritable
2014-06-04 Simo SorceAdd support for passing configuration profile
2014-06-04 Simo SorceAllow turning off security at install time
2014-06-04 Simo SorceAdd optional field to allow pasting the metadata
2014-05-29 Simo SorceIf krb is explicitly 'no' do not check for ipa
2014-05-29 Simo SorceFix typo
2014-05-20 Simo SorceFix handling of SP renames
2014-05-20 Simo SorceFix referer checks with escaped URLs
2014-05-20 Simo SorceFix E501 line too long errors
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-05-20 Simo SorceFix E713 with stricter pep8 error checker
2014-05-20 Simo SorceFix typo in selinux boolean name
2014-05-19 Simo SorceFix generation fo server's metadata file
2014-05-10 Nathan KinderFix broken login plugins order config handling
2014-05-07 Simo SorceAdd 500 Error handler for krb module
2014-05-07 Simo SorceRemind the user to restart HTTPD when done
2014-05-07 Simo SorceGive more user feedback around keytab issues
2014-05-02 Simo SorceAdd IPA helper for server install
2014-05-02 Simo SorceAdd Environment Helpers installer framework
2014-05-02 Simo SorceAlways use saml by default
2014-05-02 Simo SorceMake SELinux happy
2014-05-02 Simo SorceAvoid failing install if sessions directory exists
2014-05-02 Simo SorceEliminte stale locks
2014-05-02 Simo SorceFix typo in ipsilon-client-install
2014-04-21 Simo SorceMake it easy to install mutiple server instances
2014-04-21 Simo SorceMove templatized file creation to tools
2014-04-21 Simo SorceMove fixing files functionality to tools
2014-04-21 Simo SorceConvert all forms to use util.Page form support
2014-04-21 Simo SorceAdd New form helper to Page object
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 SorceAdd basic installation script with saml support
2014-04-11 Simo SorceAllow to set additional custom keys on services
2014-04-11 Simo SorceSimplify metadata add_service signature
2014-04-11 Simo SorceStore full path immediately
2014-04-11 Simo SorceIf no path is provided use current directory
2014-04-11 Simo SorceMove accessory functions to a generic tools module
2014-04-11 Simo SorceRename scripts and mark them as such
2014-04-11 Simo SorceAdd debug logging of lasso library
2014-04-11 Simo SorceReturn Idps metadata file on request
2014-04-11 Simo SorceFix generation of endopint URLs
2014-04-11 Simo SorceChange provider plugins registration and enablement
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 SorceAdd infrastructure to delete plugin data by id
2014-04-04 Simo SorceAdmin functions to add new Service Providers
next