Christoph Kappestein
Christoph Kappestein
If you like feel free to create the PR, otherwise I can also add the parameter.
Hi, this looks like nginx redirects the `/fusio` request to Fusio but `fusio/` is a folder in the `public/` folder which contains the js backend app. Coud you try to...
Yes the developer js app contains this `.htaccess` file since it runs in angularjs `html5Mode`, which basically means we can use urls like `/developer/documentation/bootstrap` and this request gets routed to...
@theraw @slifin so `/backend` is no route which is available at Fusio. If you want to visit the backend app you should visit the `/fusio` endpoint. You can see all...
Also the action name should be the Operation-Id so that it is no longer needed to provide an explicit operation id at the route.
This approach makes only sense if the action has a config, otherwise it does not really make sense to always create a new action. So we should think about this...
Hi, so in Fusio it is also possible to register through a remote provider i.e. GitHub or Google then the user does not have a password. Because of this we...
Hi, so it looks like the `Authorization` header is not passed to Fusio and because of this the authentication does not work, so you probably need to activate the `mod_rewrite`...
no problem, so in Fusio there is a concept of "user attributes" where you can add additional fields to the user table so that you theoretical dont need a different...
Hi, ok so in general it should be also possible to reference the connection via name so i.e. `"Default-SMTP"` instead of `3`, does this work for your case?