All notable changes to this project will be documented in this file.
- Update app version to v0.1.0 (Material Design release)
- Fix database init on PostgreSQL (see #91)
More flexibility. View diff.
- Add paging on
/translations
and/translation_commits
endpoints - Add
/languages
endpoint to list available languages - Allow versioning of the API via the FosRestBundle version listener
- Set the app locale according to the Accept-Language header
- Add doctrine/migration to migrate from a version to another
- The new web-app is available on the
/app
page
Quick UI patch. View diff.
- UI: Add the Ctrl+Enter shortcut to save & approve translations
Initial version.
- RESTful API for
/projects
,/resources
,/translations
and/me
endpoints - Authentification via HTTP Basic
- User storage in database only
- Javascript client as a "Single Page App", built with BackboneJS, MarionetteJS and Browserify