Fix database upgrades from partially initialized schema 1 databases
[cascardo/ipsilon.git] / ipsilon / util / data.py
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-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 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-04-15 Patrick UiterwijkClose database sesssions
2015-04-10 Rob CrittendenThe last allowed/mapping rule can be removed in SPs
2015-03-30 Patrick UiterwijkAdd options to explicitly set database uris during...
2015-02-24 Patrick UiterwijkMake the configparser case sensitive.
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-12-05 Simo SorceAllow to pass drectly a URL to the Store class
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-10-24 Simo SorceAdd helpers to store per plugin user preferences
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-09-24 Simo SorceAdd transactions support
2014-09-24 Simo SorceRefactor the data store a bit
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-21 Simo SorceAdd way to save user preferences
2014-03-20 Simo SorceAdd way to add data to the global login config
2014-03-20 Simo SorceAdd functions to wipe and save plugin config data
2014-02-27 Simo SorceAdd Service Provider class
2014-02-25 Simo SorceAdd provider plugins loader
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 SorceRename src package to ipsilon