partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d76177b59f742e4c35969a4b54ee0b36c1a6eb1
parent 40b3b77e79951718bfe84ce266f1b084d3fe3817
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  2 Oct 2015 14:18:00 +0200

Reworked authentication implementation, migrated user editor

Diffstat:
Mcomposer.lock | 146++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 127 insertions(+), 19 deletions(-)

diff --git a/composer.lock b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "151b5e0a91463043b58cb73202780aec", + "hash": "f26f4b89b40219bd1f5f6c3837931fdc", "packages": [ { "name": "atelierspierrot/famfamfam-silk-sprite", @@ -1522,6 +1522,61 @@ "time": "2015-07-28 21:55:03" }, { + "name": "fr3d/ldap-bundle", + "version": "2.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/Maks3w/FR3DLdapBundle.git", + "reference": "59d002df39bdb75fe6e5d12a4d61904d30e84711" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Maks3w/FR3DLdapBundle/zipball/59d002df39bdb75fe6e5d12a4d61904d30e84711", + "reference": "59d002df39bdb75fe6e5d12a4d61904d30e84711", + "shasum": "" + }, + "require": { + "ext-ldap": "*", + "php": ">=5.3.2", + "symfony/config": "~2.1", + "symfony/dependency-injection": "~2.1", + "symfony/security": "~2.1", + "symfony/security-bundle": "~2.1", + "zendframework/zend-ldap": "~2" + }, + "require-dev": { + "fabpot/php-cs-fixer": "*", + "phpunit/phpunit": "~4", + "symfony/validator": "~2.1" + }, + "suggest": { + "friendsofsymfony/user-bundle": "Integrate authentication and management for DB users, useful for unmanaged LDAP servers", + "symfony/validator": "Allow pre-validate for existing users before register new ones" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "FR3D\\LdapBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Maks3w" + } + ], + "description": "This package provide users and authentication services based on LDAP directories for Symfony2 framework", + "homepage": "https://github.com/Maks3w/FR3DLdapBundle", + "keywords": [ + "Authentication", + "ldap" + ], + "time": "2015-04-29 08:53:27" + }, + { "name": "friendsofsymfony/rest-bundle", "version": "1.7.1", "target-dir": "FOS/RestBundle", @@ -2229,12 +2284,12 @@ "source": { "type": "git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git", - "reference": "874c8752e6114fd2d384d93d48e859a680f2ae9d" + "reference": "9af37448fa2f82856d068205afa96e9874527672" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/874c8752e6114fd2d384d93d48e859a680f2ae9d", - "reference": "874c8752e6114fd2d384d93d48e859a680f2ae9d", + "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/9af37448fa2f82856d068205afa96e9874527672", + "reference": "9af37448fa2f82856d068205afa96e9874527672", "shasum": "" }, "require": { @@ -2300,7 +2355,7 @@ "documentation", "rest" ], - "time": "2015-08-13 07:46:00" + "time": "2015-09-30 21:35:45" }, { "name": "nikic/php-parser", @@ -2443,12 +2498,12 @@ "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/felicitus/remote-file-loader.git", + "url": "https://github.com/partkeepr/remote-file-loader.git", "reference": "28ebb808e854f9f3ca0e1efb406d0b25336312ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/felicitus/remote-file-loader/zipball/28ebb808e854f9f3ca0e1efb406d0b25336312ec", + "url": "https://api.github.com/repos/partkeepr/remote-file-loader/zipball/28ebb808e854f9f3ca0e1efb406d0b25336312ec", "reference": "28ebb808e854f9f3ca0e1efb406d0b25336312ec", "shasum": "" }, @@ -3600,16 +3655,16 @@ }, { "name": "willdurand/negotiation", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3" + "reference": "2a59f2376557303e3fa91465ab691abb82945edf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3", - "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf", + "reference": "2a59f2376557303e3fa91465ab691abb82945edf", "shasum": "" }, "require": { @@ -3618,7 +3673,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -3632,7 +3687,7 @@ ], "authors": [ { - "name": "William DURAND", + "name": "William Durand", "email": "william.durand1@gmail.com" } ], @@ -3645,7 +3700,7 @@ "header", "negotiation" ], - "time": "2015-07-28 13:10:50" + "time": "2015-10-01 07:42:40" }, { "name": "zendframework/zend-code", @@ -3802,6 +3857,58 @@ "time": "2015-09-17 14:06:43" }, { + "name": "zendframework/zend-ldap", + "version": "2.5.1", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-ldap.git", + "reference": "c647a86224030543401634dbafd514074b49b2b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-ldap/zipball/c647a86224030543401634dbafd514074b49b2b6", + "reference": "c647a86224030543401634dbafd514074b49b2b6", + "shasum": "" + }, + "require": { + "ext-ldap": "*", + "php": ">=5.3.23", + "zendframework/zend-stdlib": "~2.5" + }, + "require-dev": { + "fabpot/php-cs-fixer": "1.7.*", + "phpunit/phpunit": "~4.0", + "zendframework/zend-config": "~2.5", + "zendframework/zend-eventmanager": "~2.5" + }, + "suggest": { + "zendframework/zend-eventmanager": "Zend\\EventManager component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev", + "dev-develop": "2.6-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Ldap\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory", + "homepage": "https://github.com/zendframework/zend-ldap", + "keywords": [ + "ldap", + "zf2" + ], + "time": "2015-06-03 15:32:02" + }, + { "name": "zendframework/zend-stdlib", "version": "2.7.3", "source": { @@ -4373,16 +4480,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.9", + "version": "4.8.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b" + "reference": "463163747474815c5ccd4ae12b5b355ec12158e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b", - "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/463163747474815c5ccd4ae12b5b355ec12158e8", + "reference": "463163747474815c5ccd4ae12b5b355ec12158e8", "shasum": "" }, "require": { @@ -4441,7 +4548,7 @@ "testing", "xunit" ], - "time": "2015-09-20 12:56:44" + "time": "2015-10-01 09:14:30" }, { "name": "phpunit/phpunit-mock-objects", @@ -4942,6 +5049,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { + "fr3d/ldap-bundle": 20, "nelmio/api-doc-bundle": 20, "cbsi/doctrine2-nestedset": 20, "partkeepr/extjs6": 20,