summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Module.php
Commit message (Expand)AuthorAgeFilesLines
* Add support for interfaces in our temporary autoloaders, not only for classes.Jaime Perez Crespo2016-03-091-4/+5
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-2/+2
* Typo.Jaime Perez Crespo2016-02-221-1/+1
* Migrate the SimpleSAML_Module class to namespaces (SimpleSAML\Module) as an e...Jaime Perez Crespo2016-02-221-17/+19
* Move the two PSR 0 and PSR 4 module autoloader functions to SimpleSAML_Module.Jaime Perez Crespo2016-02-191-2/+81
* Add support for the new module namespace in SimpleSAML_Module::resolveClass().Jaime Perez Crespo2016-02-191-8/+22
* Reformat SimpleSAML_Module.Jaime Perez Crespo2015-08-051-196/+212
* Fix phpdoc comments for SimpleSAML_Module.Jaime Perez Crespo2015-08-051-17/+23
* Ensure that config.php is optional for module loading.Olav Morken2015-05-261-1/+1
* Move SimpleSAML_Utilities:::getBaseURL() to SimpleSAML\Utils\HTTP::getBaseURL...Jaime Perez Crespo2015-04-211-1/+1
* Move SimpleSAML_Utilities::addURLparameter() to SimpleSAML\Utils\HTTP::addURL...Jaime Perez Crespo2015-04-211-1/+1
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-2/+0
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* SimpleSAML_Module: add module.enable configuration option for enabling/disabl...Andjelko Horvat2013-01-091-0/+11
* Module: Log a better error if the module is missing a default-enable or defau...Olav Morken2012-04-121-1/+3
* Module: Ensure stable order of hook-functions.Olav Morken2010-11-261-1/+3
* Replace uses of utilities::selfURLhost() followed by config->getBaseURL with ...Olav Morken2010-07-091-2/+1
* Module::getModuleURL: Add $parameters parameter.Olav Morken2009-12-161-2/+7
* Short tag is not allowed in simplesamlphp!!!Andreas Åkre Solberg2008-09-011-1/+1
* Add module hook interface.Olav Morken2008-08-201-0/+31
* Module framework for request handling.Olav Morken2008-08-181-0/+17
* Module framework.Olav Morken2008-08-181-0/+134