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
10049250
<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 p...
2
Merge pull request #5 from SpiffyJr/feature/fix-bc-breaks
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049251
<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...
1
Merge pull request #88 from adamlundrigan/patch-2
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049252
<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...
1
Merge pull request #88 from adamlundrigan/patch-2
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049253
<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
Removed unused code in UserController
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049254
<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
Removed unused code in UserController
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049255
<NME> ZfcUserLoginWidget.php <BEF> <?php namespace ZfcUser\Factory\View\Helper; use Interop\Container\ContainerInterface; use Zend\ServiceManager\Factory\FactoryInterface; use ZfcUser\View; class ZfcUserLoginWidget implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedNa...
1
Merge pull request #610 from nepda/zfc-1.x
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049256
<NME> ZfcUserLoginWidget.php <BEF> <?php namespace ZfcUser\Factory\View\Helper; use Interop\Container\ContainerInterface; use Zend\ServiceManager\Factory\FactoryInterface; use ZfcUser\View; class ZfcUserLoginWidget implements FactoryInterface { public function __invoke(ContainerInterface $container, $requestedNa...
1
Merge pull request #610 from nepda/zfc-1.x
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049257
<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
tiny edit
1
.php
php
mit
nao-pon/flysystem-google-drive
10049258
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Coverage Status](https://coveralls.io/repos/ZF-Commons/ZfcUser/badge.png)](https://coveralls.io/r/ZF-Commons/ZfcUser) [![Latest Stable Version](https://poser.pugx.org/zf-com...
1
Use coveralls.io badge in readme
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049259
<NME> README.md <BEF> ZfcUser ======= [![Build Status](https://travis-ci.org/ZF-Commons/ZfcUser.png)](https://travis-ci.org/ZF-Commons/ZfcUser) [![Coverage Status](https://coveralls.io/repos/ZF-Commons/ZfcUser/badge.png)](https://coveralls.io/r/ZF-Commons/ZfcUser) [![Latest Stable Version](https://poser.pugx.org/zf-com...
1
Use coveralls.io badge in readme
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049260
<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', ...
0
Remove controller plugin loader from di config
6
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049261
<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', ...
0
Remove controller plugin loader from di config
6
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049262
<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 r...
199
Merge branch 'master' into feature/custom-share
149
.sh
sh
mit
adlogix/docker-machine-nfs
10049263
<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...
1
Update README.md
1
.md
md
mit
adlogix/docker-machine-nfs
10049264
<NME> UserControllerFactory.php <BEF> <?php namespace ZfcUser\Factory\Controller; use Interop\Container\ContainerInterface; use Zend\Mvc\Controller\ControllerManager; use Zend\ServiceManager\Factory\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Controller\RedirectCallback; use ZfcUser...
3
Merge pull request #609 from Eye4web/factory-fix
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049265
<NME> UserControllerFactory.php <BEF> <?php namespace ZfcUser\Factory\Controller; use Interop\Container\ContainerInterface; use Zend\Mvc\Controller\ControllerManager; use Zend\ServiceManager\Factory\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Controller\RedirectCallback; use ZfcUser...
3
Merge pull request #609 from Eye4web/factory-fix
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049266
<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
Merge remote-tracking branch 'adamlundrigan/hotfix/GH-28'
4
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049267
<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
Merge remote-tracking branch 'adamlundrigan/hotfix/GH-28'
4
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049268
<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
Merge pull request #50 from dekoo/master
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049269
<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
Merge pull request #50 from dekoo/master
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049270
<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 branch 'master' of git://github.com/artur-gajewski/ZfcUser into pr138
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049271
<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 branch 'master' of git://github.com/artur-gajewski/ZfcUser into pr138
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049272
<NME> Register.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Form, ZfcUser\Module; class Register extends Base { public function initLate() { parent::initLate(); public function __construct($name, RegistrationOptionsInterface $options) { $this->setRegistrationOptions($opti...
25
Added recaptcha.
11
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049273
<NME> Register.php <BEF> <?php namespace ZfcUser\Form; use Zend\Form\Form, ZfcUser\Module; class Register extends Base { public function initLate() { parent::initLate(); public function __construct($name, RegistrationOptionsInterface $options) { $this->setRegistrationOptions($opti...
25
Added recaptcha.
11
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049274
<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
Added logout Event and trigger Chainable Adapter is registered to the events it offers USer Controller calls logout on the adapters
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049275
<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
Added logout Event and trigger Chainable Adapter is registered to the events it offers USer Controller calls logout on the adapters
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049276
<NME> module.config.php <BEF> <?php return array( 'user_model_class' => 'ZfcUser\Model\User', 'usermeta_model_class' => 'ZfcUser\Model\UserMeta', 'enable_registration' => true, 'auth_identity_fields' => array( 'email' ), 'enable_username' => fa...
0
Workaround for setting the 'auth_identity_fields' default value so that it is overridable
1
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049277
<NME> module.config.php <BEF> <?php return array( 'user_model_class' => 'ZfcUser\Model\User', 'usermeta_model_class' => 'ZfcUser\Model\UserMeta', 'enable_registration' => true, 'auth_identity_fields' => array( 'email' ), 'enable_username' => fa...
0
Workaround for setting the 'auth_identity_fields' default value so that it is overridable
1
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049278
<NME> DbFactory.php <BEF> ADDFILE <MSG> Fix ServiceManagerAwareInitializer deprecation notices <DFF> @@ -0,0 +1,24 @@ +<?php + +namespace ZfcUser\Factory\Authentication\Storage; + +use Zend\ServiceManager\FactoryInterface; +use Zend\ServiceManager\ServiceLocatorInterface; +use ZfcUser\Authentication\Storage\Db; + +cla...
24
Fix ServiceManagerAwareInitializer deprecation notices
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049279
<NME> DbFactory.php <BEF> ADDFILE <MSG> Fix ServiceManagerAwareInitializer deprecation notices <DFF> @@ -0,0 +1,24 @@ +<?php + +namespace ZfcUser\Factory\Authentication\Storage; + +use Zend\ServiceManager\FactoryInterface; +use Zend\ServiceManager\ServiceLocatorInterface; +use ZfcUser\Authentication\Storage\Db; + +cla...
24
Fix ServiceManagerAwareInitializer deprecation notices
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049280
<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
10049281
<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
10049282
<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', ...
1
Small fix for service manager alias
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049283
<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', ...
1
Small fix for service manager alias
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049284
<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
10049285
<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
10049286
<NME> changepassword.phtml <BEF> <h3>Change Password for <?php echo $this->zfcUserDisplayName() ?></h3> <?php $form = $this->changePasswordForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/changepassword')); $form->setAttribute('method', 'post'); $form->setAttribute('autocomplete', 'off'); $e...
5
notify user when email and password are updated (or failed)
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049287
<NME> changepassword.phtml <BEF> <h3>Change Password for <?php echo $this->zfcUserDisplayName() ?></h3> <?php $form = $this->changePasswordForm; $form->prepare(); $form->setAttribute('action', $this->url('zfcuser/changepassword')); $form->setAttribute('method', 'post'); $form->setAttribute('autocomplete', 'off'); $e...
5
notify user when email and password are updated (or failed)
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049288
<NME> ZfcUserLoginWidgetTest.php <BEF> <?php namespace ZfcUserTest\View\Helper; use ZfcUser\View\Helper\ZfcUserLoginWidget as ViewHelper; class ZfcUserLoginWidget extends \PHPUnit_Framework_TestCase { public function testInvoke() { $this->markTestIncomplete( 'This test has not been implem...
13
Supress phpcs warnings
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049289
<NME> ZfcUserLoginWidgetTest.php <BEF> <?php namespace ZfcUserTest\View\Helper; use ZfcUser\View\Helper\ZfcUserLoginWidget as ViewHelper; class ZfcUserLoginWidget extends \PHPUnit_Framework_TestCase { public function testInvoke() { $this->markTestIncomplete( 'This test has not been implem...
13
Supress phpcs warnings
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049290
<NME> changepassword.phtml <BEF> <h3>Change Password for <?php echo $this->zfcUserDisplayName() ?><h3> <?php $form = $this->changePasswordForm; <div class="alert alert-error"><?php echo $this->translate('Unable to update your password. Please try again.'); ?></div> <?php endif; ?> <?php $form = $this->changePasswordF...
5
refactor change password action to clarify boundaries between controller and service layer
5
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049291
<NME> changepassword.phtml <BEF> <h3>Change Password for <?php echo $this->zfcUserDisplayName() ?><h3> <?php $form = $this->changePasswordForm; <div class="alert alert-error"><?php echo $this->translate('Unable to update your password. Please try again.'); ?></div> <?php endif; ?> <?php $form = $this->changePasswordF...
5
refactor change password action to clarify boundaries between controller and service layer
5
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049292
<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
Add hyperkit support (#105)
1
.sh
sh
mit
adlogix/docker-machine-nfs
10049293
<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
Merge remote-tracking branch 'EvanDotPro/hotfix/interface-name-updates'
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049294
<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
Merge remote-tracking branch 'EvanDotPro/hotfix/interface-name-updates'
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049295
<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...
4
fix typo
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049296
<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...
4
fix typo
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049297
<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', ...
5
Using DI for controller instantiation
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049298
<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', ...
5
Using DI for controller instantiation
3
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049299
<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...
0
Merge pull request #606 from Rockstar04/patch-1
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049300
<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...
0
Merge pull request #606 from Rockstar04/patch-1
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049301
<NME> RedirectCallbackTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Http\PhpEnvironment\Request; use Zend\Http\PhpEnvironment\Response; use Zend\Mvc\Application; use Zend\Mvc\MvcEvent; use Zend\Router\RouteInterface; use Zend\Router\RouteMatch; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Op...
1
Add zfcuser/authenticate to redirectCallback check
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049302
<NME> RedirectCallbackTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Http\PhpEnvironment\Request; use Zend\Http\PhpEnvironment\Response; use Zend\Mvc\Application; use Zend\Mvc\MvcEvent; use Zend\Router\RouteInterface; use Zend\Router\RouteMatch; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Op...
1
Add zfcuser/authenticate to redirectCallback check
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049303
<NME> README.md <BEF> DO NOT EDIT THE CONFIG FILES DIRECTLY IN THIS DIRECTORY! -------------------------------------------------------- Their values should be overridden elsewhere. <MSG> Update readme and add dist to drop-in config file name Also removed salt from login form for now. There's not much CSRF danger on ...
2
Update readme and add dist to drop-in config file name
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049304
<NME> README.md <BEF> DO NOT EDIT THE CONFIG FILES DIRECTLY IN THIS DIRECTORY! -------------------------------------------------------- Their values should be overridden elsewhere. <MSG> Update readme and add dist to drop-in config file name Also removed salt from login form for now. There's not much CSRF danger on ...
2
Update readme and add dist to drop-in config file name
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049305
<NME> zfcuser.global.php.dist <BEF> <?php /** * ZfcUser Configuration * * If you have a ./config/autoload/ directory set up for your project, you can * drop this config file in it and change the values as you wish. */ $settings = array( /** * Zend\Db\Adapter\Adapter DI Alias * * Please specify t...
1
Fixed spelling of comment in zfcuser.global.php.dist
1
.dist
global
bsd-3-clause
ZF-Commons/ZfcUser
10049306
<NME> zfcuser.global.php.dist <BEF> <?php /** * ZfcUser Configuration * * If you have a ./config/autoload/ directory set up for your project, you can * drop this config file in it and change the values as you wish. */ $settings = array( /** * Zend\Db\Adapter\Adapter DI Alias * * Please specify t...
1
Fixed spelling of comment in zfcuser.global.php.dist
1
.dist
global
bsd-3-clause
ZF-Commons/ZfcUser
10049307
<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...
2
fix #61 to support item name with "/" in name
1
.php
php
mit
nao-pon/flysystem-google-drive
10049308
<NME> RegisterTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUser\Form\Register as Form; class RegisterTest extends \PHPUnit_Framework_TestCase { /** * @covers ZfcUser\Form\Register::__construct */ public function testConstruct() { $options = $this->getMock('ZfcUser\Options\Reg...
42
Merge pull request #4 from ClemensSahs/feature/test4
18
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049309
<NME> RegisterTest.php <BEF> <?php namespace ZfcUserTest\Form; use ZfcUser\Form\Register as Form; class RegisterTest extends \PHPUnit_Framework_TestCase { /** * @covers ZfcUser\Form\Register::__construct */ public function testConstruct() { $options = $this->getMock('ZfcUser\Options\Reg...
42
Merge pull request #4 from ClemensSahs/feature/test4
18
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049310
<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 { /** * __invoke * * @access public * @param \...
5
Added missing variable declaration
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049311
<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 { /** * __invoke * * @access public * @param \...
5
Added missing variable declaration
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049312
<NME> GoogleUpload.php <BEF> ADDFILE <MSG> add an example + update rdme <DFF> @@ -0,0 +1,126 @@ +<?php + +namespace App; + +use League\Flysystem\Filesystem; +use Illuminate\Support\Facades\Cache; +use Illuminate\Support\Facades\Storage; +use Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter; + +class GoogleUpload +{ + ...
126
add an example + update rdme
0
.php
php
mit
nao-pon/flysystem-google-drive
10049313
<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
Merge branch 'master' of github.com:ZF-Commons/ZfcUser
14
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049314
<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
Merge branch 'master' of github.com:ZF-Commons/ZfcUser
14
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10049315
<NME> UserMongoDB.php <BEF> ADDFILE <MSG> Added support for MongoDB. Note: You need to update DoctrineModule because I added support for file_extension modifications. <DFF> @@ -0,0 +1,64 @@ +<?php + +namespace ZfcUser\Mapper; + +use Doctrine\ODM\MongoDB\DocumentManager, + ZfcUser\Module, + ZfcUser\Model\UserInte...
64
Added support for MongoDB. Note: You need to update DoctrineModule because I added support for file_extension modifications.
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049316
<NME> UserMongoDB.php <BEF> ADDFILE <MSG> Added support for MongoDB. Note: You need to update DoctrineModule because I added support for file_extension modifications. <DFF> @@ -0,0 +1,64 @@ +<?php + +namespace ZfcUser\Mapper; + +use Doctrine\ODM\MongoDB\DocumentManager, + ZfcUser\Module, + ZfcUser\Model\UserInte...
64
Added support for MongoDB. Note: You need to update DoctrineModule because I added support for file_extension modifications.
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049317
<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
Merge pull request #2 from sbesselsen/master
1
.sh
sh
mit
adlogix/docker-machine-nfs
10049318
<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
Merge pull request #63 from adamlundrigan/hotfix/update-form-widget
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049319
<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
Merge pull request #63 from adamlundrigan/hotfix/update-form-widget
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049320
<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) public function findByEmai...
0
Merge pull request #173 from steverhoades/master
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049321
<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) public function findByEmai...
0
Merge pull request #173 from steverhoades/master
3
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049322
<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...
1
- fixed password everywhere in case it ever affects an inheriting user
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049323
<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...
1
- fixed password everywhere in case it ever affects an inheriting user
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049324
<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 #592 from adelarcubs/1.x
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049325
<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 #592 from adelarcubs/1.x
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049326
<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
Fix markdown mistake
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049327
<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
Fix markdown mistake
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049328
<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...
2
Merge pull request #149 from akrabat/hotfix-registration-link
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049329
<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...
2
Merge pull request #149 from akrabat/hotfix-registration-link
0
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10049330
<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...
1
Update the SM zfcuser_register_form_hydrator entry to be an invokable
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049331
<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...
1
Update the SM zfcuser_register_form_hydrator entry to be an invokable
4
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049332
<NME> AbstractRecord.php <BEF> <?php namespace ZfcUser\Validator; use Zend\Validator\AbstractValidator, ZfcUser\Model\Mapper\User as UserMapper; abstract class AbstractRecord extends AbstractValidator { /** * Error constants */ const ERROR_NO_RECORD_FOUND = 'noRecordFound'; const ERROR_RECO...
5
Fixed model naming conventions
5
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049333
<NME> AbstractRecord.php <BEF> <?php namespace ZfcUser\Validator; use Zend\Validator\AbstractValidator, ZfcUser\Model\Mapper\User as UserMapper; abstract class AbstractRecord extends AbstractValidator { /** * Error constants */ const ERROR_NO_RECORD_FOUND = 'noRecordFound'; const ERROR_RECO...
5
Fixed model naming conventions
5
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049334
<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
Merge branch '210' Closes #210
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049335
<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
Merge branch '210' Closes #210
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049336
<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
Merge branch 'custom-table' of git://github.com/thoaionline/ZfcUser into 210
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049337
<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
Merge branch 'custom-table' of git://github.com/thoaionline/ZfcUser into 210
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049338
<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...
0
Removed the dev master require for zfcbase
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049339
<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...
0
Removed the dev master require for zfcbase
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10049340
<NME> AdapterChainServiceFactoryTest.php <BEF> ADDFILE <MSG> Added test for ChainAdapterServiceFactory <DFF> @@ -0,0 +1,67 @@ +<?php + +namespace ZfcUserTest\Authentication\Adapter; + +use ZfcUser\Authentication\Adapter\AdapterChainServiceFactory; + +class AdapterChainServiceFactoryTest extends \PHPUnit_Framework_Test...
67
Added test for ChainAdapterServiceFactory
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049341
<NME> AdapterChainServiceFactoryTest.php <BEF> ADDFILE <MSG> Added test for ChainAdapterServiceFactory <DFF> @@ -0,0 +1,67 @@ +<?php + +namespace ZfcUserTest\Authentication\Adapter; + +use ZfcUser\Authentication\Adapter\AdapterChainServiceFactory; + +class AdapterChainServiceFactoryTest extends \PHPUnit_Framework_Test...
67
Added test for ChainAdapterServiceFactory
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049342
<NME> ZfcUserIdentity.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use Zend\Authentication\AuthenticationService; class ZfcUserIdentity extends AbstractHelper { /** * @var AuthenticationService */ protected $authService; /** * __invoke * * ...
2
Merge branch '213' Closes #213
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049343
<NME> ZfcUserIdentity.php <BEF> <?php namespace ZfcUser\View\Helper; use Zend\View\Helper\AbstractHelper; use Zend\Authentication\AuthenticationService; class ZfcUserIdentity extends AbstractHelper { /** * @var AuthenticationService */ protected $authService; /** * __invoke * * ...
2
Merge branch '213' Closes #213
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049344
<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...
1
Update README.md
0
.md
md
mit
nao-pon/flysystem-google-drive
10049345
<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
fix problem of result of root dirID in `splitPath()`
1
.php
php
mit
nao-pon/flysystem-google-drive
10049346
<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-...
0
Remove reference to a user hydrator as it's not part of #210
9
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049347
<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-...
0
Remove reference to a user hydrator as it's not part of #210
9
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049348
<NME> ModuleOptions.php <BEF> <?php namespace ZfcUser\Factory\Options; use Interop\Container\ContainerInterface; use Zend\ServiceManager\Factory\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Options; class ModuleOptions implements FactoryInterface { public function __invoke(Conta...
3
- final formatting issue
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10049349
<NME> ModuleOptions.php <BEF> <?php namespace ZfcUser\Factory\Options; use Interop\Container\ContainerInterface; use Zend\ServiceManager\Factory\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Options; class ModuleOptions implements FactoryInterface { public function __invoke(Conta...
3
- final formatting issue
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser