summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers
Commit message (Expand)AuthorAgeFilesLines
* Fix file permissions and remove shebang'sHEADmasterPatrick Uiterwijk2014-12-1617-34/+0
* Make pep8 happy againSimo Sorce2014-12-051-0/+1
* Add OpenIDStore to store associations and noncesPatrick Uiterwijk2014-12-052-3/+88
* Add support for Persona Identity ProviderPatrick Uiterwijk2014-11-143-0/+282
* Make sure the XRDS is returned as stringPatrick Uiterwijk2014-11-131-1/+1
* Delay exposing OpenIDPatrick Uiterwijk2014-11-131-5/+5
* Use indirection to report error stringsSimo Sorce2014-11-121-13/+16
* Refactor plugin initialization and enablementSimo Sorce2014-11-129-102/+64
* Refactor plugin configurationSimo Sorce2014-11-126-92/+96
* In configure we do not need to set_config()Simo Sorce2014-11-122-4/+2
* Fix plugins enablement codeSimo Sorce2014-10-271-16/+11
* Show login target on the login screenPatrick Uiterwijk2014-10-242-2/+4
* Add OpenId extensionsSimo Sorce2014-10-245-0/+193
* Add attribute mapping for user informationSimo Sorce2014-10-243-18/+34
* Add OpenIDP ProviderPatrick Uiterwijk2014-10-246-0/+580
* Move some exceptions into provider.commonSimo Sorce2014-10-242-15/+16
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-072-8/+8
* Fix exposed functionsSimo Sorce2014-10-071-1/+1
* Use transactions throughout the codeSimo Sorce2014-09-243-19/+47
* Add support for returning user attributesSimo Sorce2014-09-241-1/+23
* Allow deferred initialization of providersSimo Sorce2014-09-243-24/+45
* Declare admin attributeSimo Sorce2014-09-241-0/+1
* Fix the check for hasattr(., 'admin')Patrick Uiterwijk2014-09-051-1/+0
* Restore ability to run from checkoutSimo Sorce2014-08-271-6/+7
* Use new Log class everywhereSimo Sorce2014-08-272-25/+6
* Strenghten default Security options in IDPSimo Sorce2014-06-171-4/+1
* Allow turning off security at install timeSimo Sorce2014-06-041-1/+7
* Add optional field to allow pasting the metadataSimo Sorce2014-06-041-1/+16
* Fix handling of SP renamesSimo Sorce2014-05-201-4/+5
* Fix E256 with stricter pep8 error checkerSimo Sorce2014-05-202-4/+4
* Fix generation fo server's metadata fileSimo Sorce2014-05-191-2/+2
* Always use saml by defaultSimo Sorce2014-05-011-1/+2
* Make it easy to install mutiple server instancesSimo Sorce2014-04-211-5/+2
* Move fixing files functionality to toolsSimo Sorce2014-04-211-11/+2
* Convert all forms to use util.Page form supportSimo Sorce2014-04-211-12/+2
* Fix warningSimo Sorce2014-04-181-2/+2
* Fix NameId exceptionSimo Sorce2014-04-151-2/+2
* Add nameid values validationSimo Sorce2014-04-142-0/+15
* Refactor argument validation for SP formsSimo Sorce2014-04-141-61/+105
* Validate Service Provider namesSimo Sorce2014-04-111-0/+16
* Simplify metadata add_service signatureSimo Sorce2014-04-111-4/+2
* Move accessory functions to a generic tools moduleSimo Sorce2014-04-114-234/+6
* Add debug logging of lasso librarySimo Sorce2014-04-111-0/+7
* Return Idps metadata file on requestSimo Sorce2014-04-111-0/+11
* Fix generation of endopint URLsSimo Sorce2014-04-111-2/+2
* Change provider plugins registration and enablementSimo Sorce2014-04-111-15/+37
* Add explicit error for Unknown ProvidersSimo Sorce2014-04-111-1/+11
* Properly support rename operationSimo Sorce2014-04-041-0/+9
* Admin functions to delete Service ProvidersSimo Sorce2014-04-042-0/+22
* Admin functions to add new Service ProvidersSimo Sorce2014-04-041-0/+78