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 |
|---|---|---|---|---|---|---|---|---|
10048850 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* Turn off strict options mode
*/
protected $__strictMode__ = false;
... | 27 | Captcha options set for testing | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048851 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* Turn off strict options mode
*/
protected $__strictMode__ = false;
... | 27 | Captcha options set for testing | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048852 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends Options implements
AuthenticationOptionsInterface,
RegistrationOptionsInterface,
UserControllerOptionsInterface,
/**
* Turn off strict options mode
*/
protected $_... | 1 | s/Options/AbstractOpions | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048853 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends Options implements
AuthenticationOptionsInterface,
RegistrationOptionsInterface,
UserControllerOptionsInterface,
/**
* Turn off strict options mode
*/
protected $_... | 1 | s/Options/AbstractOpions | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048854 | <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... | 1 | Revert "Mount nfs share with option actimeo=0" | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048855 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods
{
/**
* Extract values from an object
*
* @param UserEntityInterface $object
* @return array
... | 12 | Fix Null Id, on create user Postgresql | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048856 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods
{
/**
* Extract values from an object
*
* @param UserEntityInterface $object
* @return array
... | 12 | Fix Null Id, on create user Postgresql | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048857 | <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',
... | 2 | Updated default config for injecting Zend DB adapter instead of PDO directly | 17 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048858 | <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',
... | 2 | Updated default config for injecting Zend DB adapter instead of PDO directly | 17 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048859 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 32 | [#28] Update README.md Post-Install instructions for new Zend\Db | 6 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048860 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 32 | [#28] Update README.md Post-Install instructions for new Zend\Db | 6 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048861 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 3 | Add description of new configuration field 'auth_identity_fields' to README.md | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048862 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 3 | Add description of new configuration field 'auth_identity_fields' to README.md | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048863 | <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 ... | 2 | Synchronization of French translation with ZF2 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048864 | <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 ... | 2 | Synchronization of French translation with ZF2 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048865 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 1 | Base user form should not trigger init event | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048866 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 1 | Base user form should not trigger init event | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048867 | <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 | Coding standards | 3 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048868 | <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 | Coding standards | 3 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048869 | <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... | 65 | Add initial working version to change the default shared folder /Users | 8 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048870 | <NME> InvalidArgumentException.php
<BEF> ADDFILE
<MSG> Resolved merge conficts
<DFF> @@ -0,0 +1,6 @@
+<?php
+
+namespace ZfcUser\Validator\Exception;
+
+class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
+{}
\ No newline at end of file
| 6 | Resolved merge conficts | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048871 | <NME> InvalidArgumentException.php
<BEF> ADDFILE
<MSG> Resolved merge conficts
<DFF> @@ -0,0 +1,6 @@
+<?php
+
+namespace ZfcUser\Validator\Exception;
+
+class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
+{}
\ No newline at end of file
| 6 | Resolved merge conficts | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048872 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 2 | Adding two new events - authenticate.success and authenticate.fail, which will fire after the login has completed, but before the redirect fires | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048873 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\Event;
use Zend\EventManager\EventInterface;
use Zend\EventManager\EventManagerAwareTrait;
use Zend\Stdlib\Reques... | 2 | Adding two new events - authenticate.success and authenticate.fail, which will fire after the login has completed, but before the redirect fires | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048874 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 5 | Use a while loop instead of a foreach to avoid the conditional-break | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048875 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 5 | Use a while loop instead of a foreach to avoid the conditional-break | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048876 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* Turn off strict options mode
*/
protected $__strictMode__ = false;
... | 28 | Added configuration of Authentication Adapters to config and ChainFactory | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048877 | <NME> ModuleOptions.php
<BEF> <?php
namespace ZfcUser\Options;
use Zend\Stdlib\AbstractOptions;
class ModuleOptions extends AbstractOptions implements
UserControllerOptionsInterface,
UserServiceOptionsInterface
{
/**
* Turn off strict options mode
*/
protected $__strictMode__ = false;
... | 28 | Added configuration of Authentication Adapters to config and ChainFactory | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048878 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Authentication\Adapter\AdapterChain a... | 46 | accommodate ServiceLocatorAwareInterface | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048879 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Authentication\Adapter\AdapterChain a... | 46 | accommodate ServiceLocatorAwareInterface | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048880 | <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... | 2 | clean up change email action and routes | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048881 | <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... | 2 | clean up change email action and routes | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048882 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
/**
* @var AuthenticationOptionsInterface
*/
protected $options;
pu... | 10 | Change get/setOptions to get/setAuthenticationOptions as getOptions is defined in Zend\Form\ElementInterface | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048883 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
use ZfcUser\Options\AuthenticationOptionsInterface;
class Login extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
/**
* @var AuthenticationOptionsInterface
*/
protected $options;
pu... | 10 | Change get/setOptions to get/setAuthenticationOptions as getOptions is defined in Zend\Form\ElementInterface | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048884 | <NME> register.phtml
<BEF> ADDFILE
<MSG> Merge branch 'hotfix/sm-mvc-integration'
<DFF> @@ -0,0 +1,32 @@
+<h1>Register</h1>
+
+<?php
+if(!\ZfcUser\Module::getOption('enable_registration'))
+{
+ print "Registration is disabled";
+ return;
+}
+?>
+
+<?php
+
+$form = $this->registerForm;
+
+$form->prepare()... | 32 | Merge branch 'hotfix/sm-mvc-integration' | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048885 | <NME> register.phtml
<BEF> ADDFILE
<MSG> Merge branch 'hotfix/sm-mvc-integration'
<DFF> @@ -0,0 +1,32 @@
+<h1>Register</h1>
+
+<?php
+if(!\ZfcUser\Module::getOption('enable_registration'))
+{
+ print "Registration is disabled";
+ return;
+}
+?>
+
+<?php
+
+$form = $this->registerForm;
+
+$form->prepare()... | 32 | Merge branch 'hotfix/sm-mvc-integration' | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048886 | <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 #80 from adamlundrigan/feature/update-forms | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048887 | <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 #80 from adamlundrigan/feature/update-forms | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048888 | <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',
'invoka... | 0 | Remove unused config key from module.config.php | 3 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048889 | <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',
'invoka... | 0 | Remove unused config key from module.config.php | 3 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048890 | <NME> User.php
<BEF> ADDFILE
<MSG> Initial commit of new branch.
<DFF> @@ -0,0 +1,8 @@
+<?php
+
+namespace EdpUser\Entity;
+
+use EdpUser\Model\User as UserModel;
+
+abstract class User extends UserModel
+{}
| 8 | Initial commit of new branch. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048891 | <NME> User.php
<BEF> ADDFILE
<MSG> Initial commit of new branch.
<DFF> @@ -0,0 +1,8 @@
+<?php
+
+namespace EdpUser\Entity;
+
+use EdpUser\Model\User as UserModel;
+
+abstract class User extends UserModel
+{}
| 8 | Initial commit of new branch. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048892 | <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-... | 7 | When inserting an identity, set the ID from the generated value | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048893 | <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-... | 7 | When inserting an identity, set the ID from the generated value | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048894 | <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... | 5 | Only use team drive as root if no root folder was specified (#42) | 3 | .php | php | mit | nao-pon/flysystem-google-drive |
10048895 | <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 | Merge pull request #83 from adamlundrigan/patch-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048896 | <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 | Merge pull request #83 from adamlundrigan/patch-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048897 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #251 from MidnightDesign/patch-1 | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048898 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Merge pull request #251 from MidnightDesign/patch-1 | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048899 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 9 | Update README.md to reflect new database configuration file format | 23 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048900 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 9 | Update README.md to reflect new database configuration file format | 23 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048901 | <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',
... | 51 | Add form view helpers manually for now | 4 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048902 | <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',
... | 51 | Add form view helpers manually for now | 4 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048903 | <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)
{
$options = $this->getMock('ZfcUser\Options\Regi... | 2 | Fix for unittest when Zend\Captcha is not installed | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048904 | <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)
{
$options = $this->getMock('ZfcUser\Options\Regi... | 2 | Fix for unittest when Zend\Captcha is not installed | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048905 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Merge pull request #65 from adamlundrigan/hotfix/readme-wiki | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048906 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Merge pull request #65 from adamlundrigan/hotfix/readme-wiki | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048907 | <NME> AdapterChainEvent.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request;
class AdapterChainEvent extends Event
{
/**
* getIdentity
*
* @return mixed
*/
public function getIdentity()
{
return $... | 1 | Fix reference to Request | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048908 | <NME> AdapterChainEvent.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request;
class AdapterChainEvent extends Event
{
/**
* getIdentity
*
* @return mixed
*/
public function getIdentity()
{
return $... | 1 | Fix reference to Request | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048909 | <NME> index.phtml
<BEF> ADDFILE
<MSG> Add index controller/view, update user service
<DFF> @@ -0,0 +1,1 @@
+Hello, <?php echo $this->user->getDisplayName(); ?>! <a href="<?php echo $this->url(array('controller' => 'user', 'action' => 'logout'), array('name' => 'default')) ?>">[Sign Out]</a>
| 1 | Add index controller/view, update user service | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048910 | <NME> index.phtml
<BEF> ADDFILE
<MSG> Add index controller/view, update user service
<DFF> @@ -0,0 +1,1 @@
+Hello, <?php echo $this->user->getDisplayName(); ?>! <a href="<?php echo $this->url(array('controller' => 'user', 'action' => 'logout'), array('name' => 'default')) ?>">[Sign Out]</a>
| 1 | Add index controller/view, update user service | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048911 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 7 | Update readme and make user last login time and IP persist in the db | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048912 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 7 | Update readme and make user last login time and IP persist in the db | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048913 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 2 | Working configuration using ServiceManager | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048914 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 2 | Working configuration using ServiceManager | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048915 | <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... | 9 | Fix readStream authentication/access token (#25) | 3 | .php | php | mit | nao-pon/flysystem-google-drive |
10048916 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
- For Google Drive AP... | 65 | edit README.md | 0 | .md | md | mit | nao-pon/flysystem-google-drive |
10048917 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
```bash
composer requ... | 1 | Update README.md | 1 | .md | md | mit | nao-pon/flysystem-google-drive |
10048918 | <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... | 0 | Merge pull request #85 from adamlundrigan/patch-2 | 11 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048919 | <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... | 0 | Merge pull request #85 from adamlundrigan/patch-2 | 11 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048920 | <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... | 12 | add ip-range feature (#63) | 4 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048921 | <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 | bug : one cannot rely on external functions to always provide expected data. fix : check that the data provided is at the very least of the expected type, else throw an exception. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048922 | <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 | bug : one cannot rely on external functions to always provide expected data. fix : check that the data provided is at the very least of the expected type, else throw an exception. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048923 | <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... | 22 | fix #48 add an option 'deleteAction' to delete or into trash can be chosen | 5 | .php | php | mit | nao-pon/flysystem-google-drive |
10048924 | <NME> ChangePassword.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\Options\AuthenticationOptionsInterface;
class ChangePassword extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsInterf... | 2 | fix submit button | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048925 | <NME> ChangePassword.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\Options\AuthenticationOptionsInterface;
class ChangePassword extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsInterf... | 2 | fix submit button | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048926 | <NME> index.phtml
<BEF> <?php echo $this->gravatar($this->zfcUserIdentity()->getEmail()) ?>
Hello, <?php echo $this->zfcUserIdentity()->getDisplayName() ?>! <a href="<?php echo $this->url('zfcuser/logout') ?>">[Sign Out]</a>
<a href="<?php echo $this->url('zfcuser/logout') ?>">[<?php echo $this->translate('Sign Out'); ... | 1 | Resolved merge conflict in Module.php | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048927 | <NME> index.phtml
<BEF> <?php echo $this->gravatar($this->zfcUserIdentity()->getEmail()) ?>
Hello, <?php echo $this->zfcUserIdentity()->getDisplayName() ?>! <a href="<?php echo $this->url('zfcuser/logout') ?>">[Sign Out]</a>
<a href="<?php echo $this->url('zfcuser/logout') ?>">[<?php echo $this->translate('Sign Out'); ... | 1 | Resolved merge conflict in Module.php | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048928 | <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',
... | 6 | create service manager alias for db adapter | 0 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048929 | <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',
... | 6 | create service manager alias for db adapter | 0 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048930 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request,
Zend\Stdlib\ResponseDescription as Response,
ZfcBas... | 23 | Fixed issue with event manager being injected via DI | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048931 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result as AuthenticationResult;
Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request,
Zend\Stdlib\ResponseDescription as Response,
ZfcBas... | 23 | Fixed issue with event manager being injected via DI | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048932 | <NME> login.phtml
<BEF> <h1><?php echo $this->translate('Sign In'); ?></h1>
<?php
$form = $this->loginForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/login'));
$form->setAttribute('method', 'post');
$form->setAttribute('autocomplete', 'off');
?>
<?php echo $this->partial('_form.phtml', ['for... | 4 | Fixed redirect after login | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048933 | <NME> login.phtml
<BEF> <h1><?php echo $this->translate('Sign In'); ?></h1>
<?php
$form = $this->loginForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/login'));
$form->setAttribute('method', 'post');
$form->setAttribute('autocomplete', 'off');
?>
<?php echo $this->partial('_form.phtml', ['for... | 4 | Fixed redirect after login | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048934 | <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 | omit value | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048935 | <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 | omit value | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048936 | <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 | Use of HydratorInterface in setFormHydrator and getFormHydrator | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048937 | <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 | Use of HydratorInterface in setFormHydrator and getFormHydrator | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048938 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Controller\ActionController,
Zend\Form\Form,
Zend\Stdlib\ResponseDescription as Response,
ZfcUser\Service\User as UserService,
ZfcUser\Module as ZfcUser;
use ZfcUser\Options\UserControllerOptionsInterface;
class UserCont... | 2 | Return ViewModel from user index action | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048939 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Controller\ActionController,
Zend\Form\Form,
Zend\Stdlib\ResponseDescription as Response,
ZfcUser\Service\User as UserService,
ZfcUser\Module as ZfcUser;
use ZfcUser\Options\UserControllerOptionsInterface;
class UserCont... | 2 | Return ViewModel from user index action | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048940 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\InputFilter\InputFilter;
use ZfcUser\Module as ZfcUser;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends InputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var RegistrationO... | 4 | Utilize ZfcBase ProvidesEventsInputFilter | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048941 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\InputFilter\InputFilter;
use ZfcUser\Module as ZfcUser;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends InputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var RegistrationO... | 4 | Utilize ZfcBase ProvidesEventsInputFilter | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048942 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods {
/**
* Extract values from an object
* @param UserEntityInterface $object
* @return array
* @r... | 8 | Fix line { | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048943 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods {
/**
* Extract values from an object
* @param UserEntityInterface $object
* @return array
* @r... | 8 | Fix line { | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048944 | <NME> nl_NL.po
<BEF> ADDFILE
<MSG> Merge pull request #416 from bartmcleod/master
Dutch translation
<DFF> @@ -0,0 +1,124 @@
+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-03-24 13:27+0100\n"
+"L... | 124 | Merge pull request #416 from bartmcleod/master | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048945 | <NME> nl_NL.po
<BEF> ADDFILE
<MSG> Merge pull request #416 from bartmcleod/master
Dutch translation
<DFF> @@ -0,0 +1,124 @@
+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-03-24 13:27+0100\n"
+"L... | 124 | Merge pull request #416 from bartmcleod/master | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048946 | <NME> ChangePassword.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\Options\AuthenticationOptionsInterface;
class ChangePassword extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsInterf... | 1 | Fix CS errorr in ChangePassword form | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048947 | <NME> ChangePassword.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\Options\AuthenticationOptionsInterface;
class ChangePassword extends ProvidesEventsForm
{
/**
* @var AuthenticationOptionsInterface
*/
protected $authOptions;
public function __construct($name, AuthenticationOptionsInterf... | 1 | Fix CS errorr in ChangePassword form | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048948 | <NME> EdpUserIdentity.php
<BEF> ADDFILE
<MSG> Large refactoring to use chained authentication adapter with Zend\Authentication
<DFF> @@ -0,0 +1,50 @@
+<?php
+
+namespace EdpUser\View\Helper;
+
+use Zend\View\Helper\AbstractHelper,
+ Zend\Authentication\AuthenticationService;
+
+class EdpUserIdentity extends Abstrac... | 50 | Large refactoring to use chained authentication adapter with Zend\Authentication | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048949 | <NME> EdpUserIdentity.php
<BEF> ADDFILE
<MSG> Large refactoring to use chained authentication adapter with Zend\Authentication
<DFF> @@ -0,0 +1,50 @@
+<?php
+
+namespace EdpUser\View\Helper;
+
+use Zend\View\Helper\AbstractHelper,
+ Zend\Authentication\AuthenticationService;
+
+class EdpUserIdentity extends Abstrac... | 50 | Large refactoring to use chained authentication adapter with Zend\Authentication | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |