silverstripe-framework/_config
Sam Minnee 7af7e6719e API: Security.authenticators is now a map, not an array
Authenticators is now a map of keys -> service names. The key is used
in things such as URL segments. The “default_authenticator” value has
been replaced with the key “default” in this map, although in time a
default authenticator may not be needed.
IX: Refactor login() to avoid code duplication on single/multiple handlers
IX: Refactor LoginHandler to be more amenable to extension
IX: Fixed permissionFailure hack
his LoginHandler is expected to be the starting point for other
custom authenticators so it should be easier to repurpose components
`of it.
IX: Fix database-is-ready checks in tests.
IX: Fixed MemberAuthenticatorTest to match the new API
IX: Update security URLs in MemberTest
2017-06-07 21:11:53 +12:00
..
asset.yml API Split SilverStripe\Assets into separate module 2017-03-21 11:12:51 +13:00
cache.yml API Apply default logger to all caches 2017-03-15 15:31:24 +13:00
config.yml API Namespace all classes 2016-09-08 10:23:17 +12:00
cookie.yml API Namespace all classes 2016-09-08 10:23:17 +12:00
database.yml API Namespace all classes 2016-09-08 10:23:17 +12:00
dev.yml API Namespace all classes 2016-09-08 10:23:17 +12:00
email.yml API Upgrade code to use updated config 2017-02-27 16:54:01 +13:00
encryptors.yml API Apply Framework\Security namespace 2016-07-07 11:32:28 +12:00
html.yml Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
i18n.yml API Replace ManifestCache with ManifestCacheFactory 2017-03-21 09:43:48 +13:00
logging.yml API Rename services to match FQN of interface / classes 2017-05-16 14:15:49 +12:00
mimetypes.yml API Namespace all classes 2016-09-08 10:23:17 +12:00
model.yml API Split SilverStripe\Assets into separate module 2017-03-21 11:12:51 +13:00
requestprocessors.yml API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
routes.yml Move admin routes to admin module 2017-03-14 10:22:45 +13:00
security.yml API: Security.authenticators is now a map, not an array 2017-06-07 21:11:53 +12:00