summaryrefslogtreecommitdiffstats
path: root/ipsilon/util
Commit message (Expand)AuthorAgeFilesLines
* Mark the service as readonly in the UI in authpam pluginRob Crittenden2015-08-181-18/+29
* Drop all the calls to .keys() when iterating on the keys of a dictPierre-Yves Chibon2015-08-112-2/+2
* Add support for logout over SOAPRob Crittenden2015-07-161-1/+7
* Use plugin-specific configuration, better expirationRob Crittenden2015-05-121-3/+17
* Add support for storing SAML2 sessionsRob Crittenden2015-05-121-0/+64
* Add database schema versioningPatrick Uiterwijk2015-05-081-0/+28
* Implement ECP in IpsilonJohn Dennis2015-05-082-0/+72
* Update Copyright header point to COPYING fileRob Crittenden2015-05-0812-89/+12
* Add db.conn.log option to suppress sql logs by defaultRob Crittenden2015-05-071-1/+7
* pylint 1.4.3 version fixesSimo Sorce2015-05-076-15/+10
* Use python logging in install / log cherrypy at right severityRob Crittenden2015-05-074-7/+15
* Drop usage of self._debug and use self.debug insteadRob Crittenden2015-05-054-16/+16
* Disallow iframes via X-Frame-Options and CSP by defaultRob Crittenden2015-04-241-0/+20
* Close database sesssionsPatrick Uiterwijk2015-04-151-3/+33
* The last allowed/mapping rule can be removed in SPsRob Crittenden2015-04-102-3/+11
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-102-39/+38
* Add options to explicitly set database uris during installPatrick Uiterwijk2015-03-301-0/+1
* Set Cache-control on all generated pages, centralize in EndpointRob Crittenden2015-03-192-2/+4
* Save user attributes on subsequent calls to login.Rob Crittenden2015-03-161-0/+2
* Don't explicitly save sessionsNathan Kinder2015-03-121-4/+0
* Proper fallback from referer to REQUEST_URISimo Sorce2015-03-121-2/+4
* Find transaction ids for internal redirectsSimo Sorce2015-03-061-2/+8
* Change root class of Page from Log to EndpointRob Crittenden2015-02-271-2/+3
* Low-level class for managing request endpointsRob Crittenden2015-02-271-0/+82
* Make the configparser case sensitive.Patrick Uiterwijk2015-02-241-0/+1
* Make available case insensitive mapping matchingSimo Sorce2015-02-241-19/+96
* Do not crash on failure to load configSimo Sorce2015-02-241-1/+5
* Add config option to load mapping listsSimo Sorce2015-02-241-1/+47
* Add Policy class to help filter attributesSimo Sorce2015-02-241-0/+319
* Add helper to store provider specific dataRob Crittenden2015-02-131-0/+16
* Add expiration to Idp metadataSimo Sorce2015-01-291-1/+9
* Fix request multipart logging when only 1 part is presentJohn Dennis2015-01-271-10/+18
* Fix int/pep8 errors in latest patchesSimo Sorce2015-01-261-9/+11
* Add source code context information to debug logsJohn Dennis2015-01-261-3/+64
* Add request/response logging via cherrypy tool hooksJohn Dennis2015-01-261-0/+238
* Use referer too as source of transaction IDsSimo Sorce2015-01-162-6/+37
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-1610-20/+0
* Add defaults to List objectsSimo Sorce2014-12-051-0/+2
* Allow to pass drectly a URL to the Store classSimo Sorce2014-12-051-4/+9
* Return proper errors if config is read-onlySimo Sorce2014-11-121-0/+8
* Add option to source configuration from a fileSimo Sorce2014-11-121-6/+129
* Remove unused optionSimo Sorce2014-11-121-4/+2
* Make internal functions privateSimo Sorce2014-11-121-6/+6
* Remove unused functionSimo Sorce2014-11-121-3/+0
* Refactor plugin initialization and enablementSimo Sorce2014-11-121-43/+94
* Refactor plugin configurationSimo Sorce2014-11-122-98/+60
* Add config utilities to represent data typesSimo Sorce2014-11-121-0/+297
* Add simple SqlSession implementationSimo Sorce2014-11-121-0/+74
* Allow to call forms from any of the admin pagesSimo Sorce2014-10-271-6/+15
* Properly handle empty values in storageSimo Sorce2014-10-241-1/+1