Private
Public Access
1
0

add half-finished work

This commit is contained in:
2018-05-19 19:01:08 +02:00
parent 0e86f7d4aa
commit 2f3062bf33
7 changed files with 133 additions and 113 deletions

View File

@@ -10,6 +10,8 @@ imports:
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters: parameters:
locale: en locale: en
fos.email: 7system7@gmail.com
fos.name: system7
framework: framework:
#esi: ~ #esi: ~
@@ -87,6 +89,9 @@ fos_user:
db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel' db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
firewall_name: secured_area firewall_name: secured_area
user_class: Jotunheimr\UserBundle\Entity\User user_class: Jotunheimr\UserBundle\Entity\User
from_email:
address: "%fos.email%"
sender_name: "%fos.name%"
# Facebook OAuth # Facebook OAuth
hwi_oauth: hwi_oauth:

235
composer.lock generated
View File

@@ -122,16 +122,16 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.3.1", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558" "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558", "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
"reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -140,7 +140,7 @@
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "1.*", "doctrine/cache": "1.*",
"phpunit/phpunit": "^5.6.1" "phpunit/phpunit": "^5.7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -186,7 +186,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2016-12-30 15:59:45" "time": "2017-02-24 16:22:25"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@@ -400,16 +400,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.10", "version": "v2.5.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "fc376f7a61498e18520cd6fa083752a4ca08072b" "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b", "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
"reference": "fc376f7a61498e18520cd6fa083752a4ca08072b", "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -467,7 +467,7 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2017-01-23 23:17:10" "time": "2017-02-08 12:53:47"
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
@@ -1076,12 +1076,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
"reference": "6b8828bcc64d0861b3918e1551947112d58e4d0c" "reference": "a2e1305135a012ab37d978bb6f222e012d85b940"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6b8828bcc64d0861b3918e1551947112d58e4d0c", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/a2e1305135a012ab37d978bb6f222e012d85b940",
"reference": "6b8828bcc64d0861b3918e1551947112d58e4d0c", "reference": "a2e1305135a012ab37d978bb6f222e012d85b940",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1091,7 +1091,8 @@
"symfony/framework-bundle": "^2.7 || ^3.0", "symfony/framework-bundle": "^2.7 || ^3.0",
"symfony/security-bundle": "^2.7 || ^3.0", "symfony/security-bundle": "^2.7 || ^3.0",
"symfony/templating": "^2.7 || ^3.0", "symfony/templating": "^2.7 || ^3.0",
"symfony/twig-bundle": "^2.7 || ^3.0" "symfony/twig-bundle": "^2.7 || ^3.0",
"twig/twig": "^1.28 || ^2.0"
}, },
"conflict": { "conflict": {
"doctrine/doctrine-bundle": "<1.3", "doctrine/doctrine-bundle": "<1.3",
@@ -1144,7 +1145,7 @@
"keywords": [ "keywords": [
"User management" "User management"
], ],
"time": "2017-01-27 14:24:54" "time": "2017-03-03 08:29:49"
}, },
{ {
"name": "gos/pnctl-event-loop-emitter", "name": "gos/pnctl-event-loop-emitter",
@@ -1351,16 +1352,16 @@
}, },
{ {
"name": "gos/web-socket-bundle", "name": "gos/web-socket-bundle",
"version": "v1.8.5", "version": "v1.8.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/GeniusesOfSymfony/WebSocketBundle.git", "url": "https://github.com/GeniusesOfSymfony/WebSocketBundle.git",
"reference": "1c78ab0ef73650112e966330f1f2d990f1b6b930" "reference": "85a403b270458c31d7a15f4f2404dfd5741ef8c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketBundle/zipball/1c78ab0ef73650112e966330f1f2d990f1b6b930", "url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketBundle/zipball/85a403b270458c31d7a15f4f2404dfd5741ef8c2",
"reference": "1c78ab0ef73650112e966330f1f2d990f1b6b930", "reference": "85a403b270458c31d7a15f4f2404dfd5741ef8c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1389,7 +1390,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7.x-dev" "dev-master": "1.8.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1420,7 +1421,7 @@
"io", "io",
"websocket" "websocket"
], ],
"time": "2016-12-10 20:37:57" "time": "2017-02-16 14:56:56"
}, },
{ {
"name": "gos/websocket-client", "name": "gos/websocket-client",
@@ -1676,21 +1677,21 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.2.2", "version": "6.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.3.1", "guzzlehttp/psr7": "^1.4",
"php": ">=5.5" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
@@ -1734,7 +1735,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2016-10-08 15:01:37" "time": "2017-02-28 22:50:30"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@@ -1789,16 +1790,16 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.3.1", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1834,16 +1835,23 @@
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
} }
], ],
"description": "PSR-7 message implementation", "description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [ "keywords": [
"http", "http",
"message", "message",
"request",
"response",
"stream", "stream",
"uri" "uri",
"url"
], ],
"time": "2016-06-24 23:00:38" "time": "2017-02-27 10:51:17"
}, },
{ {
"name": "hwi/oauth-bundle", "name": "hwi/oauth-bundle",
@@ -2184,16 +2192,16 @@
}, },
{ {
"name": "jms/serializer", "name": "jms/serializer",
"version": "1.4.2", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/serializer.git", "url": "https://github.com/schmittjoh/serializer.git",
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b" "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b", "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
"reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b", "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2215,11 +2223,12 @@
"jackalope/jackalope-doctrine-dbal": "^1.1.5", "jackalope/jackalope-doctrine-dbal": "^1.1.5",
"phpunit/phpunit": "^4.8|^5.0", "phpunit/phpunit": "^4.8|^5.0",
"propel/propel1": "~1.7", "propel/propel1": "~1.7",
"symfony/expression-language": "^2.6|^3.0",
"symfony/filesystem": "^2.1", "symfony/filesystem": "^2.1",
"symfony/form": "~2.1", "symfony/form": "~2.1|^3.0",
"symfony/translation": "^2.1", "symfony/translation": "^2.1|^3.0",
"symfony/validator": "^2.2", "symfony/validator": "^2.2|^3.0",
"symfony/yaml": "^2.1", "symfony/yaml": "^2.1|^3.0",
"twig/twig": "~1.12|~2.0" "twig/twig": "~1.12|~2.0"
}, },
"suggest": { "suggest": {
@@ -2228,7 +2237,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.5-dev"
} }
}, },
"autoload": { "autoload": {
@@ -2255,7 +2264,7 @@
"serialization", "serialization",
"xml" "xml"
], ],
"time": "2016-11-13 10:20:11" "time": "2017-02-14 14:35:22"
}, },
{ {
"name": "kriswallsmith/assetic", "name": "kriswallsmith/assetic",
@@ -2510,29 +2519,31 @@
}, },
{ {
"name": "ocramius/proxy-manager", "name": "ocramius/proxy-manager",
"version": "2.0.4", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git", "url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6" "reference": "d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/a55d08229f4f614bf335759ed0cf63378feeb2e6", "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435",
"reference": "a55d08229f4f614bf335759ed0cf63378feeb2e6", "reference": "d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ocramius/package-versions": "^1.0", "ocramius/package-versions": "^1.1.1",
"php": "7.0.0 - 7.0.5 || ^7.0.7", "php": "^7.1.0",
"zendframework/zend-code": "3.0.0 - 3.0.2 || ^3.0.4" "zendframework/zend-code": "^3.1.0"
}, },
"require-dev": { "require-dev": {
"couscous/couscous": "^1.4.0", "couscous/couscous": "^1.5.2",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.11.2", "humbug/humbug": "dev-master@DEV",
"phpunit/phpunit": "^5.4.6", "phpbench/phpbench": "^0.12.2",
"squizlabs/php_codesniffer": "^2.6.0" "phpunit/phpunit": "^5.6.4",
"phpunit/phpunit-mock-objects": "^3.4.1",
"squizlabs/php_codesniffer": "^2.7.0"
}, },
"suggest": { "suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
@@ -2571,20 +2582,20 @@
"proxy pattern", "proxy pattern",
"service proxies" "service proxies"
], ],
"time": "2016-11-04 15:53:15" "time": "2016-11-30 15:45:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.4", "version": "v2.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" "reference": "6968531206671f94377b01dc7888d5d1b858a01b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/6968531206671f94377b01dc7888d5d1b858a01b",
"reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "reference": "6968531206671f94377b01dc7888d5d1b858a01b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2619,7 +2630,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2016-11-07 23:38:38" "time": "2017-03-03 20:43:42"
}, },
{ {
"name": "phpcollection/phpcollection", "name": "phpcollection/phpcollection",
@@ -3139,16 +3150,16 @@
}, },
{ {
"name": "sensio/framework-extra-bundle", "name": "sensio/framework-extra-bundle",
"version": "v3.0.19", "version": "v3.0.23",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "d57c2f297d17ee82baf8cae0b16dae34a9378784" "reference": "d3601fd5709168ace7a1ca6eefa2619a1632b7f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d57c2f297d17ee82baf8cae0b16dae34a9378784", "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d3601fd5709168ace7a1ca6eefa2619a1632b7f7",
"reference": "d57c2f297d17ee82baf8cae0b16dae34a9378784", "reference": "d3601fd5709168ace7a1ca6eefa2619a1632b7f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3157,6 +3168,8 @@
"symfony/framework-bundle": "~2.3|~3.0" "symfony/framework-bundle": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-bundle": "~1.5",
"doctrine/orm": "~2.4,>=2.4.5",
"symfony/asset": "~2.7|~3.0", "symfony/asset": "~2.7|~3.0",
"symfony/browser-kit": "~2.3|~3.0", "symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0", "symfony/dom-crawler": "~2.3|~3.0",
@@ -3169,7 +3182,7 @@
"symfony/translation": "~2.3|~3.0", "symfony/translation": "~2.3|~3.0",
"symfony/twig-bundle": "~2.3|~3.0", "symfony/twig-bundle": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0",
"twig/twig": "~1.11|~2.0", "twig/twig": "~1.12|~2.0",
"zendframework/zend-diactoros": "^1.3" "zendframework/zend-diactoros": "^1.3"
}, },
"suggest": { "suggest": {
@@ -3203,20 +3216,20 @@
"annotations", "annotations",
"controllers" "controllers"
], ],
"time": "2017-01-10 19:42:56" "time": "2017-03-02 20:17:28"
}, },
{ {
"name": "sensiolabs/security-checker", "name": "sensiolabs/security-checker",
"version": "v4.0.0", "version": "v4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/security-checker.git", "url": "https://github.com/sensiolabs/security-checker.git",
"reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" "reference": "f2ce0035fc512287978510ca1740cd111d60f89f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/f2ce0035fc512287978510ca1740cd111d60f89f",
"reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", "reference": "f2ce0035fc512287978510ca1740cd111d60f89f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3247,20 +3260,20 @@
} }
], ],
"description": "A security checker for your composer.lock", "description": "A security checker for your composer.lock",
"time": "2016-09-23 18:09:57" "time": "2017-02-18 17:53:25"
}, },
{ {
"name": "snc/redis-bundle", "name": "snc/redis-bundle",
"version": "2.0.0", "version": "2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/snc/SncRedisBundle.git", "url": "https://github.com/snc/SncRedisBundle.git",
"reference": "b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb" "reference": "02c808d157c79ac32777e19f3ec31af24a32d2df"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb", "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/02c808d157c79ac32777e19f3ec31af24a32d2df",
"reference": "b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb", "reference": "02c808d157c79ac32777e19f3ec31af24a32d2df",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3312,20 +3325,20 @@
"redis", "redis",
"symfony" "symfony"
], ],
"time": "2016-06-17 11:50:26" "time": "2017-02-16 12:02:10"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.5", "version": "v5.4.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "cd142238a339459b10da3d8234220963f392540c" "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
"reference": "cd142238a339459b10da3d8234220963f392540c", "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3366,7 +3379,7 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2016-12-29 10:02:40" "time": "2017-02-13 07:52:53"
}, },
{ {
"name": "symfony/assetic-bundle", "name": "symfony/assetic-bundle",
@@ -3837,16 +3850,16 @@
}, },
{ {
"name": "symfony/swiftmailer-bundle", "name": "symfony/swiftmailer-bundle",
"version": "v2.4.2", "version": "v2.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/swiftmailer-bundle.git", "url": "https://github.com/symfony/swiftmailer-bundle.git",
"reference": "ad751095576ce0c12a284e30e3fff80c91f27225" "reference": "b59a70d03b948e29d070b6c4416b4a03af4748ec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/b59a70d03b948e29d070b6c4416b4a03af4748ec",
"reference": "ad751095576ce0c12a284e30e3fff80c91f27225", "reference": "b59a70d03b948e29d070b6c4416b4a03af4748ec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3868,7 +3881,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev" "dev-master": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3892,7 +3905,7 @@
], ],
"description": "Symfony SwiftmailerBundle", "description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2016-12-20 04:44:33" "time": "2017-03-02 16:47:57"
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
@@ -4038,16 +4051,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.2.2", "version": "v3.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda" "reference": "d6825c6bb2f1da13f564678f9f236fe8242c0029"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/6520f3d4cce604d9dd1e86cac7af954984dd9bda", "url": "https://api.github.com/repos/symfony/translation/zipball/d6825c6bb2f1da13f564678f9f236fe8242c0029",
"reference": "6520f3d4cce604d9dd1e86cac7af954984dd9bda", "reference": "d6825c6bb2f1da13f564678f9f236fe8242c0029",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4098,20 +4111,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-02 20:32:22" "time": "2017-02-16 22:46:52"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.1.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "9062992538bc5855a683c6737257bfa18d25a4b8" "reference": "29bb02dde09ff56291d30f7687eb8696918023af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9062992538bc5855a683c6737257bfa18d25a4b8", "url": "https://api.github.com/repos/twigphp/Twig/zipball/29bb02dde09ff56291d30f7687eb8696918023af",
"reference": "9062992538bc5855a683c6737257bfa18d25a4b8", "reference": "29bb02dde09ff56291d30f7687eb8696918023af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4119,13 +4132,14 @@
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0"
}, },
"require-dev": { "require-dev": {
"psr/container": "^1.0",
"symfony/debug": "~2.7", "symfony/debug": "~2.7",
"symfony/phpunit-bridge": "~3.2" "symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"autoload": { "autoload": {
@@ -4160,7 +4174,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2017-01-11 19:39:01" "time": "2017-02-27 00:16:20"
}, },
{ {
"name": "zendframework/zend-code", "name": "zendframework/zend-code",
@@ -4273,16 +4287,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "sensio/generator-bundle", "name": "sensio/generator-bundle",
"version": "v3.1.2", "version": "v3.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
"reference": "ec278c0bd530edf155c4a00900577b5cb80f559e" "reference": "c76c7833ed5ffe0f5aeef15e13939ddb59a684eb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ec278c0bd530edf155c4a00900577b5cb80f559e", "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/c76c7833ed5ffe0f5aeef15e13939ddb59a684eb",
"reference": "ec278c0bd530edf155c4a00900577b5cb80f559e", "reference": "c76c7833ed5ffe0f5aeef15e13939ddb59a684eb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4321,26 +4335,27 @@
} }
], ],
"description": "This bundle generates code for you", "description": "This bundle generates code for you",
"time": "2016-12-05 16:01:19" "time": "2017-03-03 15:22:50"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v3.2.2", "version": "v3.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b" "reference": "996374975357b569ea319ec1c98c5ca0f7dda610"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/996374975357b569ea319ec1c98c5ca0f7dda610",
"reference": "d32e4062c3a3dfb95709d2ca6dd89a327ae51c3b", "reference": "996374975357b569ea319ec1c98c5ca0f7dda610",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"suggest": { "suggest": {
"ext-zip": "Zip support is required when using bin/simple-phpunit",
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
}, },
"bin": [ "bin": [
@@ -4379,7 +4394,7 @@
], ],
"description": "Symfony PHPUnit Bridge", "description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-06 17:19:17" "time": "2017-01-21 17:06:35"
} }
], ],
"aliases": [], "aliases": [],

View File

@@ -1 +0,0 @@
src/Mine/SeekerBundle/Resources/public/js/node

View File

@@ -35,6 +35,6 @@
"multiplayer", "multiplayer",
"websocket" "websocket"
], ],
"author": "Laszlo Lang <system7>", "author": "Laszlo Lang <system7> www.laszlolang.com",
"license": "ISC" "license": "ISC"
} }

View File

@@ -0,0 +1 @@

View File

@@ -63,8 +63,8 @@
{% block body %} {% block body %}
<div class="txt"> <div class="txt">
<h1>Users</h1>
{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
<h1>Users</h1>
<div id="mine-user-list" <div id="mine-user-list"
data-env="{{ env }}" data-env="{{ env }}"
data-ssl="{{ ssl }}" data-ssl="{{ ssl }}"