Commit Graph

117 Commits

Author SHA1 Message Date
Damian Mooyman 1c7750e197 Include 3.2 and php 5.6 in tests 2015-10-30 17:18:11 +13:00
Daniel Hensby b3e3b4569d Updating travis builds 2015-07-22 11:33:51 +01:00
Daniel Hensby ad7446c10b Move to new travis containerised infrastructure 2015-07-20 16:00:19 +01:00
Damian Mooyman de94422bc8 Merge pull request #18 from dhensby/master
Adding .editorconfig
2015-07-02 12:20:00 +12:00
Daniel Hensby 2ef79fcc3e Adding .editorconfig 2014-12-04 17:12:57 +00:00
Will Rossiter db4a70673b Add routes 2013-07-14 20:12:35 +12:00
Mateusz U d9fc615441 Merge pull request #15 from hafriedlander/fix/stageisdefault
FIX Defaulting to stage mode
2013-07-04 15:26:27 -07:00
Hamish Friedlander af652463f1 FIX Defaulting to stage mode
If you exposed Page instances through RestfulServer, the default
Versioned stage would be Stage, rather than Live.
2013-07-05 10:22:21 +12:00
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