Sam Tuke

Results 36 issues of Sam Tuke

### Summary Add documentation to the README.md file on how to install necessary composer packages for running unit tests for this repository locally, and where to find commands to run...

### Short problem description Following successful installation via base-distribution package, when database credentials have not been set, a Symfony FOSRest bundle error is displayed. ### Expected behaviour A clear and...

Some access control use cases would be simplified if assets with different security contexts were grouped and separated (e.g. public subscribe paths, admin paths, and items shared by both). In...

enhancement

### Short problem description The following JSON request is sent but 'incomplete credentials' are reported: ```JSON { "loginName": "admin", "password": "password" } ``` Using a local PHP development server (http://127.0.0.1:8000/api/v2/sessions),...

bug

Currently if an illegal request method is used for communication with the API, no response is returned and a PHP Fatal Error is triggered (Uncaught Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException in /base-distribution/var/cache/prod/phplist4coreProdProjectContainerUrlMatcher.php:58). Add exception...

enhancement

A more detailed response stating subscriber was already on list would be better

restapi2

Deleting the same subscriber twice via the API should return true then false

restapi2

Attempting to insert a subscriber with an email address already in the database should result in a graceful exception.

restapi2

Passwords should not be returned over API calls

restapi2