Christoph Kappestein
Christoph Kappestein
Hey, thanks for this library. This PR makes several improvements: * PHP 8.0/8.1 compatibility * Updated PHPUnit * Fix test cases * Added tests folder to `autoload-dev` * Add Psalm...
Currently we have an SQL builder which allows you to define a JSON which fires multiple queries to return a complex JSON response (s. https://docs.fusio-project.org/docs/backend/api/action/sql-builder/). At the moment there is...
We should create a developer pricing page where a user can see all available plans, thus a user can see all available plans without registering. If the user wants to...
We should add 2fa support at the backend and developer app. Users should be able to manually activate this feature by using an app like Google Authenticator where they can...
We have already a rate limiting system it would be useful if we could connect a rate to a user or plan and the user automatically gets a specific rate...
If we use the deploy command `bin/fusio deploy` to deploy an API configuration there are several entities which may have changed i.e. request/response schema, database schema etc. Since we dont...
Currently the backend app https://github.com/apioo/fusio-backend is based on Angular 1.7 we should migrate this app to the latest Angular https://angular.io/ version and also use our internal SDK https://www.npmjs.com/package/fusio-sdk for all...
Currently a user needs to define the schema as plain JSON at the backend. We should add an GUI schema editor where a user can create a schema without the...
Currently we have an SQL-Table provider which automatically creates routes and actions to CRUD entries on a table. We should also add a MongoDB provider which does the same for...
Currently it is possible to create an action at a different category i.e. it is possible to create a separate category for a remote dev, so that the remote dev...