Christoph Kappestein
Christoph Kappestein
Hi, currently Fusio does only work with tables and not with views. But in general it would be a great idea to support also views. The problem currently is that...
Hi, if I understand you correctly you could create an action which either invokes the real or demo action depending on the current user. Inside the action you could use...
Hi, we have moved the backend apps to a different dedicated apps folder. In the docker container this apps folder is exposed as apps subdomain, please take a look at...
Hi, ok, it sounds like Fusio is not able to write to the apps/ folder, can you also check your PHP/Apache error log files to see whether there are additional...
Also we would nee a review feature, so that a developer creates an API and an admin reviews the changes before the API goes live.
Hi, so the authorization url should point to the developer app. The developer app is located at the `apps/` folder. So depending on your setup this is i.e. `apps.acme.com/developer/auth` in...
Hi, this looks really great! I have just created a new apps directoy on the Fusio page, since the apps which are working with Fusio are growing we have now...
Hi, so you need to require the redis package: ``` composer require fusio/adapter-redis php bin/fusio system:register "Fusio\Adapter\Redis\Adapter" ``` and then you can create a redis connection which you can use...
Hi, so currently we have no explicit feature to disable logging for a route, since the dashboard etc. depends on the logging but we have a command s. `php ./bin/fusio...
Hi, so the activate endpoint is triggered to activate a new registered user. Therefor I think the anonymous context is fine since we cant know who has requested the endpoint....