- Renamed consumer app to developer and improved the app
- Added SQL table action
- Option to provide the request method when testing an action
- Streamlined backend ui
- Improved route lookup speed
- Backend add global loading animation
- Fixed detail and schema import/export command
- Added dialog to test an action
- Database ui add auto increment option
- Add repeat password question to adduser command
- Added TryCatch action
- SQL-Connection set utf8 charset and disable emulated prepared statements for mysql
- Added more template filters
- Added user object to context at the condition action
- Improve SQL-Builder action
- Add an option to provide examples for each API endpoint to the documentation
- Unified url configuration for the backend, consumer and documentation app
- Add overview doc
- Add config help
- Fix route deployment to live
- Consumer add documentation link
- Fix consumer navigation
- Rewrote consumer implementation moved from jQuery to AngularJS
- Add backend database panel to create and edit database schemas
- Moved route configuration into a seperate table and add deploy mechanism which copies all route configurations if the API status is set to production
- Add backend configuration
- Add sqlbuilder action to build a response based on multiple SQL queries
- Improved docs
- Add user to context
- Upgrade backend app to angular 1.5, angular-ui 1.2 and bootstrap 3.3
- Add parameters field to app
- Upgrade PSX to 2.0
- Add system import/export command
- Add user to context
- Add jsonschema import and generate access token command
- Improved services to check whether a resource already exists
- Added documentation and improved help docs
- Moved backend code into seperate composer project
- Encrypt connection credentials in database
- Added a access token generation method to the app service which is used globally
- Add support for implicit grant to simplify the use of Fusio for js applications
- Action cache consider also uri fragments and parameters in cache key
- Removed client credentials grant and use instead password grant
- Added consumer API and javascript client implementation
- Improved code architecture
- Added RAML import
- Added json schema export command
- Generate more secure tokens and passwords
- Fixed a security issue where the installer installs a test admin account with a fix username and password
- Added adapter system
- Changing a action or schema which are used by a route in production status is not longer possible
- Added and improved various actions
- Improve access token generator
- Moved action and connection class definition from config file into a seperate table
- Improved backend modal dialogs
- Add export schema into different formats
- Update API documentation viewer #10
- Add row exists filter
- Added javascript angular protractor e2e tests
- Add documentation api test case
- Add change password panel #1
- Fix query filter and add test case
- Fix log pagination #8
- Improved installer
- Add statistic panel to backend
- Log errors which occur in an action and display them in the log details
- Redirect DisplayException if thrown in template context
- Fix js user controller remove apps data before update
- Extended test cases
- Check that provided jsonschema is an object type
- Make dashboard chart more responsive
- Add more test cases
- Add database version
- Update help and fix help references
- Fixed handling action and connection config parameters
- Initial release