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 |
|---|---|---|---|---|---|---|---|---|
10048750 | <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;
/**
... | 2 | Fixed typos | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048751 | <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;
/**
... | 2 | Fixed typos | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048752 | <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... | 10 | Fixes for latest ZF2 changes | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048753 | <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... | 10 | Fixes for latest ZF2 changes | 10 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048754 | <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 | ClassMethod hydrator default changed | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048755 | <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 | ClassMethod hydrator default changed | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048756 | <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... | 5 | Move form factories to factories key, instead of invokables key | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048757 | <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... | 5 | Move form factories to factories key, instead of invokables key | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048758 | <NME> cs_CZ.po
<BEF> msgid ""
msgstr ""
"Project-Id-Version: ZfcUser\n"
"POT-Creation-Date: 2015-02-09 11:17+0100\n"
"PO-Revision-Date: 2015-02-09 11:17+0100\n"
"Last-Translator: Martin Vagovszký <vagovszky@gmail.com>\n"
"Language-Team: ZF Contibutors <zf-devteam@zend.com>\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"... | 3 | Merge pull request #569 from vagovszky/czech-lang-1.x | 3 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048759 | <NME> cs_CZ.po
<BEF> msgid ""
msgstr ""
"Project-Id-Version: ZfcUser\n"
"POT-Creation-Date: 2015-02-09 11:17+0100\n"
"PO-Revision-Date: 2015-02-09 11:17+0100\n"
"Last-Translator: Martin Vagovszký <vagovszky@gmail.com>\n"
"Language-Team: ZF Contibutors <zf-devteam@zend.com>\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"... | 3 | Merge pull request #569 from vagovszky/czech-lang-1.x | 3 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048760 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
- For Google Drive AP... | 6 | Update README.md | 3 | .md | md | mit | nao-pon/flysystem-google-drive |
10048761 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Fixed two small typos | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048762 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Fixed two small typos | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048763 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Form,
ZfcBase\Form\ProvidesEventsForm,
ZfcUser\Module as ZfcUser;
class Login extends ProvidesEventsForm
{
public function init()
{
$this->setMethod('post')
->loadDefaultDecorators()
->setDecorators(ar... | 56 | fix login form view | 27 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048764 | <NME> Login.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Form,
ZfcBase\Form\ProvidesEventsForm,
ZfcUser\Module as ZfcUser;
class Login extends ProvidesEventsForm
{
public function init()
{
$this->setMethod('post')
->loadDefaultDecorators()
->setDecorators(ar... | 56 | fix login form view | 27 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048765 | <NME> pt_BR.po
<BEF> ADDFILE
<MSG> pt_BR translation
<DFF> @@ -0,0 +1,128 @@
+#
+# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
+#
+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: 2015-05-2... | 128 | pt_BR translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048766 | <NME> pt_BR.po
<BEF> ADDFILE
<MSG> pt_BR translation
<DFF> @@ -0,0 +1,128 @@
+#
+# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
+#
+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: 2015-05-2... | 128 | pt_BR translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048767 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Merge pull request #61 from adamlundrigan/hotfix/submit-label | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048768 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Merge pull request #61 from adamlundrigan/hotfix/submit-label | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048769 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 4 | Clarify paths relative to project root in README | 4 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048770 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 4 | Clarify paths relative to project root in README | 4 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048771 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 19 | Quick update to README.md for Zend\Db install | 32 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048772 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 19 | Quick update to README.md for Zend\Db install | 32 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048773 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 17 | Markdown fix in readme | 17 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048774 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 17 | Markdown fix in readme | 17 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048775 | <NME> schema.sql
<BEF> CREATE TABLE user (user_id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) DEFAULT NULL, email VARCHAR(255) NOT NULL, display_name VARCHAR(50) DEFAULT NULL, password VARCHAR(128) NOT NULL, salt VARCHAR(16) NOT NULL, hash_algorithm VARCHAR(50) NOT NULL, last_login DATETIME DEFAULT NULL, last_ip... | 1 | Underscore in aliases in readme | 0 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048776 | <NME> schema.sql
<BEF> CREATE TABLE user (user_id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) DEFAULT NULL, email VARCHAR(255) NOT NULL, display_name VARCHAR(50) DEFAULT NULL, password VARCHAR(128) NOT NULL, salt VARCHAR(16) NOT NULL, hash_algorithm VARCHAR(50) NOT NULL, last_login DATETIME DEFAULT NULL, last_ip... | 1 | Underscore in aliases in readme | 0 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048777 | <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 #240 from maxnuf/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048778 | <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 #240 from maxnuf/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048779 | <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;
/**
* Returns a redirect response based on the current routing and parameters
*/
class ... | 4 | Change methods visibility | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048780 | <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;
/**
* Returns a redirect response based on the current routing and parameters
*/
class ... | 4 | Change methods visibility | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048781 | <NME> ZfcUserAuthenticationTest.php
<BEF> <?php
namespace ZfcUserTest\Controller\Plugin;
use ZfcUser\Controller\Plugin\ZfcUserAuthentication as Plugin;
class ZfcUserAuthenticationTest extends \PHPUnit_Framework_TestCase
{
public function testHasIdentity()
{
$this->markTestIncomplete(
'Thi... | 88 | add more tests and coveralls.yml | 28 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048782 | <NME> ZfcUserAuthenticationTest.php
<BEF> <?php
namespace ZfcUserTest\Controller\Plugin;
use ZfcUser\Controller\Plugin\ZfcUserAuthentication as Plugin;
class ZfcUserAuthenticationTest extends \PHPUnit_Framework_TestCase
{
public function testHasIdentity()
{
$this->markTestIncomplete(
'Thi... | 88 | add more tests and coveralls.yml | 28 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048783 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Zend\Authentication\Storage,
ZfcUser\Model\UserMapperInterface;
class Db implements Storage
{
/**
* @var Storage
{
/**
* @var StorageInterface
*/
protected $storage;
/**
* @var UserMapper
*/
prote... | 4 | Update to refactored Zend\Authentication interface names. | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048784 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Zend\Authentication\Storage,
ZfcUser\Model\UserMapperInterface;
class Db implements Storage
{
/**
* @var Storage
{
/**
* @var StorageInterface
*/
protected $storage;
/**
* @var UserMapper
*/
prote... | 4 | Update to refactored Zend\Authentication interface names. | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048785 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\ModuleManager,
Zend\EventManager\StaticEventManager,
Zend\ModuleManager\Feature\AutoloaderProviderInterface,
Zend\ModuleManager\Feature\ConfigProviderInterface,
Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module imp... | 0 | Merge pull request #82 from adamlundrigan/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048786 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\ModuleManager,
Zend\EventManager\StaticEventManager,
Zend\ModuleManager\Feature\AutoloaderProviderInterface,
Zend\ModuleManager\Feature\ConfigProviderInterface,
Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module imp... | 0 | Merge pull request #82 from adamlundrigan/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048787 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends ProvidesEventsInputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var Registration... | 0 | Merge pull request #90 from EvanDotPro/hotfix/no-password-max-length | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048788 | <NME> RegisterFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\RegistrationOptionsInterface;
class RegisterFilter extends ProvidesEventsInputFilter
{
protected $emailValidator;
protected $usernameValidator;
/**
* @var Registration... | 0 | Merge pull request #90 from EvanDotPro/hotfix/no-password-max-length | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048789 | <NME> pt_BR.po
<BEF> ADDFILE
<MSG> Merge pull request #588 from mihailov-vf/1.x
pt_BR translation
<DFF> @@ -0,0 +1,128 @@
+#
+# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-0... | 128 | Merge pull request #588 from mihailov-vf/1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048790 | <NME> pt_BR.po
<BEF> ADDFILE
<MSG> Merge pull request #588 from mihailov-vf/1.x
pt_BR translation
<DFF> @@ -0,0 +1,128 @@
+#
+# Mihailov Vasilievic Filho <mihailov.vf@gmail.com>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-11-0... | 128 | Merge pull request #588 from mihailov-vf/1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048791 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
}
?>
<?php echo $registerForm->setAction($this->url('zfcuser/register'))->setView($this); ?>
<MSG> Merge remote-tracking branch 'bjyoungblood/hot... | 22 | Merge remote-tracking branch 'bjyoungblood/hotfix/sm-mvc-integration' into hotfix/sm-mvc-integration | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048792 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
}
?>
<?php echo $registerForm->setAction($this->url('zfcuser/register'))->setView($this); ?>
<MSG> Merge remote-tracking branch 'bjyoungblood/hot... | 22 | Merge remote-tracking branch 'bjyoungblood/hotfix/sm-mvc-integration' into hotfix/sm-mvc-integration | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048793 | <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... | 0 | Clean up db adapter injection | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048794 | <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... | 0 | Clean up db adapter injection | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048795 | <NME> README.md
<BEF> # Flysystem Adapter for Google Drive
[](http://xoops.hypweb.net/)
[](LICENSE)
## Installation
- For Google Drive AP... | 1 | edit README.md | 1 | .md | md | mit | nao-pon/flysystem-google-drive |
10048796 | <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;
... | 1 | Update ModuleOptions.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048797 | <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;
... | 1 | Update ModuleOptions.php | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048798 | <NME> schema.sql
<BEF> CREATE TABLE user
(
user_id INTEGER PRIMARY KEY AUTO_INCREMENT NOT NULL,
username VARCHAR(255) DEFAULT NULL UNIQUE,
email VARCHAR(255) DEFAULT NULL UNIQUE,
display_name VARCHAR(50) DEFAULT NULL,
password VARCHAR(128) NOT NULL,
state SMALLIN... | 2 | Add innodb to schema definition | 2 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048799 | <NME> schema.sql
<BEF> CREATE TABLE user
(
user_id INTEGER PRIMARY KEY AUTO_INCREMENT NOT NULL,
username VARCHAR(255) DEFAULT NULL UNIQUE,
email VARCHAR(255) DEFAULT NULL UNIQUE,
display_name VARCHAR(50) DEFAULT NULL,
password VARCHAR(128) NOT NULL,
state SMALLIN... | 2 | Add innodb to schema definition | 2 | .sql | sql | bsd-3-clause | ZF-Commons/ZfcUser |
10048800 | <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... | 0 | Bonus cleanup commit! | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048801 | <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... | 0 | Bonus cleanup commit! | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048802 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 26 | Attempt at fixing readme code tabbing | 26 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048803 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 26 | Attempt at fixing readme code tabbing | 26 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048804 | <NME> UserHydratorTest.php
<BEF> <?php
namespace ZfcUserTest\Mapper;
use ZfcUser\Mapper\UserHydrator as Hydrator;
class UserHydratorTest extends \PHPUnit_Framework_TestCase
{
protected $hydrator;
public function setUp()
{
$hydrator = new Hydrator;
$this->hydrator = $hydrator;
}
... | 0 | remove skip for merged bug | 9 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048805 | <NME> UserHydratorTest.php
<BEF> <?php
namespace ZfcUserTest\Mapper;
use ZfcUser\Mapper\UserHydrator as Hydrator;
class UserHydratorTest extends \PHPUnit_Framework_TestCase
{
protected $hydrator;
public function setUp()
{
$hydrator = new Hydrator;
$this->hydrator = $hydrator;
}
... | 0 | remove skip for merged bug | 9 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048806 | <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... | 7 | Merge remote-tracking branch 'upstream/master' | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048807 | <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... | 7 | Merge remote-tracking branch 'upstream/master' | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048808 | <NME> LoginTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Login as Form;
class LoginTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public function te... | 25 | Added Login form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048809 | <NME> LoginTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Login as Form;
class LoginTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public function te... | 25 | Added Login form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048810 | <NME> README.md
<BEF> # Docker Machine NFS
## Requirements
* [Docker Machine](https://docs.docker.com/machine/) 0.5.0+
## Mac OS X 10.9+
Activates [NFS](https://en.wikipedia.org/wiki/Network_File_System) for an
existing boot2docker box created through
[Docker Machine](https://docs.docker.com/machine/).
:warning: T... | 4 | add credits | 0 | .md | md | mit | adlogix/docker-machine-nfs |
10048811 | <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;
... | 24 | Added the option to specify the User table | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048812 | <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;
... | 24 | Added the option to specify the User table | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048813 | <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... | 6 | Merge pull request #132 from bjyoungblood/feature/zfcbase-mapper-refactoring | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048814 | <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... | 6 | Merge pull request #132 from bjyoungblood/feature/zfcbase-mapper-refactoring | 6 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048815 | <NME> es_ES.po
<BEF> ADDFILE
<MSG> Merge pull request #641 from matiasiglesias/1.x
Spanish translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-07-22 12:24+0300\n"
+"PO-Revision-Date: 2016-05-25 18:13-0300\n"
... | 129 | Merge pull request #641 from matiasiglesias/1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048816 | <NME> es_ES.po
<BEF> ADDFILE
<MSG> Merge pull request #641 from matiasiglesias/1.x
Spanish translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-07-22 12:24+0300\n"
+"PO-Revision-Date: 2016-05-25 18:13-0300\n"
... | 129 | Merge pull request #641 from matiasiglesias/1.x | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10048817 | <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 | Made registration configurable, ie. registration enabled/disabled | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048818 | <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 | Made registration configurable, ie. registration enabled/disabled | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048819 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Form;
use Zend\Form\Element\Csrf;
use Zend\Form\Element\Captcha;
use ZfcBase\Form\ProvidesEventsForm;
use Zend\Captcha\Factory as CaptchaFactory;
class Base extends ProvidesEventsForm
{
parent::__construct($name);
$this->add(array(
... | 0 | Removed unnecessary import/alias | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048820 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Form;
use Zend\Form\Element\Csrf;
use Zend\Form\Element\Captcha;
use ZfcBase\Form\ProvidesEventsForm;
use Zend\Captcha\Factory as CaptchaFactory;
class Base extends ProvidesEventsForm
{
parent::__construct($name);
$this->add(array(
... | 0 | Removed unnecessary import/alias | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048821 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 92 | Update readme | 18 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048822 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 92 | Update readme | 18 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048823 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper,
ZfcUser\Form\Login as LoginForm,
Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 3 | fix use statement for psr-2 | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048824 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper,
ZfcUser\Form\Login as LoginForm,
Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 3 | fix use statement for psr-2 | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048825 | <NME> README.md
<BEF> 
* Mount drives under root (e.g. `/c`) - [Can be configured in `/etc/wsl.conf` - `automount`](https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/)
* Tested with these at... | 20 | update readme | 0 | .md | md | mit | adlogix/docker-machine-nfs |
10048826 | <NME> register.phtml
<BEF> ADDFILE
<MSG> Add some forms, controllers, views
<DFF> @@ -0,0 +1,6 @@
+<h1>Register</h1>
+<?php
+$form = $this->registerForm;
+$form->setAction($this->url(array('controller' => 'user', 'action' => 'register'), array('name' => 'default')));
+$form->setView($this);
+echo $form;
| 6 | Add some forms, controllers, views | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048827 | <NME> register.phtml
<BEF> ADDFILE
<MSG> Add some forms, controllers, views
<DFF> @@ -0,0 +1,6 @@
+<h1>Register</h1>
+<?php
+$form = $this->registerForm;
+$form->setAction($this->url(array('controller' => 'user', 'action' => 'register'), array('name' => 'default')));
+$form->setView($this);
+echo $form;
| 6 | Add some forms, controllers, views | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048828 | <NME> module.config.php
<BEF> <?php
return array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
//'helper_map' => array(
// 'zfcUserIdentity' => 'ZfcUser\View\Helper\ZfcUserIdentity',
// 'zfcUserLoginWidget' => 'ZfcUser\View\Helper\Zf... | 0 | Small config cleanup | 9 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048829 | <NME> module.config.php
<BEF> <?php
return array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
//'helper_map' => array(
// 'zfcUserIdentity' => 'ZfcUser\View\Helper\ZfcUserIdentity',
// 'zfcUserLoginWidget' => 'ZfcUser\View\Helper\Zf... | 0 | Small config cleanup | 9 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048830 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct()
{
if (ZfcUser::getOption('enable_username')) {
... | 12 | Add configurable identity source fields | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048831 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct()
{
if (ZfcUser::getOption('enable_username')) {
... | 12 | Add configurable identity source fields | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048832 | <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_ParentReference;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Config;
... | 63 | add an option `setHasDirOnGetItems` | 5 | .php | php | mit | nao-pon/flysystem-google-drive |
10048833 | <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... | 1 | closes #511 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048834 | <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... | 1 | closes #511 | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048835 | <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 | Merge remote-tracking branch 'shipleyjr/hotfix/redirect' | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048836 | <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 | Merge remote-tracking branch 'shipleyjr/hotfix/redirect' | 0 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048837 | <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',
... | 8 | Merge remote-tracking branch 'SpiffyJr/pr/updated-config' | 16 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048838 | <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',
... | 8 | Merge remote-tracking branch 'SpiffyJr/pr/updated-config' | 16 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048839 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct()
{
if (ZfcUser::getOption('enable_username')) {
... | 12 | Merge pull request #64 from adamlundrigan/feature/configurable-identity-field | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048840 | <NME> LoginFilter.php
<BEF> <?php
namespace ZfcUser\Form;
use ZfcUser\InputFilter\ProvidesEventsInputFilter;
use ZfcUser\Options\AuthenticationOptionsInterface;
class LoginFilter extends ProvidesEventsInputFilter
{
public function __construct()
{
if (ZfcUser::getOption('enable_username')) {
... | 12 | Merge pull request #64 from adamlundrigan/feature/configurable-identity-field | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048841 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 26 | Tab in code example in readme | 26 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048842 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 26 | Tab in code example in readme | 26 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048843 | <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 | Re-use method to find xhyve net ip for vmwarevsphere (#87) | 15 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048844 | <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 $... | 20 | Fix for EventManager bc breaks | 20 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048845 | <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 $... | 20 | Fix for EventManager bc breaks | 20 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048846 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Merge pull request #246 from RickKuipers/patch-3 | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048847 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Merge pull request #246 from RickKuipers/patch-3 | 2 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048848 | <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')... | 3 | Do not use getElements() to loop over form elements | 3 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048849 | <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')... | 3 | Do not use getElements() to loop over form elements | 3 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |