pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / util /
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
2014-03-20 Simo SorceAdd functions to wipe and save plugin config data
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-13 Simo SorceFix default and example paths
2014-03-02 Simo SorceAdd a way to return the email address of the user
2014-03-02 Simo SorceCreate a user facility in the session
2014-02-27 Simo SorceAdd Service Provider class
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 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-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 Simo SorceRename src package to ipsilon