Skip to content

Releases: colymba/silverstripe-restfulapi

Release 3.0.2

21 Feb 19:56
Compare
Choose a tag to compare
v3.0.2

SS4 fixes (#99)

Release 3.0.1

19 Dec 13:54
b24b7eb
Compare
Choose a tag to compare

License fix for packagist and clean up

Release 3.0.0

19 Dec 13:32
Compare
Choose a tag to compare
SS4 Compatibility (#93)

* Update config.yml
* Ss4 (#1)
* Update SS Framework dependency
* WIP: SS4 upgrade legwork
* WIP Namespace yml and Config references
* Update phpunit.xml & add composer autoload
* Update phpunit.xml
* Namespacing & formatting updates
* Update: Rename namespace to colymba
* Namespacing fixes
* Fix; correct yml array config
* Update config.yml
* FEATURE: Upgrade to SS4
* FIX: consistent formatting of composer file
* Fix incomplete namespace references
* Allow maping of URL segment to class name
This allows us to use fully qualified namespaced classes in the API config.
* Update PHPUnit config
Fix path to framework bootstrap.
Exclude tests that perform CORS pre-flight request.
* Fix configuration defaults
* Fix test class namespaces
* Ensure test records are generated
* Fix header check
* Add model mapping for query handler
* Fix deprecation notice
* Fix test fixture setup
* Fix more issues with authenticator tests
* Fix permission manager tests
* Downgrade framework version
* Fix query handler tests
* Update capitalisation of namespace
* Fix basic serializer tests
* Fix ember serializer tests
* Update travis config
* Update class names to remove RESTfulAPI prefix
* Update documantation
* Document the `models` mapping
* Test fallback to stardard model name mapping
* Rename Basic serializers to Default
* Remove ember data serializers
* Fix password validation error on Travis

Release 2.1.3

19 Dec 13:20
Compare
Choose a tag to compare
Lost pass disclosure fix (#89)

FIX for issue #88 response from RESTfulAPI_TokenAuthenticator::lostPassword() is now the same regardless whether an email was sent or not

Release 2.1.2

10 Nov 13:20
Compare
Choose a tag to compare
Merge pull request #79 from oetiker/patch-2

do not record login event for every tokenAuth