Daniel Corn
Daniel Corn
The extension is one of my side projects. Featurewise the extension is relatively complete (beside the bigger additions like Headless CMS features). Regarding TYPO3 v11 support: I currently don't have...
> I would recommend [rector](https://github.com/sabbelasichon/typo3-rector) to ensure compatibility with TYPO3 11 Thank you. That looks interesting, although I guess, that the major work is in the Rest Bootstrap classes. Not...
Update: I didn't find time to look into this yet, and I'm not sure if I'll find time in the near future. But I am happy to help if somebody...
I just pushed an alpha version for TYPO3 v11 support https://github.com/cundd/rest/tree/feature/typo3-11 I removed the support to invoke Extbase controller actions from the `EXT:custom_rest` example.
Thank you for the report! The default time zone should be set in php.ini. The default time zone for e.g. is "Europe/Vienna". But I may should point that out in...
Thank you for opening this issue. Can you tell me a bit more about the impact of this? Does it affect to default CRUD handler and custom handlers? It looks...
Thank you for the clarification. I added the code in the v6 branch.
I think the problem is, that TYPO3 couldn't find a site for the given domain. Can you check if there is a correct site configuration?
What happens if you open [http://host.docker.internal:8080](http://host.docker.internal:8080)?
You have to check if the sent data is present in one of the checked headers (see: https://github.com/cundd/rest/blob/v6/Classes/Authentication/BasicAuthenticationProvider.php#L35). I can't tell how this has to be configured in your specific...