Commit Graph

109 Commits

Author SHA1 Message Date
Ingo Schommer
f8384e6209 Merge pull request #12 from dhensby/patch-seperate-authenticators
NEW Support for other authenticators
2013-05-07 15:28:49 -07:00
Daniel Hensby
687fac83f7 NEW Support for other authenticators
I've added the ability to add other authenticators to the RestfulServer

Use the config system to change the authenticator option and it'll call
'authenticate' on that class.

I've assumed that one won't need any parameters sent to that and
everything can be taken from `Controller::curr()->request`

This relies on the default authenticator being able to accept the
standard email/password identifiers. I imagine anyone using a default
authenticator to that will go to the trouble of adding a RestfulServer
authenticator too.
2013-05-01 15:52:55 +01:00
Ingo Schommer
9ea7097acc Switched to external travis script support 2013-03-29 09:46:01 +01:00
Sam Minnee
0ceaccf30d Added composer config 2012-11-03 12:43:32 +13:00
Ingo Schommer
bb96dc1ec7 Added build status to readme 2012-10-31 00:28:35 +01:00
Ingo Schommer
746ff0f823 Line length fixes (no logic changes) 2012-10-31 00:23:29 +01:00
Ingo Schommer
86ac971948 Travis support 2012-10-31 00:18:45 +01:00
Ingo Schommer
9732ec8932 API Added canView() checks to record listing logic
In preparation for removal of those checks from the underlying
JSONDataFormatter and XMLDataFormatter implementations in core,
which shouldn't deal with these kinds of model concerns.
2012-10-31 00:14:46 +01:00
Ingo Schommer
90bfa5eac6 MINOR Initial commit 2012-06-04 10:14:02 +02:00