Commit Graph

  • 88c509b0d1 MNT Remove obsolete branch-alias 2.3.0-rc1 2.3.0-beta1 2.3.0 2.3 Maxime Rainville 2021-05-05 11:17:49 +1200
  • 3da21bb6c2
    Update build status badge Steve Boyd 2021-01-21 16:40:37 +1300
  • 0cac389a9f Merge branch '2.2' into 2 Steve Boyd 2021-01-02 20:28:18 +1300
  • 96654b86b2
    Merge pull request #92 from creative-commoners/pulls/2.2/travis-shared 2.2 Maxime Rainville 2020-12-21 15:42:21 +1300
  • 77be6bc44b MNT Travis shared config, use sminnee/phpunit Steve Boyd 2020-12-01 16:33:21 +1300
  • 6e62e846ce Merge branch '2.2' into 2 Maxime Rainville 2020-10-22 13:58:33 +1300
  • 1e4fe6fbbe
    Merge pull request #90 from creative-commoners/pulls/2.2/travis Robbie Averill 2020-06-23 09:44:08 -0700
  • 1a2527d210 Update travis Steve Boyd 2020-06-23 15:43:09 +1200
  • f11d470abd
    Merge 07ddd20399 into a6f2162564 ant1234 2020-01-24 07:51:33 +1300
  • 07ddd20399 reinstate old test Antony Videtta 2020-01-24 07:50:47 +1300
  • 2c4803bd42 Missing yml config Antony Videtta 2020-01-23 15:32:41 +1300
  • a2f0724e8f Remove timestamp fields Antony Videtta 2020-01-23 14:49:24 +1300
  • 814cd5e124 Modifications to readme Antony Videtta 2020-01-23 14:44:13 +1300
  • a730db51e2 Add modification to JsonDataFormatter Antony Videtta 2020-01-23 14:38:46 +1300
  • 486b0c8d84 Test automation for jsondata improvement Antony Videtta 2020-01-23 14:14:02 +1300
  • ee220f79b6 Test that original fields also still exist and aren't broken Antony Videtta 2020-01-23 12:24:09 +1300
  • f208f3e527 Test automation for Catalyst improvements Antony Videtta 2020-01-23 10:51:05 +1300
  • 6af68006cc ISSUE: 69-4 automation test Antony Videtta 2019-12-11 16:50:07 +1300
  • a6f2162564
    Merge pull request #84 from creative-commoners/master master Garion Herman 2019-11-07 11:47:13 +1300
  • 6051c086bf Travis config update, remove branch aliases Serge Latyntcev 2019-11-05 14:43:11 +1300
  • 444d1aa14f
    Merge pull request #83 from creative-commoners/pulls/master/restore-php-5.6-support 2.2.1 Garion Herman 2019-10-18 18:36:47 +1300
  • ac0b263683 BUG Restoring PHP5.6 support Maxime Rainville 2019-10-18 16:38:21 +1300
  • baac98776d Fix: RM#69278 Prelim unit test Antony Videtta 2019-10-07 14:50:17 +1300
  • b3acde80f6 Merge branch '2.2' Robbie Averill 2019-08-15 10:13:35 +1200
  • 2fa54bc101 Remove obsolete branch alias 2.2.0 Robbie Averill 2019-08-15 10:12:42 +1200
  • 62876a9b28 Update Travis builds to include PHP 7, update PHPUnit to 5.7 1.0 Robbie Averill 2019-07-24 13:10:26 +0200
  • 0b734c21c6 NEW Aliases can now be defined for DataObject endpoints (#80) Sander Hagenaars 2019-07-15 00:03:51 +0200
  • f00681ae47
    Drop PHP 5.6 and 7.0 from travis Guy Marriott 2019-07-15 10:00:13 +1200
  • e0a1372b4d Merge branch 'endpoint-aliases' of https://github.com/sanderha/silverstripe-restfulserver into endpoint-aliases Sander Hagenaars 2019-07-12 08:37:27 +0200
  • a8a94a1b52 changed docblocks to satisfy codesniffer Sander Hagenaars 2019-07-12 08:37:12 +0200
  • 48d665d993
    Remove unneccesary unsanitiseClassName call Sander Hagenaars 2019-07-12 08:31:41 +0200
  • b7b2acaaba better docbloc Sander Hagenaars 2019-07-11 08:15:32 +0200
  • 35ad956b92 renamed resolveEndpoint to resolveClassName. Take $request as param instead of string Sander Hagenaars 2019-07-11 08:14:27 +0200
  • 25e102407e unsanitiseClassName in resolveEndpoint method Sander Hagenaars 2019-07-08 09:39:51 +0200
  • 0e5697730b renamed endpoint method to resolveEndpoint Sander Hagenaars 2019-07-08 09:38:49 +0200
  • eb72ae3c7d
    Return type hint in findClassNameEndpoint method Sander Hagenaars 2019-07-08 08:36:24 +0200
  • 9f00e167f9
    Better docblock Sander Hagenaars 2019-07-08 08:35:06 +0200
  • 5e699f8e2f
    Better docblock Sander Hagenaars 2019-07-08 08:34:51 +0200
  • 185702d2bb getDataFormatter() - find correct endpoint instead of request param ClassName Sander Hagenaars 2019-07-04 09:28:52 +0200
  • 7eb95693f7 added findClassNameEndpoint method, replaced getEndpointAlias() Sander Hagenaars 2019-07-04 09:27:39 +0200
  • d27156e890 use correct obj ClassName in RestfulServer::updateDataObject Sander Hagenaars 2019-07-03 10:40:44 +0200
  • e320189ec2 better docblock Sander Hagenaars 2019-07-03 09:39:05 +0200
  • 673b12026a removed wrong use statements from older project Sander Hagenaars 2019-07-03 09:36:25 +0200
  • 887857fbdd set endpoint_aliases on RestfulServer to specify fixed aliases for exposed dataobjects Sander Hagenaars 2019-07-03 09:29:32 +0200
  • fb743bf9f1 API: Fixes #69. Customisation of has|many_xxx relations Russell Michell 2019-06-28 11:49:26 +1200
  • e0f4e5684f Merge branch '2.1' Robbie Averill 2019-06-28 16:25:24 +1200
  • 89c811b295 Merge branch '2.0' into 2.1 2.1 Robbie Averill 2019-06-28 16:24:21 +1200
  • bb45d27869 Update Travis build matrix 2.0 Robbie Averill 2019-06-28 16:13:59 +1200
  • 2cbf910b0b FIX: Fixes #69 Customisable fields on object relations in JSONDataFormatter. - Updated README Russell Michell 2019-05-17 14:35:10 +1200
  • 71865f60a4 Merge branch '2.1' Robbie Averill 2019-06-11 14:09:26 +1200
  • a9507a7886 Merge branch '2.0' into 2.1 2.1.2 Robbie Averill 2019-06-11 14:09:15 +1200
  • 5505f93875 Use trusty dist for Travis builds Robbie Averill 2019-06-11 14:09:07 +1200
  • c5337ed8bf Use trusty dist for Travis builds Robbie Averill 2019-06-11 14:08:40 +1200
  • aed6575e89 Merge branch '2.0' into 2.1 Robbie Averill 2019-06-11 12:05:29 +1200
  • a3319831a8
    Merge pull request #1 from silverstripe-security/pulls/2.0/sort-only-on-fields 2.0.4 Robbie Averill 2019-06-11 12:04:42 +1200
  • c7ad63d29f
    Merge pull request #2 from silverstripe-security/pulls/1.0/sort-only-on-fields 1.0.9 Robbie Averill 2019-06-11 12:02:54 +1200
  • 284aceddd0 Use trusty in Travis builds Robbie Averill 2019-05-29 11:08:55 +1200
  • 165e1d4794
    Merge pull request #75 from phptek/issue/70 Robbie Averill 2019-05-27 15:29:22 +1200
  • 65239cd54d [CVE-2019-12149] Fixed potential SQL injection vulnerability in RestfulServer Robbie Averill 2019-05-20 15:42:44 +1200
  • dbb8e18644 [CVE-2019-12149] Fixed potential SQL injection vulnerability in RestfulServer Robbie Averill 2019-05-20 11:04:52 +1200
  • 9025ea3ba1 NEW: Fixes #69 With configurable "api fields" for related objects - Updated README Russell Michell 2019-05-07 08:19:05 +1200
  • 331714db52 Add supported module badge to readme (#71) Dylan Wagstaff 2018-06-18 10:42:37 +1200
  • 7b1623716c Remove obsolete branch alias Robbie Averill 2018-06-11 15:36:41 +1200
  • 246ba9ecb5 FIX: Fixes #65 Use Injector to instantiate created objects. (#68) Russ Michell 2018-06-06 09:39:30 +1200
  • cd4c743e4e FIX: Fixes #63 Conditionally permit additional GET request in POST context. (#64) Russ Michell 2018-05-31 12:11:12 +1200
  • b44203b800
    DOCS Fix formatting endpoint descriptions Robbie Averill 2019-05-16 10:30:11 +1200
  • 498402389c FIX: Fixes #70 Added extension points for GET requests - MINOR: Fixed typos User for performing fabric deployments 2019-05-07 14:08:32 +1200
  • 57c0597db3
    Merge pull request #72 from creative-commoners/pulls/2.1/remove-json-methods 2.1.1 Guy Marriott 2018-10-29 11:29:39 +1300
  • 2390698ea9 FIX Replace Convert JSON methods with json_* methods, deprecated from SilverStripe 4.4 Robbie Averill 2018-10-28 21:39:14 +0000
  • 080ce4015b Merge branch '2.1' Robbie Averill 2018-07-26 15:12:19 +1200
  • c8ddec1ecb Add supported module badge to readme (#71) Dylan Wagstaff 2018-06-18 10:42:37 +1200
  • ae39b4ba2f Add supported module badge to readme Dylan Wagstaff 2018-06-15 17:46:36 +1200
  • 1e09707cc0 Remove obsolete branch alias 2.1.0 Robbie Averill 2018-06-11 15:36:41 +1200
  • 11ac9d142e Merge branch '2.0' Robbie Averill 2018-06-06 10:34:43 +1200
  • 9e923d6f9e FIX: Fixes #65 Use Injector to instantiate created objects. (#68) Russ Michell 2018-06-06 09:39:30 +1200
  • 995353b8f9 FIX: Fixes #65 Use Injector to instantiate created objects. Russell Michell 2018-06-06 06:26:27 +1200
  • 8dcc0c4ffb
    Merge 80b17460c4 into 3c1055e2f0 Russ Michell 2018-06-05 18:12:46 +0000
  • 80b17460c4 FIX: Fixes #65 Use Injector to instantiate created objects. Russell Michell 2018-06-05 15:15:05 +1200
  • ad74798b33
    Merge c9b7bc4169 into 8e4fbd0636 Russ Michell 2018-06-05 03:37:21 +0000
  • c9b7bc4169 FIX: Fixes #65 Use Injector to instantiate created objects. Russell Michell 2018-06-05 15:15:05 +1200
  • 5b3f2f5c09 Fix infinite redirect after PUT (#62) andreaspiening 2018-05-08 12:09:02 +1200
  • 0500ab25d3 Cast SilverStripe types to appropriate JSON types (#60) andreaspiening 2018-04-19 15:54:43 +1200
  • 15aa0922f0 FIX: fix JSONDataFormatter to not convert values to XML Andreas Piening 2018-04-17 11:56:21 +1200
  • 3207e93b89 Many many through syntax support added. Mojmir Fendek 2018-04-06 11:10:32 +1200
  • 4d5ded4e95 Added general Exception catch/response. Added extension points to all response methods. cpenny 2018-03-07 11:41:27 +1300
  • 8e4fbd0636 FIX: Fixes #63 Conditionally permit additional GET request in POST context. (#64) Russ Michell 2018-05-31 12:11:12 +1200
  • 5ff4e2a121 FIX: Fixes #63 Conditionally permit additional GET request in POST context. Russell Michell 2018-05-31 10:04:10 +1200
  • 489f8c576f Merge branch '2.0' Robbie Averill 2018-05-25 15:03:11 +1200
  • cacf25fb9b Fix infinite redirect after PUT (#62) andreaspiening 2018-05-08 12:09:02 +1200
  • 2d3d6c3ade Use 202 instead of 303 Andreas Piening 2018-05-08 11:23:20 +1200
  • cbde2c1d1d Fix unit tests to reflect changes Andreas Piening 2018-05-07 13:33:13 +1200
  • 8a6ee8b434 Fix infinite redirect after PUT by changing requestMethod through responsecode Andreas Piening 2018-05-07 12:43:30 +1200
  • 73c61e7d4c Cast SilverStripe types to appropriate JSON types (#60) andreaspiening 2018-04-19 15:54:43 +1200
  • 50b45000bb Make linter happy Andreas Piening 2018-04-19 14:30:59 +1200
  • 52594faad5 Fix handling of empty attributes Andreas Piening 2018-04-19 13:02:48 +1200
  • 236e8b8e57 Fix PSR-2 compliance issue Andreas Piening 2018-04-19 12:12:58 +1200
  • a9ea066735 Cast SilverStripe types to appropriate JSON types Andreas Piening 2018-04-19 11:58:10 +1200
  • 9243546b75
    Merge pull request #59 from catalyst/jsondataformater-to-not-use-xml Robbie Averill 2018-04-17 13:01:09 +1200
  • 4ec6eb4db0 FIX: fix JSONDataFormatter to not convert values to XML Andreas Piening 2018-04-17 11:56:21 +1200
  • ee37e6c896
    Merge pull request #57 from silverstripe-terraformers/feature/many_many_through_support Robbie Averill 2018-04-09 15:49:41 +1200