| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | adding logger handling and update last login call for user authentication | Chris Cornutt | 2015-06-12 | 1 | -2/+47 |
* | | | adding lastLogin property and updateLastLogin method to User model | Chris Cornutt | 2015-06-12 | 1 | -0/+18 |
* | | | migration to add "last login" column | Chris Cornutt | 2015-06-12 | 1 | -0/+22 |
* | | | adding monolog as a dependency | Chris Cornutt | 2015-06-12 | 1 | -1/+2 |
* | | | adding note about when to call Remember Me handling in the authentication/web... | Chris Cornutt | 2015-06-10 | 1 | -0/+2 |
| |/
|/| |
|
* | | Adding docs for the hasPermission method on the User (references issue #10) | Chris Cornutt | 2015-06-06 | 1 | -0/+15 |
* | | Merge branch 'master' of git://github.com/psecio/gatekeeper | Chris Cornutt | 2015-06-06 | 1 | -0/+29 |
|\ \ |
|
| * \ | Merge pull request #15 from psecio/resolver | Chris Cornutt | 2015-06-06 | 1 | -0/+29 |
| |\ \ |
|
| | * | | adding Permission resolverorigin/resolver | Chris Cornutt | 2015-06-06 | 1 | -0/+29 |
* | | | | updating groups and users docs for the find*s methods | Chris Cornutt | 2015-06-06 | 2 | -0/+22 |
|/ / / |
|
* | | | fixing bug in the permission collection with a bad column name | Chris Cornutt | 2015-06-06 | 1 | -4/+6 |
| |/
|/| |
|
* | | Fixing issue with find by for multiple results | Chris Cornutt | 2015-06-04 | 1 | -2/+1 |
|/ |
|
* | Adding the "closures as policies" handling2.2 | Chris Cornutt | 2015-06-02 | 2 | -2/+57 |
* | Merge pull request #13 from elazar/patch-2 | Chris Cornutt | 2015-06-01 | 1 | -1/+1 |
|\ |
|
| * | Fixed broken phpdotenv link | Matthew Turland | 2015-06-01 | 1 | -1/+1 |
|/ |
|
* | Touching the policies doc to try to get it to publish | Chris Cornutt | 2015-05-30 | 1 | -0/+1 |
* | adding the Policy documentation | Chris Cornutt | 2015-05-30 | 2 | -1/+88 |
* | Merge pull request #12 from psecio/policy-expression-lang | Chris Cornutt | 2015-05-30 | 8 | -2/+290 |
|\ |
|
| * | tabs to spaces, d'ohorigin/policy-expression-lang | Chris Cornutt | 2015-05-30 | 1 | -109/+109 |
| * | adding the test for using method results in expression evaluation | Chris Cornutt | 2015-05-30 | 1 | -0/+29 |
| * | changing evaluate call to remove redundant optional second param | Chris Cornutt | 2015-05-30 | 1 | -1/+1 |
| * | adding unit tests for Policy model | Chris Cornutt | 2015-05-30 | 1 | -0/+94 |
| * | adding the evaluatePolicy method to check data against a given policy | Chris Cornutt | 2015-05-29 | 1 | -0/+13 |
| * | adding Description column to policies table | Chris Cornutt | 2015-05-29 | 1 | -0/+1 |
| * | Adding a collection to fetch all policies | Chris Cornutt | 2015-05-29 | 1 | -0/+25 |
| * | Adding the created/updated columns to the Policy model | Chris Cornutt | 2015-05-29 | 1 | -1/+11 |
| * | adding unique index on policies.name column | Chris Cornutt | 2015-05-29 | 1 | -0/+2 |
| * | adding the expression-language requirement to the composer.json | Chris Cornutt | 2015-05-29 | 1 | -2/+3 |
| * | adding a model for the Policy table | Chris Cornutt | 2015-05-28 | 1 | -0/+68 |
| * | adding two exceptions for expressions and policies | Chris Cornutt | 2015-05-28 | 2 | -0/+16 |
| * | adding a migration to create the Policy table | Chris Cornutt | 2015-05-28 | 1 | -0/+29 |
|/ |
|
* | reverting documentation changes | Chris Cornutt | 2015-05-20 | 14 | -506/+5 |
* | updating documentation structure | Chris Cornutt | 2015-05-20 | 16 | -3/+515 |
* | adding support for the DB prefix to all collections and the Mysql base connec... | Chris Cornutt | 2015-05-11 | 7 | -9/+21 |
* | Adding table prefix check to collection Mysql base class | Chris Cornutt | 2015-05-09 | 1 | -1/+3 |
* | adding check for table prefix in default Mysql model instance | Chris Cornutt | 2015-05-09 | 1 | -1/+3 |
* | updating all migrations to work with new table prefix handling | Chris Cornutt | 2015-05-08 | 12 | -68/+67 |
* | changing up the config handling, renaming "getConfig" to "loadConfig" and usi... | Chris Cornutt | 2015-05-08 | 1 | -3/+42 |
* | adding a custom Phinx migration class to help with table prefixes | Chris Cornutt | 2015-05-08 | 1 | -0/+58 |
* | Merge pull request #2 from SidRoberts/patch-1 | Chris Cornutt | 2015-04-28 | 8 | -29/+30 |
|\ |
|
| * | Minor code style improvements (whitespace, PHPDocs, removed unreachable code). | Sid Roberts | 2015-04-16 | 8 | -29/+30 |
|/ |
|
* | adding more tests for Remember Me handling | Chris Cornutt | 2015-02-19 | 1 | -0/+172 |
* | adding getters for data, user and expire interval on the remember me handling | Chris Cornutt | 2015-02-19 | 1 | -0/+24 |
* | adding IP restriction test | Chris Cornutt | 2015-02-19 | 1 | -0/+61 |
* | oops, fixing function name for verifying security questions (verifyAnswer) | Chris Cornutt | 2015-02-19 | 1 | -1/+1 |
* | adding tests to the user model for security questions | Chris Cornutt | 2015-02-18 | 1 | -0/+117 |
* | adding tests for the "create" method in user permission collection | Chris Cornutt | 2015-02-18 | 1 | -0/+39 |
* | adding the documentation for the security questions | Chris Cornutt | 2015-02-18 | 1 | -0/+55 |
* | adding a check to the addSecurityQuestion method to ensure answer != password | Chris Cornutt | 2015-02-18 | 1 | -0/+5 |
* | moving tests for hash_equals to the Gatekeeper test | Chris Cornutt | 2015-02-18 | 2 | -24/+18 |
* | adding the model for security questions | Chris Cornutt | 2015-02-18 | 1 | -0/+77 |
* | adding the collection for the security questions for a user | Chris Cornutt | 2015-02-18 | 1 | -0/+24 |
* | adding the migration to create the security questions table | Chris Cornutt | 2015-02-18 | 1 | -0/+28 |
* | adding the addSecurityQuestion method to the UserModel | Chris Cornutt | 2015-02-18 | 1 | -0/+20 |
* | moving the hash_equals handling out of the UserModel and changing the call to it | Chris Cornutt | 2015-02-18 | 1 | -24/+1 |
* | adding the security questions relationship | Chris Cornutt | 2015-02-18 | 1 | -0/+9 |
* | moving the hash_equals backport out from RememberMe model and updating the ca... | Chris Cornutt | 2015-02-18 | 1 | -20/+1 |
* | moving the backport of hash_equals into the main Gatekeeper class (out from U... | Chris Cornutt | 2015-02-18 | 1 | -0/+24 |
* | fixing docblocks, removing unneeded params | Chris Cornutt | 2015-02-06 | 2 | -10/+8 |
* | Merge branch 'auth-token'2.1 | Chris Cornutt | 2015-02-06 | 7 | -3/+462 |
|\ |
|
| * | changing up handling for hashing in db storage, find token by ID and evaluationorigin/auth-token | Chris Cornutt | 2015-02-06 | 1 | -3/+16 |
| * | fix "find by" to correctly get user | Chris Cornutt | 2015-02-06 | 1 | -1/+2 |
| * | adding better hash evaluation for matching | Chris Cornutt | 2015-02-06 | 1 | -2/+22 |
| * | big refactor on the RememberMe class to only use one token for validation ins... | Chris Cornutt | 2015-02-04 | 1 | -35/+28 |
| * | allowing for a username to be input into the rememberMe handling (and fetchin... | Chris Cornutt | 2015-02-04 | 1 | -2/+5 |
| * | updating the auth table migration to remove verify column and update user_id ... | Chris Cornutt | 2015-02-04 | 1 | -3/+2 |
| * | adding information to the authentication docs about enabling the "remember me... | Chris Cornutt | 2015-02-04 | 1 | -0/+18 |
| * | adding a "find by user ID" method to the user model | Chris Cornutt | 2015-02-04 | 1 | -0/+13 |
| * | adding "Remember me" handling and flag to enable/disable it on authentication | Chris Cornutt | 2015-02-04 | 1 | -2/+31 |
| * | adding "user" property to the Auth token model and fixing the property name f... | Chris Cornutt | 2015-02-04 | 1 | -1/+10 |
| * | adding information about the "Remember Me" handling into the docs | Chris Cornutt | 2015-02-04 | 1 | -1/+41 |
| * | adding the RandomLib to the library requirements | Chris Cornutt | 2015-02-04 | 1 | -0/+1 |
| * | adding "Remember Me" class handling | Chris Cornutt | 2015-02-04 | 1 | -0/+237 |
| * | adding intial version of auth token model | Chris Cornutt | 2015-02-03 | 1 | -0/+54 |
| * | adding migration for auth tokens table | Chris Cornutt | 2015-02-03 | 1 | -0/+29 |
* | | adding note about Laravel 4 to the docs | Chris Cornutt | 2015-02-05 | 1 | -0/+2 |
* | | adding comment on current Laravel provider to mark it as 4.x only | Chris Cornutt | 2015-02-05 | 1 | -0/+3 |
|/ |
|
* | adding more tests for the main Gatekeeper class | Chris Cornutt | 2015-02-03 | 1 | -0/+35 |
* | updating composer config to use any 1.* version of modler | Chris Cornutt | 2015-02-03 | 1 | -1/+1 |
* | updating version of modeler to 1.5 | Chris Cornutt | 2015-02-02 | 1 | -1/+1 |
* | adding remove* methods to the group model | Chris Cornutt | 2015-01-30 | 2 | -0/+75 |
* | adding documentation about revoking permissions and groups from users | Chris Cornutt | 2015-01-30 | 1 | -0/+27 |
* | adding revoke* methods to user model for groups/permissions | Chris Cornutt | 2015-01-30 | 1 | -0/+36 |
* | adding docblocks and method to get current restroctions to Gatekeeper class | Chris Cornutt | 2015-01-30 | 1 | -0/+14 |
* | adding more tests for the group model child handling | Chris Cornutt | 2015-01-30 | 1 | -0/+50 |
* | removing call to loadRestrictions (oops) | Chris Cornutt | 2015-01-30 | 1 | -2/+0 |
* | removing loadRestrictions method, adding setDatasource | Chris Cornutt | 2015-01-30 | 1 | -5/+10 |
* | adding tests for Permission model | Chris Cornutt | 2015-01-30 | 1 | -0/+90 |
* | converting the throttle checking over to a Restriction, adding the restrictio... | Chris Cornutt | 2015-01-28 | 2 | -16/+38 |
* | adding Restriction handling and first one: IP-based2.0 | Chris Cornutt | 2015-01-27 | 3 | -0/+151 |
* | adding documentation about restrictions | Chris Cornutt | 2015-01-27 | 1 | -0/+53 |
* | adding exceptions for data not found and restriction fails | Chris Cornutt | 2015-01-27 | 2 | -0/+16 |
* | adding new test to create collection objects from group names (unique string) | Chris Cornutt | 2015-01-25 | 1 | -0/+26 |
* | adding a test for the create() method in the user group collection | Chris Cornutt | 2015-01-25 | 1 | -0/+26 |
* | updating user group collection to add new model instances to the collection (... | Chris Cornutt | 2015-01-25 | 1 | -1/+3 |
* | adding tests for invalid group/permission granting | Chris Cornutt | 2015-01-25 | 1 | -0/+31 |
* | adding some tests for the grant* handling | Chris Cornutt | 2015-01-25 | 1 | -0/+89 |
* | adding test for getting child permissions by perm id | Chris Cornutt | 2015-01-25 | 1 | -0/+18 |
* | refactoring the grant handling (again? yes, again)1.9.1 | Chris Cornutt | 2015-01-24 | 1 | -18/+51 |
* | adding migration to correctly add indexes | Chris Cornutt | 2015-01-24 | 1 | -0/+28 |