Search is not available for this dataset
id
stringlengths
1
8
text
stringlengths
72
9.81M
addition_count
int64
0
10k
commit_subject
stringlengths
0
3.7k
deletion_count
int64
0
8.43k
file_extension
stringlengths
0
32
lang
stringlengths
1
94
license
stringclasses
10 values
repo_name
stringlengths
9
59
10048650
<NME> README.md <BEF> # Flysystem Adapter for Google Drive [![Author](https://img.shields.io/badge/author-nao--pon%20hypweb-blue.svg?style=flat)](http://xoops.hypweb.net/) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) ## Installation - For Google Drive AP...
6
Update README.md
4
.md
md
mit
nao-pon/flysystem-google-drive
10048651
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
30
Clean up readme
27
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048652
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
30
Clean up readme
27
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048653
<NME> de_DE.po <BEF> ADDFILE <MSG> German translation language files [de_DE]. Deutsche Ubersetzung. <DFF> @@ -0,0 +1,128 @@ +msgid "" +msgstr "" +"Project-Id-Version: ZfcUser\n" +"Report-Msgid-Bugs-To: zf-devteam@zend.com\n" +"POT-Creation-Date: 2013-11-08 00:38+0100\n" +"PO-Revision-Date: 2014-02-27 13:36+0100\n" +"L...
128
German translation language files [de_DE]. Deutsche Ubersetzung.
0
.po
po
bsd-3-clause
ZF-Commons/ZfcUser
10048654
<NME> de_DE.po <BEF> ADDFILE <MSG> German translation language files [de_DE]. Deutsche Ubersetzung. <DFF> @@ -0,0 +1,128 @@ +msgid "" +msgstr "" +"Project-Id-Version: ZfcUser\n" +"Report-Msgid-Bugs-To: zf-devteam@zend.com\n" +"POT-Creation-Date: 2013-11-08 00:38+0100\n" +"PO-Revision-Date: 2014-02-27 13:36+0100\n" +"L...
128
German translation language files [de_DE]. Deutsche Ubersetzung.
0
.po
po
bsd-3-clause
ZF-Commons/ZfcUser
10048655
<NME> Login.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Element; use ZfcUser\Options\AuthenticationOptionsInterface; class Login extends ProvidesEventsForm { /** * @var AuthenticationOptionsInterface */ protected $authOptions; public function __construct($name, AuthenticationOptionsI...
2
Merge pull request #60 from weierophinney/feature/form-fixes
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048656
<NME> Login.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Element; use ZfcUser\Options\AuthenticationOptionsInterface; class Login extends ProvidesEventsForm { /** * @var AuthenticationOptionsInterface */ protected $authOptions; public function __construct($name, AuthenticationOptionsI...
2
Merge pull request #60 from weierophinney/feature/form-fixes
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048657
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use DateTime; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use ZfcBase\EventManager\EventProvider; use ZfcBase\Mapper\DataMapperInterface as UserMapper; use ZfcUser\Mapper\UserMetaInterface as UserMetaMapper; use ZfcUser\Options\UserServiceOp...
80
Merge branch 'feature/performance'
13
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048658
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use DateTime; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use ZfcBase\EventManager\EventProvider; use ZfcBase\Mapper\DataMapperInterface as UserMapper; use ZfcUser\Mapper\UserMetaInterface as UserMetaMapper; use ZfcUser\Options\UserServiceOp...
80
Merge branch 'feature/performance'
13
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048659
<NME> GoogleDriveAdapter.php <BEF> <?php namespace Hypweb\Flysystem\GoogleDrive; use Google_Service_Drive; use Google_Service_Drive_DriveFile; use Google_Service_Drive_FileList; use Google_Service_Drive_Permission; use Google_Http_MediaFileUpload; use League\Flysystem\Adapter\AbstractAdapter; use League\Flysystem\Adap...
1
Update GoogleDriveAdapter.php (#23)
1
.php
php
mit
nao-pon/flysystem-google-drive
10048660
<NME> ZfcUserAuthentication.php <BEF> <?php namespace ZfcUser\Controller\Plugin; use Zend\Mvc\Controller\Plugin\AbstractPlugin; use Zend\Authentication\AuthenticationService; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter; class ZfcUserAuthentication e...
2
Merge pull request #81 from adamlundrigan/hotfix/controller-plugin-error
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048661
<NME> ZfcUserAuthentication.php <BEF> <?php namespace ZfcUser\Controller\Plugin; use Zend\Mvc\Controller\Plugin\AbstractPlugin; use Zend\Authentication\AuthenticationService; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter; class ZfcUserAuthentication e...
2
Merge pull request #81 from adamlundrigan/hotfix/controller-plugin-error
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048662
<NME> README.md <BEF> ZfcUser ======= Version 0.0.1 Created by Evan Coury Introduction ------------ Created by Evan Coury and the ZF-Commons team Introduction ------------ ZfcUser is a user registration and authentication module for Zend Framework 2. ------------ * [Zend Framework 2](https://github.com/zendframewo...
13
Refactor from EdpUser to ZfcUser
13
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048663
<NME> README.md <BEF> ZfcUser ======= Version 0.0.1 Created by Evan Coury Introduction ------------ Created by Evan Coury and the ZF-Commons team Introduction ------------ ZfcUser is a user registration and authentication module for Zend Framework 2. ------------ * [Zend Framework 2](https://github.com/zendframewo...
13
Refactor from EdpUser to ZfcUser
13
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048664
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use Interop\Container\ContainerInterface; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use Zend\ServiceManager\ServiceManager; use Zend\Crypt\Password\Bcrypt; use Zend\Hydrator; use ZfcUser\EventManager\EventProvider; use ZfcUser\Mapper\UserI...
1
changed setFormHydrator parameter type
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048665
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use Interop\Container\ContainerInterface; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use Zend\ServiceManager\ServiceManager; use Zend\Crypt\Password\Bcrypt; use Zend\Hydrator; use ZfcUser\EventManager\EventProvider; use ZfcUser\Mapper\UserI...
1
changed setFormHydrator parameter type
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048666
<NME> BaseTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUserTest\Form\TestAsset\BaseExtension as Form; class BaseTest extends \PHPUnit_Framework_TestCase { public function testConstruct() { $form = new Form(); $elements = $form->getElements(); $this->assertArrayHasKey('use...
1
- fixed class use
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048667
<NME> BaseTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUserTest\Form\TestAsset\BaseExtension as Form; class BaseTest extends \PHPUnit_Framework_TestCase { public function testConstruct() { $form = new Form(); $elements = $form->getElements(); $this->assertArrayHasKey('use...
1
- fixed class use
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048668
<NME> UserBase.php <BEF> ADDFILE <MSG> Implement MappedSuperclass to allow extending user entity <DFF> @@ -0,0 +1,312 @@ +<?php + +namespace EdpUser\ModelBase; + +use DateTime, + Doctrine\ORM\Mapping as ORM, + EdpCommon\Model\ModelAbstract; + +/** + * @ORM\MappedSuperclass + */ +class UserBase extends ModelAbstr...
312
Implement MappedSuperclass to allow extending user entity
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048669
<NME> UserBase.php <BEF> ADDFILE <MSG> Implement MappedSuperclass to allow extending user entity <DFF> @@ -0,0 +1,312 @@ +<?php + +namespace EdpUser\ModelBase; + +use DateTime, + Doctrine\ORM\Mapping as ORM, + EdpCommon\Model\ModelAbstract; + +/** + * @ORM\MappedSuperclass + */ +class UserBase extends ModelAbstr...
312
Implement MappedSuperclass to allow extending user entity
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048670
<NME> ZfcUserLoginWidget.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use ZfcUser\Form\Login as LoginForm; use Zend\View\Model\ViewModel; class ZfcUserLoginWidget extends AbstractHelper { /** * Login Form * @var LoginForm */ protected $loginForm; /**...
1
Fix template name reference (zfcuser/login -> zfc-user/user/login)
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048671
<NME> ZfcUserLoginWidget.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use ZfcUser\Form\Login as LoginForm; use Zend\View\Model\ViewModel; class ZfcUserLoginWidget extends AbstractHelper { /** * Login Form * @var LoginForm */ protected $loginForm; /**...
1
Fix template name reference (zfcuser/login -> zfc-user/user/login)
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048672
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
4
Convert short array to long array
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048673
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
4
Convert short array to long array
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048674
<NME> BaseTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUser\Form\Base as Form; class BaseTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider providerTestConstruct */ public function testConstruct($useCaptcha = true, $captchaOptions = array()) { $options = $this->ge...
6
mock capcha adapter
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048675
<NME> BaseTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUser\Form\Base as Form; class BaseTest extends \PHPUnit_Framework_TestCase { /** * @dataProvider providerTestConstruct */ public function testConstruct($useCaptcha = true, $captchaOptions = array()) { $options = $this->ge...
6
mock capcha adapter
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048676
<NME> GoogleDriveAdapter.php <BEF> <?php namespace Hypweb\Flysystem\GoogleDrive; use Google_Service_Drive; use Google_Service_Drive_DriveFile; use Google_Service_Drive_FileList; use Google_Service_Drive_Permission; use Google_Http_MediaFileUpload; use League\Flysystem\Adapter\AbstractAdapter; use League\Flysystem\Adap...
11
Merge pull request #80 from underthecocotree/master
6
.php
php
mit
nao-pon/flysystem-google-drive
10048677
<NME> .travis.yml <BEF> ADDFILE <MSG> Add travis CI configuration file Until we have unit tests, we can already check coding standards automatically with Travis CI and PHP-CS-FIXER. <DFF> @@ -0,0 +1,12 @@ +language: php + +php: + - 5.3.3 + - 5.3 + - 5.4 + +before_install: + - wget http://cs.sensiolabs.org/get/php...
12
Add travis CI configuration file
0
.yml
travis
bsd-3-clause
ZF-Commons/ZfcUser
10048678
<NME> .travis.yml <BEF> ADDFILE <MSG> Add travis CI configuration file Until we have unit tests, we can already check coding standards automatically with Travis CI and PHP-CS-FIXER. <DFF> @@ -0,0 +1,12 @@ +language: php + +php: + - 5.3.3 + - 5.3 + - 5.4 + +before_install: + - wget http://cs.sensiolabs.org/get/php...
12
Add travis CI configuration file
0
.yml
travis
bsd-3-clause
ZF-Commons/ZfcUser
10048679
<NME> UserMetaInterface.php <BEF> ADDFILE <MSG> Begin work on usermeta stuff <DFF> @@ -0,0 +1,66 @@ +<?php + +namespace EdpUser\Model; + +interface UserMetaInterface +{ + /** + * Get userMetaId. + * + * @return int + */ + public function getUserMetaId(); + + /** + * Set userMetaId. + ...
66
Begin work on usermeta stuff
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048680
<NME> UserMetaInterface.php <BEF> ADDFILE <MSG> Begin work on usermeta stuff <DFF> @@ -0,0 +1,66 @@ +<?php + +namespace EdpUser\Model; + +interface UserMetaInterface +{ + /** + * Get userMetaId. + * + * @return int + */ + public function getUserMetaId(); + + /** + * Set userMetaId. + ...
66
Begin work on usermeta stuff
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048681
<NME> _form.phtml <BEF> <?php echo $this->form()->openTag($form) ?> <dl class="zend_form"> <?php foreach ($form as $element): ?> <?php if ($element->getLabel() != null && !$element instanceof Zend\Form\Element\Button): ?> <dt><?php echo $this->formLabel($element) ?></dt> ...
3
Merge pull request #653 from stijnhau/2.xCS
3
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048682
<NME> _form.phtml <BEF> <?php echo $this->form()->openTag($form) ?> <dl class="zend_form"> <?php foreach ($form as $element): ?> <?php if ($element->getLabel() != null && !$element instanceof Zend\Form\Element\Button): ?> <dt><?php echo $this->formLabel($element) ?></dt> ...
3
Merge pull request #653 from stijnhau/2.xCS
3
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048683
<NME> AbstractRecord.php <BEF> <?php namespace ZfcUser\Validator; use Zend\Validator\AbstractValidator; use ZfcUser\Mapper\UserInterface; abstract class AbstractRecord extends AbstractValidator { /** * Error constants */ const ERROR_NO_RECORD_FOUND = 'noRecordFound'; const ERROR_RECORD_FOUND ...
1
Remove underscore from messageTemplates variable in AbstractRecord
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048684
<NME> AbstractRecord.php <BEF> <?php namespace ZfcUser\Validator; use Zend\Validator\AbstractValidator; use ZfcUser\Mapper\UserInterface; abstract class AbstractRecord extends AbstractValidator { /** * Error constants */ const ERROR_NO_RECORD_FOUND = 'noRecordFound'; const ERROR_RECORD_FOUND ...
1
Remove underscore from messageTemplates variable in AbstractRecord
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048685
<NME> UserController.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Form\FormInterface; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorInterface; use Zend\Stdlib\ResponseInterface as Response; use Zend\Stdlib\Parameters; use Zend\View\Model\ViewModel; use ZfcUser\Servi...
1
Remove useless argument
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048686
<NME> UserController.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Form\FormInterface; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorInterface; use Zend\Stdlib\ResponseInterface as Response; use Zend\Stdlib\Parameters; use Zend\View\Model\ViewModel; use ZfcUser\Servi...
1
Remove useless argument
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048687
<NME> README.md <BEF> # Flysystem Adapter for Google Drive [![Author](https://img.shields.io/badge/author-nao--pon%20hypweb-blue.svg?style=flat)](http://xoops.hypweb.net/) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) ## Installation - For Google Drive AP...
0
edit README.md
1
.md
md
mit
nao-pon/flysystem-google-drive
10048688
<NME> UserController.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Form\FormInterface; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorInterface; use Zend\Stdlib\ResponseInterface as Response; use Zend\Stdlib\Parameters; use Zend\View\Model\ViewModel; use ZfcUser\Servi...
5
Merge pull request #317 from Advanium/master
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048689
<NME> UserController.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Form\FormInterface; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorInterface; use Zend\Stdlib\ResponseInterface as Response; use Zend\Stdlib\Parameters; use Zend\View\Model\ViewModel; use ZfcUser\Servi...
5
Merge pull request #317 from Advanium/master
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048690
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcUser\Entity\UserInterface as UserEntityInterface; use Zend\Hydrator\HydratorInterface; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this-...
9
Merge pull request #86 from adamlundrigan/feature/mapper-events
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048691
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcUser\Entity\UserInterface as UserEntityInterface; use Zend\Hydrator\HydratorInterface; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this-...
9
Merge pull request #86 from adamlundrigan/feature/mapper-events
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048692
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
4
Updates to redirect funcationality
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048693
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
4
Updates to redirect funcationality
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048694
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
1
Registration form: move label from attributes to options
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048695
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
1
Registration form: move label from attributes to options
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048696
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
1
Merge pull request #237 from RickKuipers/patch-1
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048697
<NME> register.phtml <BEF> <h1><?php echo $this->translate('Register'); ?></h1> <?php if (!$this->enableRegistration) { print "Registration is disabled"; return; } $form = $this->registerForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/register')); $form->setAttribute('method', 'post')...
1
Merge pull request #237 from RickKuipers/patch-1
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048698
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
1
Update RedirectCallback.php
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048699
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
1
Update RedirectCallback.php
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048700
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
19
Update readme with basic install instructions
0
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048701
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
19
Update readme with basic install instructions
0
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048702
<NME> ZfcUserDisplayName.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use Zend\Authentication\AuthenticationService; use ZfcUser\Entity\UserInterface as User; class ZfcUserDisplayName extends AbstractHelper { /** * @var AuthenticationService */ protected $auth...
5
Merge remote-tracking branch 'PEM-FR/fix'
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048703
<NME> ZfcUserDisplayName.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use Zend\Authentication\AuthenticationService; use ZfcUser\Entity\UserInterface as User; class ZfcUserDisplayName extends AbstractHelper { /** * @var AuthenticationService */ protected $auth...
5
Merge remote-tracking branch 'PEM-FR/fix'
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048704
<NME> README.md <BEF> ADDFILE <MSG> Added disclaimer to avoid confusion about config files <DFF> @@ -0,0 +1,4 @@ +DO NOT EDIT THE CONFIG FILES DIRECTLY IN THIS DIRECTORY! +-------------------------------------------------------- + +Their values should be overridden elsewhere.
4
Added disclaimer to avoid confusion about config files
0
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048705
<NME> README.md <BEF> ADDFILE <MSG> Added disclaimer to avoid confusion about config files <DFF> @@ -0,0 +1,4 @@ +DO NOT EDIT THE CONFIG FILES DIRECTLY IN THIS DIRECTORY! +-------------------------------------------------------- + +Their values should be overridden elsewhere.
4
Added disclaimer to avoid confusion about config files
0
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048706
<NME> changeemail.phtml <BEF> ADDFILE <MSG> ability to change a user's email address <DFF> @@ -0,0 +1,32 @@ +<h3>Change Email for <?php echo $this->zfcUserDisplayName() ?></h3> +<?php + +$form = $this->changeEmailForm; + +$form->prepare(); +$form->setAttribute('action', $this->url('zfcuser/changeemail')); +$form->setA...
32
ability to change a user's email address
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048707
<NME> changeemail.phtml <BEF> ADDFILE <MSG> ability to change a user's email address <DFF> @@ -0,0 +1,32 @@ +<h3>Change Email for <?php echo $this->zfcUserDisplayName() ?></h3> +<?php + +$form = $this->changeEmailForm; + +$form->prepare(); +$form->setAttribute('action', $this->url('zfcuser/changeemail')); +$form->setA...
32
ability to change a user's email address
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048708
<NME> docker-machine-nfs.sh <BEF> #!/bin/bash # # The MIT License (MIT) # Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the “Software”), to deal # in the Software without re...
107
Merge pull request #18 from adlogix/feature/custom-share
20
.sh
sh
mit
adlogix/docker-machine-nfs
10048709
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
1
Changed readme to dump sql from doctrine CLI
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048710
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Code Coverage](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUser/badges/coverage.png?s=7d5932c77bea64a417ac8e3da51dca6da1fcb22e)](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs...
1
Changed readme to dump sql from doctrine CLI
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048711
<NME> AdapterChainEvent.php <BEF> <?php namespace ZfcUser\Authentication\Adapter; use Zend\EventManager\Event; use Zend\Stdlib\RequestInterface as Request; class AdapterChainEvent extends Event { /** * getIdentity * * @return mixed */ public function getIdentity() { return $th...
2
Typo fixed
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048712
<NME> AdapterChainEvent.php <BEF> <?php namespace ZfcUser\Authentication\Adapter; use Zend\EventManager\Event; use Zend\Stdlib\RequestInterface as Request; class AdapterChainEvent extends Event { /** * getIdentity * * @return mixed */ public function getIdentity() { return $th...
2
Typo fixed
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048713
<NME> RecordExistsTest.php <BEF> <?php namespace ZfcUserTest\Validator; use ZfcUser\Validator\RecordExists as Validator; class RecordExistsTest extends \PHPUnit_Framework_TestCase { protected $validator; protected $mapper; public function setUp() { $options = array('key' => 'username'); ...
6
Add @covers to validator tests
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048714
<NME> RecordExistsTest.php <BEF> <?php namespace ZfcUserTest\Validator; use ZfcUser\Validator\RecordExists as Validator; class RecordExistsTest extends \PHPUnit_Framework_TestCase { protected $validator; protected $mapper; public function setUp() { $options = array('key' => 'username'); ...
6
Add @covers to validator tests
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048715
<NME> .travis.yml <BEF> language: php php: - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer self-update - composer install --dev --prefer-source; - wget https://scrutinizer-ci.com/ocular.phar - mysql -e "create database IF NOT EXISTS zfc_user;" -uroot - mysql -e "create database IF NOT EXISTS zfc...
1
fix travis ci
1
.yml
travis
bsd-3-clause
ZF-Commons/ZfcUser
10048716
<NME> .travis.yml <BEF> language: php php: - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer self-update - composer install --dev --prefer-source; - wget https://scrutinizer-ci.com/ocular.phar - mysql -e "create database IF NOT EXISTS zfc_user;" -uroot - mysql -e "create database IF NOT EXISTS zfc...
1
fix travis ci
1
.yml
travis
bsd-3-clause
ZF-Commons/ZfcUser
10048717
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcUser\Entity\UserInterface as UserEntityInterface; use Zend\Hydrator\HydratorInterface; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this...
3
fix for ZfcBase/Mapper/AbstractDbMapper::getSelect update
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048718
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcUser\Entity\UserInterface as UserEntityInterface; use Zend\Hydrator\HydratorInterface; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this...
3
fix for ZfcBase/Mapper/AbstractDbMapper::getSelect update
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048719
<NME> UserTest.php <BEF> ADDFILE <MSG> Added a few tests for User Mapper <DFF> @@ -0,0 +1,62 @@ +<?php + +namespace ZfcUserTest\Mapper; + +use ZfcUser\Mapper\User as Mapper; + +class UserTest extends \PHPUnit_Framework_TestCase +{ + protected $mapper; + + public function setUp() + { + $mapper = new Map...
62
Added a few tests for User Mapper
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048720
<NME> UserTest.php <BEF> ADDFILE <MSG> Added a few tests for User Mapper <DFF> @@ -0,0 +1,62 @@ +<?php + +namespace ZfcUserTest\Mapper; + +use ZfcUser\Mapper\User as Mapper; + +class UserTest extends \PHPUnit_Framework_TestCase +{ + protected $mapper; + + public function setUp() + { + $mapper = new Map...
62
Added a few tests for User Mapper
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048721
<NME> LICENSE <BEF> ADDFILE <MSG> Create LICENSE <DFF> @@ -0,0 +1,27 @@ +Copyright (c) 2013, ZF-Commons Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + Redistributions of source cod...
27
Create LICENSE
0
LICENSE
bsd-3-clause
ZF-Commons/ZfcUser
10048722
<NME> LICENSE <BEF> ADDFILE <MSG> Create LICENSE <DFF> @@ -0,0 +1,27 @@ +Copyright (c) 2013, ZF-Commons Contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + Redistributions of source cod...
27
Create LICENSE
0
LICENSE
bsd-3-clause
ZF-Commons/ZfcUser
10048723
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use Interop\Container\ContainerInterface; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use Zend\ServiceManager\ServiceManager; use Zend\Crypt\Password\Bcrypt; use Zend\Hydrator; use ZfcUser\EventManager\EventProvider; use ZfcUser\Mapper\UserI...
3
Merge pull request #314 from stefanorg/master
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048724
<NME> User.php <BEF> <?php namespace ZfcUser\Service; use Interop\Container\ContainerInterface; use Zend\Authentication\AuthenticationService; use Zend\Form\Form; use Zend\ServiceManager\ServiceManager; use Zend\Crypt\Password\Bcrypt; use Zend\Hydrator; use ZfcUser\EventManager\EventProvider; use ZfcUser\Mapper\UserI...
3
Merge pull request #314 from stefanorg/master
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048725
<NME> Db.php <BEF> <?php namespace ZfcUser\Authentication\Storage; use Interop\Container\ContainerInterface; use Zend\Authentication\Storage; use Zend\Authentication\Storage\StorageInterface; use Zend\ServiceManager\ServiceManager; use ZfcUser\Mapper\UserInterface as UserMapper; class Db implements Storage\StorageIn...
9
Storage empty when user is not found in database
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048726
<NME> Db.php <BEF> <?php namespace ZfcUser\Authentication\Storage; use Interop\Container\ContainerInterface; use Zend\Authentication\Storage; use Zend\Authentication\Storage\StorageInterface; use Zend\ServiceManager\ServiceManager; use ZfcUser\Mapper\UserInterface as UserMapper; class Db implements Storage\StorageIn...
9
Storage empty when user is not found in database
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048727
<NME> schema.mysql.sql <BEF> ADDFILE <MSG> Merge pull request #268 from garygolden/master mysql specific sql file <DFF> @@ -0,0 +1,9 @@ +CREATE TABLE `user` +( + `user_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, + `username` VARCHAR(255) DEFAULT NULL UNIQUE, + `email` VARCHAR(255)...
9
Merge pull request #268 from garygolden/master
0
.sql
mysql
bsd-3-clause
ZF-Commons/ZfcUser
10048728
<NME> schema.mysql.sql <BEF> ADDFILE <MSG> Merge pull request #268 from garygolden/master mysql specific sql file <DFF> @@ -0,0 +1,9 @@ +CREATE TABLE `user` +( + `user_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, + `username` VARCHAR(255) DEFAULT NULL UNIQUE, + `email` VARCHAR(255)...
9
Merge pull request #268 from garygolden/master
0
.sql
mysql
bsd-3-clause
ZF-Commons/ZfcUser
10048729
<NME> changepassword.phtml <BEF> ADDFILE <MSG> Merge pull request #114 from bjyoungblood/feature/change-password Feature/change password <DFF> @@ -0,0 +1,42 @@ +<h3>Change Password for <?php echo $this->zfcUserDisplayName() ?><h3> +<?php + +$form = $this->changePasswordForm; + +$form->prepare(); +$form->setAttribute('...
42
Merge pull request #114 from bjyoungblood/feature/change-password
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048730
<NME> changepassword.phtml <BEF> ADDFILE <MSG> Merge pull request #114 from bjyoungblood/feature/change-password Feature/change password <DFF> @@ -0,0 +1,42 @@ +<h3>Change Password for <?php echo $this->zfcUserDisplayName() ?><h3> +<?php + +$form = $this->changePasswordForm; + +$form->prepare(); +$form->setAttribute('...
42
Merge pull request #114 from bjyoungblood/feature/change-password
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048731
<NME> PasswordOptionsInterface.php <BEF> <?php namespace ZfcUser\Options; interface PasswordOptionsInterface { public function setPasswordSalt($salt); public function getPasswordSalt(); public function setPasswordCost($cost); public function getPasswordCost(); * @param int $passwordCost *...
0
Remove some leftover unused stuff
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048732
<NME> PasswordOptionsInterface.php <BEF> <?php namespace ZfcUser\Options; interface PasswordOptionsInterface { public function setPasswordSalt($salt); public function getPasswordSalt(); public function setPasswordCost($cost); public function getPasswordCost(); * @param int $passwordCost *...
0
Remove some leftover unused stuff
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048733
<NME> module.config.php <BEF> <?php return array( 'view_manager' => array( 'template_path_stack' => array( 'zfcuser' => __DIR__ . '/../view', ), ), 'router' => array( 'routes' => array( 'zfcuser' => array( 'type' => 'Literal', ...
4
load zend\form\view helpers
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048734
<NME> module.config.php <BEF> <?php return array( 'view_manager' => array( 'template_path_stack' => array( 'zfcuser' => __DIR__ . '/../view', ), ), 'router' => array( 'routes' => array( 'zfcuser' => array( 'type' => 'Literal', ...
4
load zend\form\view helpers
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048735
<NME> module.edpuser.config.php <BEF> ADDFILE <MSG> Use module name as viewscript path and add drop-in config file for conf.d directory <DFF> @@ -0,0 +1,155 @@ +<?php +/** + * EdpUser Configuration + */ +$edpUserSettings = array( + /** + * Database Abstraction + * + * Specify which of the database abstr...
155
Use module name as viewscript path and add drop-in config file for conf.d directory
0
.php
edpuser
bsd-3-clause
ZF-Commons/ZfcUser
10048736
<NME> module.edpuser.config.php <BEF> ADDFILE <MSG> Use module name as viewscript path and add drop-in config file for conf.d directory <DFF> @@ -0,0 +1,155 @@ +<?php +/** + * EdpUser Configuration + */ +$edpUserSettings = array( + /** + * Database Abstraction + * + * Specify which of the database abstr...
155
Use module name as viewscript path and add drop-in config file for conf.d directory
0
.php
edpuser
bsd-3-clause
ZF-Commons/ZfcUser
10048737
<NME> DbTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\Event; use ZfcUser\Authentication\Adapter\Db; class DbTest extends \PHPUnit_Framework_TestCase { /** * The object to be tested. * * @var Db */ protected $db; /** * Mock of AuthEvent....
1
Merge pull request #535 from adamlundrigan/hotfix/534
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048738
<NME> DbTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\Event; use ZfcUser\Authentication\Adapter\Db; class DbTest extends \PHPUnit_Framework_TestCase { /** * The object to be tested. * * @var Db */ protected $db; /** * Mock of AuthEvent....
1
Merge pull request #535 from adamlundrigan/hotfix/534
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048739
<NME> UserTest.php <BEF> <?php namespace ZfcUserTest\Service; use ZfcUser\Service\User as Service; use Zend\Crypt\Password\Bcrypt; class UserTest extends \PHPUnit_Framework_TestCase { protected $service; protected $options; protected $serviceManager; protected $formHydrator; protected $eventM...
143
Remove default user state value check during registration process Closes #523
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048740
<NME> UserTest.php <BEF> <?php namespace ZfcUserTest\Service; use ZfcUser\Service\User as Service; use Zend\Crypt\Password\Bcrypt; class UserTest extends \PHPUnit_Framework_TestCase { protected $service; protected $options; protected $serviceManager; protected $formHydrator; protected $eventM...
143
Remove default user state value check during registration process Closes #523
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048741
<NME> Login.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Element; use ZfcUser\Options\AuthenticationOptionsInterface; class Login extends ProvidesEventsForm { /** * @var AuthenticationOptionsInterface */ protected $authOptions; public function __construct($name, AuthenticationOptionsI...
4
Merge pull request #102 from EvanDotPro/hotfix/login-button-label
6
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048742
<NME> Login.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Element; use ZfcUser\Options\AuthenticationOptionsInterface; class Login extends ProvidesEventsForm { /** * @var AuthenticationOptionsInterface */ protected $authOptions; public function __construct($name, AuthenticationOptionsI...
4
Merge pull request #102 from EvanDotPro/hotfix/login-button-label
6
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048743
<NME> AuthenticationService.php <BEF> ADDFILE <MSG> Begin refactor of authentication layer - Event-driven authentication service - Adapters are listeners - Added db adapter which uses the user mapper interface <DFF> @@ -0,0 +1,165 @@ +<?php + +namespace EdpUser\Authentication; + +use EdpCommon\EventManager\EventProvi...
165
Begin refactor of authentication layer
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048744
<NME> AuthenticationService.php <BEF> ADDFILE <MSG> Begin refactor of authentication layer - Event-driven authentication service - Adapters are listeners - Added db adapter which uses the user mapper interface <DFF> @@ -0,0 +1,165 @@ +<?php + +namespace EdpUser\Authentication; + +use EdpCommon\EventManager\EventProvi...
165
Begin refactor of authentication layer
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048745
<NME> UserControllerTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Form\FormElementManager; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Controller\UserController as Controller; use Zend\Http\Response; use Zend\Stdlib\Parameters; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Se...
1
fix CS
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048746
<NME> UserControllerTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Form\FormElementManager; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Controller\UserController as Controller; use Zend\Http\Response; use Zend\Stdlib\Parameters; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Se...
1
fix CS
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048747
<NME> DbTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\Event; use ZfcUser\Authentication\Adapter\Db; class DbTest extends \PHPUnit_Framework_TestCase { /** * The object to be tested. * * @var Db */ protected $db; /** * Mock of AuthEvent....
1
Fix test suite failure intoduced in #511
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048748
<NME> DbTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\Event; use ZfcUser\Authentication\Adapter\Db; class DbTest extends \PHPUnit_Framework_TestCase { /** * The object to be tested. * * @var Db */ protected $db; /** * Mock of AuthEvent....
1
Fix test suite failure intoduced in #511
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048749
<NME> docker-machine-nfs.sh <BEF> #!/bin/bash # # The MIT License (MIT) # Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the “Software”), to deal # in the Software without re...
2
set nfsvers=3 as the default option (#92)
2
.sh
sh
mit
adlogix/docker-machine-nfs