summaryrefslogtreecommitdiffstats
path: root/lib/roles.lua
Commit message (Expand)AuthorAgeFilesLines
* Fixed roles to only take the first roles file for a prefix/name combinationTed Trask2012-02-011-37/+50
* Modified require statements for acf.xTed Trask2012-01-211-2/+2
* Must allow roles to have '-' characterTed Trask2012-01-191-2/+2
* Fixed bug in roles where last matching controller used, rather than firstTed Trask2012-01-191-1/+3
* Removed duplicates from determine_perms arraysTed Trask2011-06-271-5/+11
* Fixed bug in loading controllers to determine available actions.Ted Trask2010-11-151-0/+3
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-061-2/+33
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-42/+56
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-7/+16
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-301-2/+2
* Added ability to manage roles based on which roles file they're in = more gra...Ted Trask2009-12-281-24/+45
* Fixed template bug, remembered to actually remove the basename/dirname functi...Ted Trask2009-12-281-2/+2
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-281-1/+1
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-231-2/+4
* Fixed roles bugs - path containing '.' and matching controller names.Ted Trask2009-12-221-12/+16
* Fixed bug with roles, added follow symlink flag for fs.find, allowed symlinks...Ted Trask2009-12-221-6/+6
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-70/+37
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-11/+5
* Added escapespecialcharacters to format.lua to escape shell special character...release-0.4.19Ted Trask2009-01-211-1/+1
* Modified fs.lua to survive nil parameters. Added create_directory and used w...Ted Trask2009-01-131-3/+3
* Cleaned up package path code in roles.Ted Trask2008-11-111-3/+3
* roles in permissions needed to look for _ in controllers as wellNathan Angelacos2008-11-111-1/+1
* Allow controllers to have digits in their namesNathan Angelacos2008-11-111-6/+6
* Modified roles to allow '_' in controller names.Ted Trask2008-11-101-6/+6
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ...Ted Trask2008-10-241-33/+36
* Modified authenticator to make sub-authenticator visible rather that redefini...Ted Trask2008-09-301-5/+5
* Cleanup of some libs.Ted Trask2008-09-261-1/+0
* Modified roles to use authenticator rather than directly access roles file. ...Ted Trask2008-08-181-32/+45
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-161-11/+16
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-091-1/+10
* Finished user and role managementTed Trask2008-05-051-3/+6
* Updated rolesTed Trask2008-05-021-15/+108
* Modified roles, logon, and authenticatorTed Trask2008-05-011-1/+32
* Ted's Logon/permissions changesTed Trask2008-04-211-41/+68
* Added the full roles to the sessiondata.Mike Mason2008-02-051-0/+24
* Adding the beingings of the authorization items. Also adding some of the upda...Mike Mason2008-02-041-0/+57