summaryrefslogtreecommitdiffstats
Commit message (Collapse)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.json Modler version
| * Update composer.jsonBruno Škvorc2016-03-061-1/+1
|/ | | Updated modler to newer version. All tests seem to pass. This is **VERY** important to update because modler is broken for Twig in its current state (no `isset`) and this would at least allow users to use `dev-master` of modler.
* Merge pull request #48 from Swader/masterChris Cornutt2016-02-086-9/+134
|\ | | | | Added Count Feature
| * When the creation of the original record fails, an attempt to create the ↵Bruno Skvorc2016-02-071-7/+6
| | | | | | | | relations is still made - this, naturally, fails. By moving this block inside the check, the situation is prevented - at least the relations aren't attempted if the original fails.
| * 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
| |\ | |/ |/| Sync from original
* | Merge pull request #44 from Swader/patch-12.9.2Chris Cornutt2016-02-031-2/+2
|\ \ | | | | | | Update FindBy.php
| * | Update FindBy.phpBruno Škvorc2016-01-311-2/+2
|/ / | | | | Typo in namespace breaks the app.
* | Fixing check for expired token, ensuring there's actually a date value to ↵2.9.1Chris Cornutt2015-12-151-1/+1
| | | | | | | | compare in Remember Me
* | Merge pull request #38 from Awnage/patch-1Chris Cornutt2015-09-091-1/+2
|\ \ | | | | | | Update installation-and-configuration.md
| * | Update installation-and-configuration.mdGreg2015-09-091-1/+2
|/ / | | | | "1287 Using GRANT for creating new user is deprecated and will be removed in future release. Create new user with CREATE USER statement."
* | Merge pull request #36 from Swader/masterChris Cornutt2015-08-061-1/+3
|\ \ | |/ | | Whoops.
| * Whoops.Bruno Škvorc2015-08-061-1/+3
| |
* | Merge pull request #35 from Swader/masterChris Cornutt2015-08-062-3/+3
|\ \ | |/ | | phpdotenv v2
| * 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 ranges
| | * 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 ↵Chris Cornutt2015-07-211-2/+7
| | | | overwrite, appends
* 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, ↵Chris Cornutt2015-07-211-10/+27
| | | | perform replacements and run migrations
* 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 ↵Chris Cornutt2015-07-211-0/+18
| | | | Gatekeeper find* handling
* adding the "getLastError" method to get the last reported error on the data ↵Chris Cornutt2015-07-212-0/+16
| | | | source
* 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.md
| * Update security-questions.mdShaun Hare2015-07-201-1/+1
| | | | | | simple typo on line 3 ~~he~~ to the
* | Merge pull request #32 from sdh100shaun/patch-2Chris Cornutt2015-07-201-2/+2
|\ \ | | | | | | Update groups.md
| * | Update groups.mdShaun Hare2015-07-201-2/+2
| |/ | | | | simple typo line 16 ~~returnes~~ returns
* | Merge pull request #33 from sdh100shaun/patch-3Chris Cornutt2015-07-201-1/+1
|\ \ | |/ |/| Update installation-and-configuration.md
| * Update installation-and-configuration.mdShaun Hare2015-07-201-1/+1
|/ | | simple typo line 16 ~~throught~~ -> through
* 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 ↵Chris Cornutt2015-07-192-12/+41
| | | | | | | | provider
| * adding docblocks, fixing credentials to pull from .env, authentication now ↵Chris Cornutt2015-07-194-25/+129
| | | | | | | | works but "remember me" is still pending
* | 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 ↵Chris Cornutt2015-07-192-0/+35
| | | | AuthTokenCollection instance
* 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 ↵Chris Cornutt2015-07-171-18/+18
| | | | correctly figured ut
* 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 ..
| | * Use containers ..Hari K T2015-07-181-1/+2
| |/
* | allowing the addition of groups and permissions like the dcs say on user ↵2.6.1Chris Cornutt2015-07-171-0/+14
|/ | | | register
* 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 initialization
| | * Added "charset=utf8" to PDO initializationSer52015-07-161-2/+2
| |/ | | | | This way non-latin characters are stored in database as is and not as garbage.
* | 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 ↵Chris Cornutt2015-07-132-0/+31
| | | | permission
* 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 issue
| * Fix for cookie setting and verification issuejdudley11232015-06-161-3/+3
| | | | | | Corrected a mistake in a class name, and added a work around for setting cookies on localhost which requires the domain be 'false'.
* | 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 ↵Chris Cornutt2015-07-021-0/+24
| | | | | | | | and groups tables
* | 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
| | | | class (find, save, delete)
* 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
| | |