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 7 years ago

  • Update api documentation app
  • Add oauth2 filter also for public endpoints if authorization header is available
  • Improve method selection performance
  • Added migration command which lists all executed migrations
fusio -

Published by chriskapp over 7 years ago

  • Deploy config allow schema include and class name as action in a route
fusio -

Published by chriskapp over 7 years ago

  • Updated default deployment configuration
  • Access env vars in deploy configuration
  • Handle non empty connection passwords in the deploy config #37
  • Extended manual
fusio -

Published by chriskapp over 7 years ago

  • Added deploy migration
fusio -

Published by chriskapp over 7 years ago

  • Added deploy command
  • Add issued token statistic
  • Add app token endpoint
  • The protected API endpoints accept now also a JWT as bearer token which was obtained by the /consumer/login endpoint
  • Added consumer endpoint documentation test cases
fusio -

Published by chriskapp over 7 years ago

  • Passthu schema fix handling empty request body
  • Updated v8 adapter
  • Updated manual
fusio -

Published by chriskapp over 7 years ago

  • Update v8 adapter
  • Connection test catch all exceptions and throw a http error
fusio -

Published by chriskapp over 7 years ago

  • Connection try to connect to remote service on creation
  • Improve designer css
  • Update dependencies
fusio -

Published by chriskapp over 7 years ago

  • Add http connection
  • Add schema and action designer
  • Update psx v8 component
fusio -

Published by chriskapp over 7 years ago

  • Register command add auto confirm option
fusio -

Published by chriskapp over 7 years ago

  • Fixed missing nav template
fusio -

Published by chriskapp over 7 years ago

  • Disable editing the default scopes
  • Added error panel
  • Redesigned backend ui and grouped main navigation into categories
fusio -

Published by chriskapp over 7 years ago

  • Update v8 adapter
fusio -

Published by chriskapp over 7 years ago

  • Fixed user system check
  • Transition backend app to browserify and remove bower_components
fusio -

Published by chriskapp almost 8 years ago

  • Added config tag form
  • Action and connection config allow scalar and array values
  • Update json schema preview style
  • Add system status check command
  • Removed randomlib and use random_bytes to generate token
fusio -

Published by chriskapp almost 8 years ago

  • Use chartjs 2.0
  • Use psx 3.0 components
  • Moved backend app to fusio/ folder to use less potential API paths
fusio -

Published by chriskapp almost 8 years ago

  • Added v8 processor action
  • Cleaned up engine
  • Removed database panel
  • Added swagger import
fusio -

Published by chriskapp almost 8 years ago

  • Added rate limit
  • Improved and extended console commands
  • Improved backend app
  • Added test cases
fusio -

Published by chriskapp about 8 years ago

  • Moved logic to the fusio engine and extracted action and connection implementation
  • Improved backend ui use Robot font
fusio -

Published by chriskapp about 8 years ago

  • Renamed consumer app to developer and improved the app
  • Added SQL table action
  • Option to provide the request method when testing an action