bin
|
Console commands are now lazy loaded
|
2017-12-27 15:37:26 +01:00 |
config
|
Console commands are now lazy loaded
|
2017-12-27 15:37:26 +01:00 |
data
|
Fixed typo
|
2017-10-25 16:19:08 +02:00 |
docs/swagger
|
Documented delete and edit tags endpoints
|
2017-07-15 12:13:59 +02:00 |
module
|
Fixed phpstan errors in ListKeysCommand
|
2017-12-27 15:56:26 +01:00 |
public
|
Migrated templates to plates
|
2017-10-12 10:03:20 +02:00 |
.env.dist
|
Removed rest auth env vars
|
2016-08-07 20:47:43 +02:00 |
.gitattributes
|
Created gitattributes file
|
2017-10-24 17:43:19 +02:00 |
.gitignore
|
Udated minimum PHP version and docker stuff
|
2017-10-12 09:24:47 +02:00 |
.phpstorm.meta.php
|
Moved command and app creation logic to a factory for install scripts
|
2017-07-05 18:12:03 +02:00 |
.scrutinizer.yml
|
Added CI config files
|
2016-04-17 19:34:16 +02:00 |
.travis.yml
|
Added phpstan to build matrix
|
2017-12-27 15:43:59 +01:00 |
build.sh
|
Ensured build does not fail when trying to delete missing optional files
|
2017-10-23 13:44:50 +02:00 |
CHANGELOG.md
|
Updated changelog
|
2017-10-25 16:21:34 +02:00 |
composer.json
|
Updated dependency constraints
|
2017-12-27 15:25:59 +01:00 |
docker-compose.override.yml.dist
|
Udated minimum PHP version and docker stuff
|
2017-10-12 09:24:47 +02:00 |
docker-compose.yml
|
Updated PathVersionMiddleware so that it is only applied to rest routes
|
2017-01-21 20:12:12 +01:00 |
func_tests_bootstrap.php
|
Ensured same testing database is used to generate with entities and to run functional tests
|
2017-10-23 12:19:28 +02:00 |
indocker
|
Created docker-related files
|
2017-01-19 22:56:45 +01:00 |
LICENSE
|
Updated license year
|
2017-01-22 10:59:35 +01:00 |
migrations.yml
|
Added doctrine migrations and remove platform specific code from entities
|
2016-08-19 14:51:34 +02:00 |
phpcs.xml
|
Improved coding styles
|
2017-10-12 10:13:20 +02:00 |
phpunit-func.xml
|
First version of functional tests working
|
2017-10-23 11:21:00 +02:00 |
phpunit.xml.dist
|
Created Core\ConfigProviderTest
|
2016-07-30 23:07:44 +02:00 |
README.md
|
Added badges to readme file
|
2016-08-01 21:26:47 +02:00 |