index
:
gatekeeper
master
origin/HEAD
origin/auth-token
origin/master
origin/policy-expression-lang
origin/provider-changeover
origin/resolver
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
changing up handling for hashing in db storage, find token by ID and evaluation
origin/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 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-based
2.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
*
adding return for the grant method and refactoring configuration
Chris Cornutt
2015-01-24
2
-11
/
+30
*
moving the datasource creation logic out of the init
Chris Cornutt
2015-01-23
1
-13
/
+25
*
fixing return type in the find method on data source
Chris Cornutt
2015-01-23
1
-1
/
+1
*
removing a few things found by scrutinizer
Chris Cornutt
2015-01-23
1
-2
/
+1
*
commenting the grant method
1.9
Chris Cornutt
2015-01-23
1
-0
/
+5
*
Merge branch 'master' of git://github.com/psecio/gatekeeper
Chris Cornutt
2015-01-23
3
-4
/
+79
|
\
|
*
fixing check for id in inGroup on user model
Chris Cornutt
2015-01-19
1
-1
/
+1
|
*
updating mysql data source with additional checks for model/collection switch
Chris Cornutt
2015-01-19
1
-1
/
+2
|
*
adding fix when user/group match is not found
Chris Cornutt
2015-01-19
1
-0
/
+3
|
*
adding a getter for the main datasource
1.8
Chris Cornutt
2015-01-19
1
-0
/
+10
|
*
adding option to force return as multiple or single
Chris Cornutt
2015-01-19
2
-3
/
+5
|
*
updating findBy* and datasource find() to return collection instead of a sing...
Chris Cornutt
2015-01-19
2
-3
/
+62
*
|
adding adding the "grant" function and docs for the User model
Chris Cornutt
2015-01-23
2
-0
/
+52
|
/
*
updating because it now uses groupId not just ID
Chris Cornutt
2015-01-18
1
-1
/
+1
*
fixing bug in inGroup checking
1.7
Chris Cornutt
2015-01-18
1
-1
/
+1
*
fixing getUserThrottle call to remove throttle model as first param in findTh...
1.6
Chris Cornutt
2015-01-18
1
-2
/
+1
*
adding packagist badge
Chris Cornutt
2015-01-16
1
-0
/
+1
*
adding to docs about create user with groups
1.5
Chris Cornutt
2015-01-16
1
-0
/
+20
*
fixing fetch statement to correctly use $dbData
Chris Cornutt
2015-01-16
1
-1
/
+1
*
moving the user relation for groups over to user group collection (from just ...
Chris Cornutt
2015-01-16
1
-1
/
+1
*
fixing properties on the UserGroupModel for groupId and userId
Chris Cornutt
2015-01-16
1
-2
/
+2
*
moving the findByUserId to the UserGroupCollection
Chris Cornutt
2015-01-16
1
-20
/
+0
*
adding the user group collection and matching test, updating group collection...
Chris Cornutt
2015-01-16
3
-18
/
+81
*
updating PermssionCollection test, moving method to UserPermissionCollectionTest
Chris Cornutt
2015-01-16
2
-18
/
+24
*
adding GitHub link to docs index
Chris Cornutt
2015-01-16
1
-1
/
+3
*
adding the "permissions on register" to user docs
1.4
Chris Cornutt
2015-01-16
1
-0
/
+21
*
adding UserPermissionCollection
Chris Cornutt
2015-01-16
1
-0
/
+57
*
moving relation for permissions over to UserPermissionCollection
Chris Cornutt
2015-01-16
1
-1
/
+1
*
removing the findByUserId from Permission collection, moved to findByUserId
Chris Cornutt
2015-01-16
1
-20
/
+0
*
Updating Mysql model to check for relation and allow add to property values
Chris Cornutt
2015-01-16
1
-7
/
+12
*
adding relation handling (create)
Chris Cornutt
2015-01-16
1
-3
/
+21
*
fixing call to find to add in a model
Chris Cornutt
2015-01-15
1
-1
/
+2
*
adding Gatekeeper test
Chris Cornutt
2015-01-15
1
-0
/
+56
*
Merge branch 'master' of https://github.com/psecio/gatekeeper
Chris Cornutt
2015-01-15
9
-2
/
+231
|
\
|
*
updating docs index to mention NIST and child permissions/groups
Chris Cornutt
2015-01-11
1
-0
/
+2
|
*
adding "children" property to permission model
Chris Cornutt
2015-01-11
1
-0
/
+9
|
*
adding findChildrenByPermissionId method to permission collection
Chris Cornutt
2015-01-11
1
-0
/
+20
|
*
adding docs about children permissions
Chris Cornutt
2015-01-11
1
-1
/
+47
|
*
adding docs about removing groups
Chris Cornutt
2015-01-11
1
-0
/
+14
|
*
adding the permission "parent" migration and model handling
Chris Cornutt
2015-01-11
3
-0
/
+115
|
*
adding removeChild method
Chris Cornutt
2015-01-11
1
-0
/
+23
|
*
fixing handleFindBy method to correctly be static
Chris Cornutt
2015-01-11
1
-1
/
+1
*
|
adding mock model;
Chris Cornutt
2015-01-15
1
-0
/
+8
*
|
adding Group model tests for adding child (with and without an ID)
Chris Cornutt
2015-01-15
1
-0
/
+35
*
|
adding test to find child groups
Chris Cornutt
2015-01-15
1
-0
/
+21
*
|
adding tests for get/set db, getting table name
Chris Cornutt
2015-01-15
1
-0
/
+35
*
|
catching and rethrowing exception when datasource creation fails
Chris Cornutt
2015-01-15
1
-1
/
+6
|
/
*
adding hierarchical group support
Chris Cornutt
2015-01-09
5
-0
/
+145
*
fixing case-sensitive name in Mysql data source class
Chris Cornutt
2015-01-09
1
-1
/
+1
*
adding MockPdo object
Chris Cornutt
2015-01-09
1
-0
/
+8
*
adding Mysql data source test
Chris Cornutt
2015-01-09
1
-0
/
+26
*
getting abstract mock for DataSource tests instead of using Stub
Chris Cornutt
2015-01-09
1
-2
/
+2
*
allow constructor injection of the PDO object in mysql data source
Chris Cornutt
2015-01-09
1
-8
/
+18
*
adding test for DataSource
Chris Cornutt
2015-01-08
1
-0
/
+28
*
adding test for User collection class
Chris Cornutt
2015-01-08
1
-0
/
+26
*
fixing the fundByUserId method to work with data source, removing extra retur...
1.3
Chris Cornutt
2015-01-07
1
-2
/
+3
*
allowing mysql model to load based on property name too
Chris Cornutt
2015-01-07
1
-2
/
+3
*
adding tests for the Throttle model
Chris Cornutt
2015-01-07
1
-0
/
+145
*
removing errant senicolon
Chris Cornutt
2015-01-07
1
-1
/
+1
*
adding test for Permission collection methods
Chris Cornutt
2015-01-07
1
-0
/
+42
*
updating Stub data source to shorten it a bit;
Chris Cornutt
2015-01-07
1
-23
/
+12
*
adding test for group collection class
Chris Cornutt
2015-01-07
1
-0
/
+24
[next]