Make it possible to use PluginLoader without store
[cascardo/ipsilon.git] / ipsilon / util /
2015-09-05 Patrick UiterwijkMake it possible to use PluginLoader without store
2015-09-05 Patrick UiterwijkAlso create plugin UserStore data tables
2015-09-05 Patrick UiterwijkAlso add the store name when reporting data load error
2015-09-04 Patrick UiterwijkMake it possible to enable database query echoing
2015-09-04 Patrick UiterwijkImplement cleanup for sessions
2015-09-04 Patrick UiterwijkImplement cleeanup for TranStore
2015-09-04 Patrick UiterwijkImplement automatic database cleanup
2015-09-04 Rob CrittendenSP Portal administrative interface
2015-09-04 Patrick UiterwijkClose connections after creating the tables
2015-09-04 Patrick UiterwijkFix the database upgrade for readonly databases (file...
2015-09-04 Patrick UiterwijkFix database upgrades from partially initialized schema...
2015-09-03 Patrick UiterwijkFix initialization of plugin_data table in AdminStore
2015-09-02 Patrick UiterwijkImplement database upgrade for indexes
2015-09-02 Patrick UiterwijkAdd SQL primary key and indexes
2015-08-31 Patrick UiterwijkRename the SAML2 sessions database to saml2_sessions
2015-08-31 Patrick UiterwijkCreate database upgrade framework
2015-08-18 Rob CrittendenMark the service as readonly in the UI in authpam plugin
2015-08-11 Pierre-Yves ChibonDrop all the calls to .keys() when iterating on the...
2015-07-16 Rob CrittendenAdd support for logout over SOAP
2015-05-11 Rob CrittendenUse plugin-specific configuration, better expiration
2015-05-11 Rob CrittendenAdd support for storing SAML2 sessions
2015-05-08 Patrick UiterwijkAdd database schema versioning
2015-05-08 John DennisImplement ECP in Ipsilon
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Rob CrittendenAdd db.conn.log option to suppress sql logs by default
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-24 Rob CrittendenDisallow iframes via X-Frame-Options and CSP by default
2015-04-15 Patrick UiterwijkClose database sesssions
2015-04-10 Rob CrittendenThe last allowed/mapping rule can be removed in SPs
2015-04-10 Rob CrittendenRename and move PluginConfig to ConfigHelper
2015-03-30 Patrick UiterwijkAdd options to explicitly set database uris during...
2015-03-19 Rob CrittendenSet Cache-control on all generated pages, centralize...
2015-03-16 Rob CrittendenSave user attributes on subsequent calls to login.
2015-03-12 Nathan KinderDon't explicitly save sessions
2015-03-12 Simo SorceProper fallback from referer to REQUEST_URI
2015-03-06 Simo SorceFind transaction ids for internal redirects
2015-02-27 Rob CrittendenChange root class of Page from Log to Endpoint
2015-02-27 Rob CrittendenLow-level class for managing request endpoints
2015-02-24 Patrick UiterwijkMake the configparser case sensitive.
2015-02-24 Simo SorceMake available case insensitive mapping matching
2015-02-24 Simo SorceDo not crash on failure to load config
2015-02-24 Simo SorceAdd config option to load mapping lists
2015-02-24 Simo SorceAdd Policy class to help filter attributes
2015-02-13 Rob CrittendenAdd helper to store provider specific data
2015-01-29 Simo SorceAdd expiration to Idp metadata
2015-01-27 John DennisFix request multipart logging when only 1 part is present
2015-01-26 Simo SorceFix int/pep8 errors in latest patches
2015-01-26 John DennisAdd source code context information to debug logs
2015-01-26 John DennisAdd request/response logging via cherrypy tool hooks
2015-01-16 Simo SorceUse referer too as source of transaction IDs
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-12-05 Simo SorceAdd defaults to List objects
2014-12-05 Simo SorceAllow to pass drectly a URL to the Store class
2014-11-12 Simo SorceReturn proper errors if config is read-only
2014-11-12 Simo SorceAdd option to source configuration from a file
2014-11-12 Simo SorceRemove unused option
2014-11-12 Simo SorceMake internal functions private
2014-11-12 Simo SorceRemove unused function
2014-11-12 Simo SorceRefactor plugin initialization and enablement
2014-11-12 Simo SorceRefactor plugin configuration
2014-11-12 Simo SorceAdd config utilities to represent data types
2014-11-12 Simo SorceAdd simple SqlSession implementation
2014-10-27 Simo SorceAllow to call forms from any of the admin pages
2014-10-24 Simo SorceProperly handle empty values in storage
2014-10-24 Simo SorceHandle invalid/expired transactions gracefully
2014-10-24 Simo SorceHandle lists type options in plugins configuration
2014-10-24 Simo SorceDo not overwrite default plugin options
2014-10-24 Simo SorceAdd helpers to store per plugin user preferences
2014-10-07 Simo SorceAdd auto-auth requirement to all admin pages
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 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-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 error log facility to Log utility
2014-09-24 Simo SorceCast db value to string before comparison
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 SorceAdd External form auth plugin
2014-08-27 Simo SorceRework remote_login and remove protect decorator
2014-05-20 Simo SorceFix referer checks with escaped URLs
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-05-20 Simo SorceFix E713 with stricter pep8 error checker
2014-04-21 Simo SorceAdd New form helper to Page object
2014-04-04 Simo SorceAdd infrastructure to delete plugin data by id
2014-04-04 Simo SorceAdd racefree way to add a new unique data point
2014-03-28 Simo SorceAdd common way to add a subtree to a page
2014-03-24 Simo SorceMove admin_protect to a more generic module
2014-03-21 Simo SorceAdd way to save user preferences
2014-03-20 Simo SorceAdd way to add data to the global login config
next