All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Cron running configuration to run app async tasks on shared hostings by @kryst3q
- Possibility of adding new users from command line by @kryst3q
- Extracting metadata from video measurements by @kryst3q
- Uploading video measurements in AVI format by @kryst3q
- Possibility of changing user password by @kryst3q
- Content type of adding measurement to multipart/form-data by @kryst3q
- Names of properties in adding measurement request by @kryst3q
- Endpoint providing JSON OpenAPI documentation by @kryst3q
- Retrieving measurements list when some measurements don't have name by @kryst3q
- Sending account activation email asynchronously by @kryst3q
- Way of handling incoming commands by using Symfony Messenger by @kryst3q
- Returning "application/json" content type header on error by @kryst3q
- Activating registered account through an endpoint provided in an email by @kryst3q
- Way of installing (in Docker image build phase) and storing (in container only) composer dependencies in dev env by @kryst3q
- "ext-intl" as the requirement in composer.json file by @kryst3q
- Setting up twig as dev and test requirement only by @kryst3q
- Value for USER_ACTIVATION_LINK_URL dev env variable by @kryst3q
- Move symfony/http-client dependency from require-dev to require (needed by password checker) by @kryst3q
- Validating if user activation link didn't expired by @kryst3q
- Endpoint to activate freshly registered user account by @kryst3q
- User registration functionality by @kryst3q
- Symfony debug tools for improving development performance by @kryst3q
- Library to handle CORS requests by @kryst3q
- Testing framework (codeception) to the newest stable version (5.0.3) by @kryst3q
- Info about logged in user in the response of POST
/api/login_check
endpoint by @kryst3q
- API documentation according to OpenAPI standard using NelmioApiDocBundle library by @kryst3q
- Markdown Any Decision Record by @kryst3q to document project decisions
- Readme file by @kryst3q
- Changelog file by @kryst3q