summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reverting mysqli detection in mysql datasourceHEAD2.10origin/masterorigin/HEADmasterChris Cornutt2016-07-141-5/+1
* Adding check for mysql vs mysqli extension (mysql removed in PHP 7)Chris Cornutt2016-07-141-1/+5
* Adding PHP 7 to the travis-ci versions to testChris Cornutt2016-07-141-0/+1
* Merge pull request #53 from Swader/patch-2Chris Cornutt2016-03-061-1/+1
|\
| * Update composer.jsonBruno Škvorc2016-03-061-1/+1
|/
* Merge pull request #48 from Swader/masterChris Cornutt2016-02-086-9/+134
|\
| * When the creation of the original record fails, an attempt to create the rela...Bruno Skvorc2016-02-071-7/+6
| * Ignored composer.lockBruno Skvorc2016-02-072-1489/+1
| * Bug fixesBruno Skvorc2016-02-073-17/+21
| * Count feature in progressBruno Skvorc2016-02-077-1/+1611
| * Merge pull request #1 from psecio/masterBruno Škvorc2016-02-073-4/+5
| |\ | |/ |/|
* | Merge pull request #44 from Swader/patch-12.9.2Chris Cornutt2016-02-031-2/+2
|\ \
| * | Update FindBy.phpBruno Škvorc2016-01-311-2/+2
|/ /
* | Fixing check for expired token, ensuring there's actually a date value to com...2.9.1Chris Cornutt2015-12-151-1/+1
* | Merge pull request #38 from Awnage/patch-1Chris Cornutt2015-09-091-1/+2
|\ \
| * | Update installation-and-configuration.mdGreg2015-09-091-1/+2
|/ /
* | Merge pull request #36 from Swader/masterChris Cornutt2015-08-061-1/+3
|\ \ | |/
| * Whoops.Bruno Škvorc2015-08-061-1/+3
* | Merge pull request #35 from Swader/masterChris Cornutt2015-08-062-3/+3
|\ \ | |/
| * Altered main class to use new DotenvBruno Skvorc2015-08-061-2/+2
| * Update composer.jsonBruno Škvorc2015-08-061-1/+1
|/
* Adding the cloning operation (for users first)2.9Chris Cornutt2015-08-053-1/+79
* reverting the change on finding the group by name in inGroupChris Cornutt2015-08-041-1/+1
* Merge branch 'master' of git://github.com/psecio/gatekeeperChris Cornutt2015-08-041-3/+3
|\
| * Merge pull request #34 from stof/patch-1Chris Cornutt2015-07-311-3/+3
| |\
| | * Improve the composer requirements to use rangesChristophe Coevoet2015-07-311-3/+3
| |/
* | fixing call inside the inGroup method for getting a group by nameChris Cornutt2015-08-041-1/+1
|/
* missed a variable rename, group -> groupIdChris Cornutt2015-07-271-1/+1
* allowing inGroup and hasPermission to use "name" as well as "id"Chris Cornutt2015-07-271-10/+18
* fixing bug in inGroup where the validation was too strictChris Cornutt2015-07-271-1/+1
* Updating docs to add the "use" for the install examplesChris Cornutt2015-07-221-0/+2
* updating install docs to use the new setup.sh scriptChris Cornutt2015-07-221-32/+7
* moving setup.sh into a bin/ directory2.8Chris Cornutt2015-07-211-0/+0
* updating setup.sh to check for a .env file first so it doesn't just overwrite...Chris Cornutt2015-07-211-2/+7
* updating setup to put the .env file into place if neededChris Cornutt2015-07-212-5/+16
* updating setup script to do the rest of the operations - move config, perform...Chris Cornutt2015-07-211-10/+27
* Updating the example phinx yaml file with placeholders for credentialsChris Cornutt2015-07-211-4/+4
* Updating composer config to put the setup.sh into the bin/ directoryChris Cornutt2015-07-211-1/+2
* adding missing "use" for the Validator class to Laravel service providerChris Cornutt2015-07-211-0/+1
* adding a custom validator (gk_unique) to the provider for use with the Gateke...Chris Cornutt2015-07-211-0/+18
* adding the "getLastError" method to get the last reported error on the data s...Chris Cornutt2015-07-212-0/+16
* updating Provider documentation for the Laravel 5 provider2.7Chris Cornutt2015-07-201-0/+30
* Merge pull request #31 from sdh100shaun/patch-1Chris Cornutt2015-07-201-1/+1
|\
| * Update security-questions.mdShaun Hare2015-07-201-1/+1
* | Merge pull request #32 from sdh100shaun/patch-2Chris Cornutt2015-07-201-2/+2
|\ \
| * | Update groups.mdShaun Hare2015-07-201-2/+2
| |/
* | Merge pull request #33 from sdh100shaun/patch-3Chris Cornutt2015-07-201-1/+1
|\ \ | |/ |/|
| * Update installation-and-configuration.mdShaun Hare2015-07-201-1/+1
|/
* Merge branch 'master' of git://github.com/psecio/gatekeeperChris Cornutt2015-07-194-26/+159
|\
| * Updates to get the remember me token handling working with the custom auth pr...Chris Cornutt2015-07-192-12/+41
| * adding docblocks, fixing credentials to pull from .env, authentication now wo...Chris Cornutt2015-07-194-25/+129
* | adding initial version of setup.sh file, making the Gatekeeper install easierChris Cornutt2015-07-191-0/+56
|/
* updating User model with "authTokens" property and adding an AuthTokenCollect...Chris Cornutt2015-07-192-0/+35
* fixing issue where exception was assumed on model location (throttle)Chris Cornutt2015-07-191-3/+3
* Initial statges of a custom provider for Laravel5Chris Cornutt2015-07-194-0/+158
* making the version number of dotenv a wildcard for 1.*Chris Cornutt2015-07-191-1/+1
* removing debugging from the Permissions resolver classChris Cornutt2015-07-171-1/+0
* commenting out the throttle check test for now until static testing is correc...Chris Cornutt2015-07-171-18/+18
* Merge branch 'master' of git://github.com/psecio/gatekeeperChris Cornutt2015-07-171-1/+2
|\
| * Merge pull request #30 from harikt/patch-1Chris Cornutt2015-07-171-1/+2
| |\
| | * Use containers ..Hari K T2015-07-181-1/+2
| |/
* | allowing the addition of groups and permissions like the dcs say on user regi...2.6.1Chris Cornutt2015-07-171-0/+14
|/
* return the user model instance on register success, false on failure2.6Chris Cornutt2015-07-171-2/+1
* return a false instead of throwing an exception when record is not foundChris Cornutt2015-07-171-2/+1
* fixing namespace on model not found exceptions in findby handlerChris Cornutt2015-07-171-2/+2
* Merge branch 'master' of git://github.com/psecio/gatekeeperChris Cornutt2015-07-171-2/+2
|\
| * Merge pull request #25 from Ser5/masterChris Cornutt2015-07-171-2/+2
| |\
| | * Added "charset=utf8" to PDO initializationSer52015-07-161-2/+2
| |/
* | adding "save" method shortcut to the mysql base modelChris Cornutt2015-07-171-0/+11
|/
* adding findUsersByPermissionId to user model to get users with a given permis...Chris Cornutt2015-07-132-0/+31
* adding abstract Resolver classChris Cornutt2015-07-101-0/+8
* Adding test for the find by user IDChris Cornutt2015-07-101-0/+18
* adding "groups" property to permissions to get related groupsChris Cornutt2015-07-101-0/+9
* adding method to get the groups a permission belongs toChris Cornutt2015-07-101-0/+21
* Adding method to clear restrictions on authenticate evaluationChris Cornutt2015-07-101-0/+8
* adding a method to check if a group has a permissionChris Cornutt2015-07-081-0/+23
* adding "expire" timeouts to the grant* handling tooChris Cornutt2015-07-032-9/+34
* Merge pull request #16 from jdudley1123/patch-12.5Chris Cornutt2015-07-031-3/+3
|\
| * Fix for cookie setting and verification issuejdudley11232015-06-161-3/+3
* | fixing bug in expire checking in group model, adding testsChris Cornutt2015-07-032-1/+29
* | adding policy and security question collection testsChris Cornutt2015-07-032-0/+69
* | fixing misspelling in Policy model name in policy collectionChris Cornutt2015-07-031-1/+1
* | adding "is expired" tests for permissionsChris Cornutt2015-07-032-1/+29
* | adding "isExpired" to groupsChris Cornutt2015-07-032-0/+34
* | adding expiration handling to adding user groupsChris Cornutt2015-07-034-7/+30
* | adding support for the "expires" handling in the user permissionsChris Cornutt2015-07-024-4/+25
* | adding a migration for the expire column additions on the user permissions an...Chris Cornutt2015-07-021-0/+24
* | adding docs about updating the expiration time on permissionsChris Cornutt2015-07-021-0/+10
* | adding expiration to permissions, updating docsChris Cornutt2015-07-022-1/+39
* | adding the permission and group expiration columns (migration)Chris Cornutt2015-07-021-0/+24
* | updating UserModelTest to fix some code quality issuesChris Cornutt2015-06-191-66/+40
* | adding an examples directory and a sample login form2.4Chris Cornutt2015-06-192-0/+45
|/
* Updating permission, policy and user models with @property notationsChris Cornutt2015-06-123-0/+35
* adding default property for tableNameChris Cornutt2015-06-121-0/+6
* fixing calls to self:: and correcting call to modelFactoryChris Cornutt2015-06-121-3/+4
* adding "if" check around call to throttle model instanceChris Cornutt2015-06-121-1/+6
* adding the "handlers" for the different kinds of requests made to Gatekeeper ...Chris Cornutt2015-06-126-128/+276
* Merge branch 'master' of https://github.com/psecio/gatekeeper2.3Chris Cornutt2015-06-120-0/+0
|\
| * Merge branch 'master' of https://github.com/psecio/gatekeeperChris Cornutt2015-06-114-3/+71
| |\
| * | fixing misspelled column name in PermissionCollectionChris Cornutt2015-06-111-1/+1