fusio

Open source API management platform

APACHE-2.0 License

Downloads
9.1K
Stars
1.7K
Committers
3

Bot releases are hidden (Show)

fusio -

Published by chriskapp over 6 years ago

  • Update dependencies
  • Add priority to routes so that the order of the routes in deployment is stable #120
  • Installer add preview option to show SQL queries #74
  • Add connection lifecycle and deployment interface to give a connection the possibility to execute additional logic on execution
  • Improved documentation
fusio -

Published by chriskapp almost 7 years ago

  • Updated dependencies
  • Improved tests and documentation
fusio -

Published by chriskapp almost 7 years ago

  • Update PSX framework to version 4.0
  • Add rate limit to deployment
  • Update developer app
  • Improve tests and use migration as fixture
fusio -

Published by chriskapp almost 7 years ago

  • Use dotenv config to load sensitive values from environment variables #110
  • Add missing help files
fusio -

Published by chriskapp almost 7 years ago

  • Update developer app
  • Summarize deploy status and improve deploy output #108
  • Improve deploy schema file resolving #107
fusio -

Published by chriskapp almost 7 years ago

  • Documentation handle schema array types #106
  • Fix logging of long request uris #105
  • Add config to specify expire time of refresh token #104
  • Allow schema scheme when deploying a json schema #103
  • Add upgrade check
  • Improve test cases
  • Add PHP 7.2 support
fusio -

Published by chriskapp almost 7 years ago

  • Backend app fix add responses
  • Improved http engine action
  • Allow array json structure in response #81
fusio -

Published by chriskapp almost 7 years ago

  • Fix materialize resource collection
fusio -

Published by chriskapp almost 7 years ago

  • Issue 401 http response code if access token is not valid #97
  • Add user_approval setting to control whether a user needs to verify an account through email #83
  • Add swagger-ui as app
  • Improve generated OpenAPI spec add security scope
  • Add listing filter to show only user routes by default
  • Trigger app.remove_token event on /authorization/revoke endpoint #94
  • Improved HTTP adapter add a content-type config field and parse form encoded responses #92
  • Fix proper handling of null values #84
  • Add header field to action designer #89
  • Backend scope load all assigned routes #90
  • Added apache example conf and update docs
fusio -

Published by chriskapp almost 7 years ago

  • Add action execute command #64
  • User service add check whether email already exists #80
  • User API proper handling of OPTIONS and HEAD requests #82
  • Fix update correct handling of changed backend routes #85
  • Internal API add config option to send CORS header
fusio -

Published by chriskapp about 7 years ago

  • Update OAuth2 token endpoint handle OPTIONS request
  • Add query parameters to backend schema
  • Backend endpoints handle count parameter #67
  • Relaxed password requirements and make min pw length configurable #68
  • Allow email as user name login #66
fusio -

Published by chriskapp about 7 years ago

  • Add config.yaml to deploy
  • Add system restore command
  • Improve HEAD and OPTIONS method handling
  • Cronjob handle errors
fusio -

Published by chriskapp about 7 years ago

  • Add cronjob service
  • Add a schema to every backend endpoint
  • Fix route path regexp validation #63
  • Update API doc
fusio -

Published by chriskapp about 7 years ago

  • Improved documentation add backend api reference and action examples
  • Add PATCH method support - @christoph-bessei
  • Update dependencies and prepare release
fusio -

Published by chriskapp about 7 years ago

  • Add scopes per route #55
  • Add OAuth2 refresh token endpoint #16
  • Added static file processor
  • Case insensitive env vars replacement
fusio -

Published by chriskapp about 7 years ago

  • Added automatic engine detection
  • Improved backend app
  • Log execution time of an action and add new statistics
  • Added openapi generation and import support
  • Handle schema for query parameters
  • Improved route serialization #44
  • Handle multiple responses for different status codes
  • Split up deploy file into separate files
  • Removed routes action and schema relation handling
  • Removed old upgrade paths
  • Execute migration on an empty database schema
fusio -

Published by chriskapp over 7 years ago

  • Deploy command handle verbose mode
  • Add general update code which inserts new routes on update
  • Add statistic request count method
fusio -

Published by chriskapp over 7 years ago

  • Add audit panel which contains a log from every action on the system
  • Added event handler
fusio -

Published by chriskapp over 7 years ago

  • Rename default namespace
  • Update docs
  • Add action engine parameter to export
fusio -

Published by chriskapp over 7 years ago

  • Improved deploy service
  • Changed default todo sample API to php file engine
  • Option to set config values in the deploy file
  • Add action resolver which determines the engine which is used i.e. php or v8
  • Move routes config handling to a separate service