cascardo/ipsilon.git
2014-04-04 Simo SorceAdd Service and Identity Provider abstraction
2014-04-04 Simo SorceAdd racefree way to add a new unique data point
2014-04-04 Simo SorceNo need to have a separate certificate file
2014-03-28 Simo SorceSaml2 initial admin page
2014-03-28 Simo SorceAdd generic support for IdP plugin admin pages
2014-03-28 Simo SorceBasic Identity providers plugin configuration
2014-03-28 Simo SorceRefactor provider plugins enablement
2014-03-28 Simo SorceRefactor login plugin enablement code
2014-03-28 Simo SorceAutomatically build configuration page menu
2014-03-28 Simo SorceAdd common way to add a subtree to a page
2014-03-26 Simo SorceMove login plugin configuration to its own module
2014-03-24 Simo SorceMove admin_protect to a more generic module
2014-03-24 Simo SorceImplement plugin ordering configuration
2014-03-21 Simo SorceAdd a default admin user at install time
2014-03-21 Simo SorceAdd way to save user preferences
2014-03-20 Simo SorceAdd install script and other spec file changes
2014-03-20 Simo SorceAdd PAM configuration code
2014-03-20 Simo SorceAdd Krb configuration code
2014-03-20 Simo SorceAdd way to add data to the global login config
2014-03-20 Simo SorceAdd saml2 configuration code
2014-03-20 Simo SorceAdd functions to wipe and save plugin config data
2014-03-20 Simo SorceSaml2 Metadata generator class
2014-03-20 Simo SorceSimple certificate generator class
2014-03-20 Simo SorceAdd user configuration option
2014-03-20 Simo SorceAdd hostname configuration option
2014-03-20 Simo SorceSilence cherrypy logging to the screen
2014-03-20 Simo SorceInstall default configuration files
2014-03-20 Simo SorceAdd logging and install/uninstall targets
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-20 Simo SorceFirst install script commit
2014-03-19 Simo SorceFix minor syntax issues in saml2 provider
2014-03-19 Simo SorceRemove unused import and fix syntax
2014-03-13 Simo SorceAdd sample spec file
2014-03-13 Simo SorceFix default and example paths
2014-03-13 Simo SorceFix install of data files.
2014-03-13 Simo SorceBetter handling of configuration file
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 SorceAdd way to save user data after login
2014-03-02 Simo SorceCreate a user facility in the session
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
2014-02-25 Simo SorceAdd way to tell if the session is anonymous
2014-02-25 Simo SorceAdd provider plugins loader
2014-02-25 Simo SorceUse cherrypy handlers to render error pages
2014-02-25 Simo SorceBetter session management at login
2014-02-25 Simo SorceImprove handing of session data
2014-02-25 Simo SorceAdd _debug facility to the Page class
2014-02-25 Simo SorceMove default template arguments to its own function
2014-02-25 Simo SorceLog available login managers
2014-02-25 Simo SorceFix master-admin template upper left corner href
2014-02-25 Simo SorceAdd initial design document
2014-02-17 Petr VobornikApply patternfly to administration pages
2014-02-17 Petr VobornikInitialize plugins in order defined in DB
2014-02-17 Petr VobornikKrb page
2014-02-17 Petr VobornikPAM page
2014-02-17 Petr VobornikLogin root page
2014-02-17 Petr VobornikUnauthorized page
2014-02-17 Petr VobornikRoot pages
2014-02-17 Petr VobornikMaster template
2014-02-17 Petr VobornikAdd images
2014-02-17 Petr VobornikRemove old CSS
2014-02-17 Petr VobornikRegenerate CSS
2014-02-17 Petr VobornikMake CSS from LESS
2014-02-17 Petr VobornikAdd own styles
2014-02-17 Petr VobornikAdd 3rd party Javascript libraries
2014-02-17 Petr VobornikAdd PatternFly files
2014-02-17 Petr VobornikAdd Boostrap files
2014-01-27 Simo SorceAdd help text to be shown on form based login page
2014-01-24 Simo SorceAdd infrastructure to configure server
2014-01-24 Simo SorceAdd sample apache configuration
2014-01-24 Simo SorceAdd Kerberos Negotiate auth plugin
2014-01-24 Simo SorceAdd sample pam based login plugin
2014-01-24 Simo SorceImplement login plugin infrastructure
2014-01-24 Simo SorceBetter infrastructure to load plugins
2014-01-24 Petr VobornikUse pep8 check
2014-01-24 Petr VobornikUse pylint check
2014-01-24 Simo SorceFix Imports
2014-01-24 Petr VobornikAdd missing packages
2014-01-24 Simo SorceRename the main executable to idpserver.py
2014-01-24 Petr VobornikFix __init__.py filename
2014-01-24 Simo SorceRename src package to ipsilon
2014-01-24 Petr VobornikAdd build to .gitignore
2013-12-19 Simo SorceMove template and user retrieval to page class
2013-12-19 Simo SorceAdd page class handler
2013-12-19 Simo SorceInitial user preferences infrastructure
2013-12-14 Simo SorceFix global and app configs
2013-12-14 Simo SorceFix settings
2013-12-14 Simo SorceAdd doc and examples to setup.py
2013-12-11 Simo SorceUse jinja2 as the templating system
2013-12-05 Simo SorceAdd Admin preferences system
2013-12-04 Simo SorceAdd example configuration
2013-12-04 Simo SorceAdd plugins loader
2013-12-03 Simo SorceInitial module