wallabag/app/config
Jeremy Benoist f1c3f68e90
ApiDoc & Route annotation were conflicted
The generated error was “Unable to guess how to get a Doctrine instance from the request information.”.

I haven’t checked deeper in Doctrine (I know it was coming from the DoctrineParamConverter).

Anyway, I check for FosRest possiblity to add extra format without allowing them for every route (like it was done in the first place).

I finally found a way but it then seems all request goes to the FormatListener of FosRest so I needed to add a custom rules to match all request to be sure we don’t get  a 406 error from FosRest.

Should be ok now …
2016-10-15 16:46:42 +02:00
..
capistrano Update links in documentation 2016-04-19 20:03:34 +02:00
tests Update doc 2016-10-04 10:31:03 +02:00
config.yml ApiDoc & Route annotation were conflicted 2016-10-15 16:46:42 +02:00
config_dev.yml Store cache lifetime in config 2016-09-03 14:02:50 +02:00
config_prod.yml Remove useless spaces 2016-06-24 11:28:07 +02:00
config_test.yml Move test parameters out of parameters.yml 2016-04-12 22:14:22 +02:00
parameters.yml.dist Add ability to use socket 2016-10-07 21:00:13 +02:00
parameters_test.yml Add test for RabbitMQ 2016-09-11 21:58:56 +02:00
routing.yml Ensure access_token are removed 2016-10-08 00:05:41 +02:00
routing_dev.yml Remove useless spaces 2016-06-24 11:28:07 +02:00
routing_rest.yml ApiDoc & Route annotation were conflicted 2016-10-15 16:46:42 +02:00
security.yml Add users management UI 2016-10-02 11:08:53 +02:00
services.yml Add simple stats in footer 2016-10-01 16:03:50 +02:00