Inactive

Commits : Listings

  Analyzed 4 days ago based on code collected 4 days ago.
Showing page 1 of 3
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only create the instance of View if it is going to be used. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Add support for loading the routes from a config file. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Guess PHP does not like overloaded methods... Also, testing code is a Good Thing(tm) to do. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Get rid of the Auth class. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Move the auth drivers to the root of the source and make them self-contained static classes. The Auth class isn't all that useful. This will also allow a website to support multiple authentication methods (such has having an LDAP login, but falling back to simple in the event that LDAP is down). Avatar
blast007
as Scott Wichser
More... about 2 years ago
Follow naming scheme. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Add a regex-based routing system that overrides the simplistic routing in the base Framework class. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Add a public method for obtaining the detected URI. Avatar
blast007
as Scott Wichser
More... about 2 years ago
Surpress error message from the ldap_bind Avatar
blast007
as Scott Wichser
More... over 2 years ago
Remove the functions to add permissions. Permissions will now be added when a role specifies them the first time. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Remove debug code that was left in. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Get rid of the $groups parameter from the calls to Authenticate. Not all authentication drivers have the concept of 'groups', so this should really be handled through either a config option, or through other means. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Improve the LDAP authentication class further. It is now capable of returning data that requires that the user first binds successfully (such as group membership information) and allows control of what attributes are returned via the configuration file. Also supports using custom search filters to locate the user DN initially. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Add a Permission class that handles merging multiple "roles" to form a set of allowed/denied permissions. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Tweak the LDAP auth class to return additional data about the user as well. Instead of just a boolean return, an array is returned. The other auth classes should be adapted to follow this return format as well, since they will likely provide more information later (such as group memberships). Avatar
blast007
as Scott Wichser
More... over 2 years ago
Prefix controller method names with action_ to avoid using reserved words like 'list' as method names. Avatar
blast007
as Scott Wichser
More... over 2 years ago
Just use main.php instead of mapping 'main' to config.php Avatar
blast007
as Scott Wichser
More... over 2 years ago
Add the start of the documentation for controllers. Avatar
blast007
as Scott Wichser
More... almost 3 years ago
Trim trailing whitespace from file. Avatar
blast007
as Scott Wichser
More... almost 3 years ago
Start to fix/complete the PHPBB3 authentication driver. Avatar
blast007
as Scott Wichser
More... almost 3 years ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.