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
10048150
<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 ```bash composer requ...
1
edit README.md
1
.md
md
mit
nao-pon/flysystem-google-drive
10048151
<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_ChildList; use Google_Service_Drive_ParentReference; use Google_Service_Drive_Permission; use Google_Http_MediaFileU...
174
Google Drive API V3 supports
112
.php
php
mit
nao-pon/flysystem-google-drive
10048152
<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
Revert usage of formElementManager(BC break)
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048153
<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
Revert usage of formElementManager(BC break)
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048154
<NME> module.config.php <BEF> <?php return array( 'zfcuser' => array( 'user_model_class' => 'ZfcUser\Model\User', 'usermeta_model_class' => 'ZfcUser\Model\UserMeta', 'enable_username' => false, 'enable_display_name' => false, 'require_activation'...
2
Update model class name defaults
2
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048155
<NME> module.config.php <BEF> <?php return array( 'zfcuser' => array( 'user_model_class' => 'ZfcUser\Model\User', 'usermeta_model_class' => 'ZfcUser\Model\UserMeta', 'enable_username' => false, 'enable_display_name' => false, 'require_activation'...
2
Update model class name defaults
2
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048156
<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
Merge pull request #194 from FredzL/master
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048157
<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
Merge pull request #194 from FredzL/master
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048158
<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
1
.md
md
mit
nao-pon/flysystem-google-drive
10048159
<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 missing "hasdir" value in results of `listContents()`
11
.php
php
mit
nao-pon/flysystem-google-drive
10048160
<NME> UserTest.php <BEF> <?php namespace ZfcUserTest\Entity; use ZfcUser\Entity\User as Entity; class UserTest extends \PHPUnit_Framework_TestCase { public function testSetId() { $this->markTestIncomplete( 'This test has not been implemented yet.' ); } public function tes...
46
Added User entity test
48
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048161
<NME> UserTest.php <BEF> <?php namespace ZfcUserTest\Entity; use ZfcUser\Entity\User as Entity; class UserTest extends \PHPUnit_Framework_TestCase { public function testSetId() { $this->markTestIncomplete( 'This test has not been implemented yet.' ); } public function tes...
46
Added User entity test
48
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048162
<NME> UserControllerTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Form\FormElementManager; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Controller\UserController as Controller; use Zend\Http\Response; use Zend\Stdlib\Parameters; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Se...
1
- fix styling issues
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048163
<NME> UserControllerTest.php <BEF> <?php namespace ZfcUserTest\Controller; use Zend\Form\FormElementManager; use ZfcUser\Controller\RedirectCallback; use ZfcUser\Controller\UserController as Controller; use Zend\Http\Response; use Zend\Stdlib\Parameters; use Zend\ServiceManager\ServiceLocatorInterface; use ZfcUser\Se...
1
- fix styling issues
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048164
<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
1
.md
md
mit
nao-pon/flysystem-google-drive
10048165
<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
10048166
<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
10048167
<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...
14
Resolve firmlinks so we agree with nfsd on the path (#102)
3
.sh
sh
mit
adlogix/docker-machine-nfs
10048168
<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...
55
Missing files on previous commit
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048169
<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...
55
Missing files on previous commit
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048170
<NME> module.config.php <BEF> <?php return array( 'view_manager' => array( 'template_path_stack' => array( 'zfcuser' => __DIR__ . '/../view', ), ), 'form_elements' => array( 'factories' => array( 'zfcuser_login_form' => 'ZfcUser\FormElementManagerF...
4
- Prepared to restore backwards compatibility
4
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048171
<NME> module.config.php <BEF> <?php return array( 'view_manager' => array( 'template_path_stack' => array( 'zfcuser' => __DIR__ . '/../view', ), ), 'form_elements' => array( 'factories' => array( 'zfcuser_login_form' => 'ZfcUser\FormElementManagerF...
4
- Prepared to restore backwards compatibility
4
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048172
<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; /** ...
0
- revert attempt to dynamically call `init()` in constructor based on the use of FEM
9
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048173
<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; /** ...
0
- revert attempt to dynamically call `init()` in constructor based on the use of FEM
9
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048174
<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
Removed Deprecated Query route configuration for changemail and changepassword routes. FROM (ZF2013-01).
14
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048175
<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
Removed Deprecated Query route configuration for changemail and changepassword routes. FROM (ZF2013-01).
14
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048176
<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-...
1
sql binding to avoid theoretical sql injection
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048177
<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-...
1
sql binding to avoid theoretical sql injection
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048178
<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...
33
supports slash including title
6
.php
php
mit
nao-pon/flysystem-google-drive
10048179
<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_Http_MediaFileUpload; use League\Flysystem\Adapter\AbstractAdapter; use League\Flysystem...
204
supported visibility function
45
.php
php
mit
nao-pon/flysystem-google-drive
10048180
<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...
0
remove debug code
1
.php
php
mit
nao-pon/flysystem-google-drive
10048181
<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...
49
Optionalization of additional fetch fields (#26)
12
.php
php
mit
nao-pon/flysystem-google-drive
10048182
<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...
3
fix #15 problem of upload with PHP `memory_limit = -1`
3
.php
php
mit
nao-pon/flysystem-google-drive
10048183
<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...
10
fix #24 add public method `getService()`
0
.php
php
mit
nao-pon/flysystem-google-drive
10048184
<NME> UserInterface.php <BEF> ADDFILE <MSG> Update to use model interface instead of abstract base class for type hinting <DFF> @@ -0,0 +1,170 @@ +<?php + +namespace EdpUser\ModelBase; + +interface UserInterface +{ + /** + * Get userId. + * + * @return int userId + */ + public function getUserId(...
170
Update to use model interface instead of abstract base class for type hinting
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048185
<NME> UserInterface.php <BEF> ADDFILE <MSG> Update to use model interface instead of abstract base class for type hinting <DFF> @@ -0,0 +1,170 @@ +<?php + +namespace EdpUser\ModelBase; + +interface UserInterface +{ + /** + * Get userId. + * + * @return int userId + */ + public function getUserId(...
170
Update to use model interface instead of abstract base class for type hinting
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048186
<NME> ja_JP.po <BEF> msgid "" msgstr "" "Project-Id-Version: ZfcUser\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-26 13:38+0100\n" "PO-Revision-Date: 2013-11-11 00:07+0900\n" "Last-Translator: sasezaki <sasezaki@gmail.com>\n" "Language-Team: ZF Contibutors <zf-devteam@zend.com>\n" "Language: ja_JP\n" "MIME...
3
fix invalid Japanese translation
3
.po
po
bsd-3-clause
ZF-Commons/ZfcUser
10048187
<NME> ja_JP.po <BEF> msgid "" msgstr "" "Project-Id-Version: ZfcUser\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-26 13:38+0100\n" "PO-Revision-Date: 2013-11-11 00:07+0900\n" "Last-Translator: sasezaki <sasezaki@gmail.com>\n" "Language-Team: ZF Contibutors <zf-devteam@zend.com>\n" "Language: ja_JP\n" "MIME...
3
fix invalid Japanese translation
3
.po
po
bsd-3-clause
ZF-Commons/ZfcUser
10048188
<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', 'sha256...
78
Start on updating for SM integration
73
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048189
<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', 'sha256...
78
Start on updating for SM integration
73
.php
config
bsd-3-clause
ZF-Commons/ZfcUser
10048190
<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...
8
getUrl() return webViewLink when item is GoogleDocs
3
.php
php
mit
nao-pon/flysystem-google-drive
10048191
<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...
24
change unused 2nd param of `getFileObject()` to `$checkDir` and use it
21
.php
php
mit
nao-pon/flysystem-google-drive
10048192
<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...
4
Update README.md
0
.md
md
mit
nao-pon/flysystem-google-drive
10048193
<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
Merge pull request #178 from dhaarbrink/master
0
.dist
global
bsd-3-clause
ZF-Commons/ZfcUser
10048194
<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
Merge pull request #178 from dhaarbrink/master
0
.dist
global
bsd-3-clause
ZF-Commons/ZfcUser
10048195
<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
Merge pull request #84 from varatada/master
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048196
<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
Merge pull request #84 from varatada/master
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048197
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcBase\Mapper\AbstractDbMapper; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this->select() ->from($this->tableName)...
13
Update password hashes if bcrypt cost has changed
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048198
<NME> User.php <BEF> <?php namespace ZfcUser\Mapper; use ZfcBase\Mapper\AbstractDbMapper; class User extends AbstractDbMapper implements UserInterface { protected $tableName = 'user'; public function findByEmail($email) { $select = $this->select() ->from($this->tableName)...
13
Update password hashes if bcrypt cost has changed
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048199
<NME> .gitignore <BEF> .settings .buildpath .project composer.lock vendor <MSG> update .gitignore <DFF> @@ -1,5 +1,8 @@ -.settings .buildpath +.idea .project +.settings +bin composer.lock +composer.phar vendor
4
update .gitignore
1
gitignore
mit
nao-pon/flysystem-google-drive
10048200
<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...
7
Update README.md
1
.md
md
mit
nao-pon/flysystem-google-drive
10048201
<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...
22
Merge pull request #17 from toma42/master
17
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048202
<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...
22
Merge pull request #17 from toma42/master
17
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048203
<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...
28
add an option `appsExportMap` for exports Google Apps
20
.php
php
mit
nao-pon/flysystem-google-drive
10048204
<NME> AdapterChainTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\EventInterface; use Zend\EventManager\EventManagerInterface; use Zend\EventManager\SharedEventManagerInterface; use ZfcUser\Authentication\Adapter\AdapterChain; use ZfcUser\Authentication\Adapter\AdapterChainEve...
15
Travis fix test
17
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048205
<NME> AdapterChainTest.php <BEF> <?php namespace ZfcUserTest\Authentication\Adapter; use Zend\EventManager\EventInterface; use Zend\EventManager\EventManagerInterface; use Zend\EventManager\SharedEventManagerInterface; use ZfcUser\Authentication\Adapter\AdapterChain; use ZfcUser\Authentication\Adapter\AdapterChainEve...
15
Travis fix test
17
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048206
<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...
10
Merge branch 'master' of git://github.com/nao-pon/flysystem-google-drive
5
.md
md
mit
nao-pon/flysystem-google-drive
10048207
<NME> RegisterFormFactoryTest.php <BEF> <?php namespace ZfcUserTest\Factory\Form; use Zend\Form\FormElementManager; use Zend\ServiceManager\ServiceManager; use Zend\Stdlib\Hydrator\ClassMethods; use ZfcUser\FormElementManagerFactory\Form\Register as RegisterFactory; use ZfcUser\Options\ModuleOptions; use ZfcUser\Mappe...
1
- Dirty hack to pass in FormElementManager state
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048208
<NME> RegisterFormFactoryTest.php <BEF> <?php namespace ZfcUserTest\Factory\Form; use Zend\Form\FormElementManager; use Zend\ServiceManager\ServiceManager; use Zend\Stdlib\Hydrator\ClassMethods; use ZfcUser\FormElementManagerFactory\Form\Register as RegisterFactory; use ZfcUser\Options\ModuleOptions; use ZfcUser\Mappe...
1
- Dirty hack to pass in FormElementManager state
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048209
<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...
2
Update README.md
2
.md
md
mit
nao-pon/flysystem-google-drive
10048210
<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...
4
[Enhancement] replace `is_a()` to `instanceof`
4
.php
php
mit
nao-pon/flysystem-google-drive
10048211
<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
Changed loginAction to expect redirect as a post param to be consistent with authenticate.
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048212
<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
Changed loginAction to expect redirect as a post param to be consistent with authenticate.
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048213
<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
Update README.md
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048214
<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
Update README.md
1
.md
md
bsd-3-clause
ZF-Commons/ZfcUser
10048215
<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 (#32)
1
.md
md
mit
nao-pon/flysystem-google-drive
10048216
<NME> UserService.php <BEF> ADDFILE <MSG> Add user view helpers <DFF> @@ -0,0 +1,50 @@ +<?php + +namespace EdpUser\View\Helper; + +use Zend\View\Helper\AbstractHelper, + EdpUser\Service\User; + +class UserService extends AbstractHelper +{ + /** + * @var UserService + */ + protected $userService; + + ...
50
Add user view helpers
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048217
<NME> UserService.php <BEF> ADDFILE <MSG> Add user view helpers <DFF> @@ -0,0 +1,50 @@ +<?php + +namespace EdpUser\View\Helper; + +use Zend\View\Helper\AbstractHelper, + EdpUser\Service\User; + +class UserService extends AbstractHelper +{ + /** + * @var UserService + */ + protected $userService; + + ...
50
Add user view helpers
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048218
<NME> LICENSE <BEF> ADDFILE <MSG> Create LICENSE (#80) <DFF> @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2007 Adlogix + +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 restriction, ...
21
Create LICENSE (#80)
0
LICENSE
mit
adlogix/docker-machine-nfs
10048219
<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...
3
- fix formatting
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048220
<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...
3
- fix formatting
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048221
<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
Provide same behavior for logout action.
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048222
<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
Provide same behavior for logout action.
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048223
<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...
1
Merge pull request #644 from Socratemus/patch-1
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048224
<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...
1
Merge pull request #644 from Socratemus/patch-1
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048225
<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...
3
Merge pull request #221 from akrabat/hotfix/219
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048226
<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...
3
Merge pull request #221 from akrabat/hotfix/219
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048227
<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
Fix for FormButton api change
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048228
<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
Fix for FormButton api change
1
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048229
<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 #14 problem of getItems with recursive call
1
.php
php
mit
nao-pon/flysystem-google-drive
10048230
<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
10048231
<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
Merge pull request #327 from georgemickleburgh/master
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048232
<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
Merge pull request #327 from georgemickleburgh/master
0
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048233
<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
1
.md
md
mit
nao-pon/flysystem-google-drive
10048234
<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
Upgrade Forms: - Move Form construction from closure to Factory - Change most Form hints to FormInterface - Use FormElementManager to build Forms - Tweak forms to use `init()` - Add submit button to ChangeEmail form - Implement generic form renderer - Set Register hydrator in Factory
19
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048235
<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
Upgrade Forms: - Move Form construction from closure to Factory - Change most Form hints to FormInterface - Use FormElementManager to build Forms - Tweak forms to use `init()` - Add submit button to ChangeEmail form - Implement generic form renderer - Set Register hydrator in Factory
19
.phtml
phtml
bsd-3-clause
ZF-Commons/ZfcUser
10048236
<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...
23
correction of case of include '/' in ItemName
4
.php
php
mit
nao-pon/flysystem-google-drive
10048237
<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
remove debug code
1
.php
php
mit
nao-pon/flysystem-google-drive
10048238
<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...
3
Use configured user entity class
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048239
<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...
3
Use configured user entity class
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048240
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
1
Changing the getRedirect function to protected as I need to extend the class at this point. Use Case: I have a guest login system which uses a separate route to login (zfcuser/guest) and the redirect plug-in is looking explicitly for zfcuser/login to do a redirect. I want to extend the RedirectCallback class with my ow...
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048241
<NME> RedirectCallback.php <BEF> <?php namespace ZfcUser\Controller; use Zend\Mvc\Application; use Zend\Router\RouteInterface; use Zend\Router\Exception; use Zend\Http\PhpEnvironment\Response; use ZfcUser\Options\ModuleOptions; /** * Buils a redirect response based on the current routing and parameters */ class Re...
1
Changing the getRedirect function to protected as I need to extend the class at this point. Use Case: I have a guest login system which uses a separate route to login (zfcuser/guest) and the redirect plug-in is looking explicitly for zfcuser/login to do a redirect. I want to extend the RedirectCallback class with my ow...
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048242
<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 ClassMethods hydrator usage to reflect that it's default behavior is now to convert underscored array keys to camelCase
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048243
<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 ClassMethods hydrator usage to reflect that it's default behavior is now to convert underscored array keys to camelCase
1
.php
php
bsd-3-clause
ZF-Commons/ZfcUser
10048244
<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
correction of `delete` method
2
.php
php
mit
nao-pon/flysystem-google-drive
10048245
<NME> schema.pgsql.sql <BEF> ADDFILE <MSG> Create schema.pgsql.sql create schema for postgress <DFF> @@ -0,0 +1,13 @@ +CREATE TABLE public.user +( ...
13
Create schema.pgsql.sql
0
.sql
pgsql
bsd-3-clause
ZF-Commons/ZfcUser
10048246
<NME> schema.pgsql.sql <BEF> ADDFILE <MSG> Create schema.pgsql.sql create schema for postgress <DFF> @@ -0,0 +1,13 @@ +CREATE TABLE public.user +( ...
13
Create schema.pgsql.sql
0
.sql
pgsql
bsd-3-clause
ZF-Commons/ZfcUser
10048247
<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...
160
Update for docker-machine version 0.5. Fix machine state parsing. Give NFS mount verification multiple delayed attempts. Add support for parallels driver. Generalise property names. Refactor variable names. Format code to fit into 80 column space.
107
.sh
sh
mit
adlogix/docker-machine-nfs
10048248
<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
fixes detecting hasDir of "root"
1
.php
php
mit
nao-pon/flysystem-google-drive
10048249
<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
Remove triggers that are unsuable.
2
.php
php
bsd-3-clause
ZF-Commons/ZfcUser