Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 4 | -15/+15 |
| | |||||
* | Fix password/listlockevents sorting by IP address | Ted Trask | 2016-01-28 | 1 | -2/+8 |
| | |||||
* | Add password.listlockevents/unlockuser/unlockip actions to acf-util | Ted Trask | 2016-01-24 | 7 | -8/+100 |
| | | | | | | password.status now reports locked status for each user Modified session lib to add list_events/delete_events Changed session.record_event/count_events to take IP rather than hash | ||||
* | Modify roles to use cfe type structure rather than table for consistency | Ted Trask | 2016-01-12 | 2 | -5/+5 |
| | |||||
* | Accept HTTP auth even if not in passwd file. Give DEFAULT role. | Ted Trask | 2015-05-22 | 1 | -0/+1 |
| | |||||
* | Add some missing require statements | Ted Trask | 2015-05-14 | 1 | -0/+1 |
| | |||||
* | Modify logon to move logic to the model, leaving redirect in the controller | Ted Trask | 2014-10-01 | 2 | -55/+66 |
| | |||||
* | Remove logon/logoff and logon/logon from password home options | Ted Trask | 2014-10-01 | 1 | -4/+5 |
| | | | | Both of these cause problems if selected | ||||
* | Cleanup acf-util/password to move logic from the controller to the model | Ted Trask | 2014-10-01 | 2 | -128/+125 |
| | |||||
* | Fix bug where changing user skin actually changes the default skin | Ted Trask | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | Change prototype of htmlviewfunctions.dislay item to make consistent | Ted Trask | 2014-03-31 | 2 | -10/+10 |
| | | | | Note: this breaks backward compatibility | ||||
* | Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵ | Ted Trask | 2014-03-17 | 4 | -16/+33 |
| | | | | .displaysectionend function | ||||
* | Modified HTML views to use new htmlviewfunctions functions and replace links ↵ | Ted Trask | 2014-03-10 | 3 | -21/+29 |
| | | | | | | with forms created by displayitem Use .displayitemstart/middle/end | ||||
* | Change HTML views to use htmlviewfunctions.displayheader | Ted Trask | 2014-03-03 | 4 | -24/+23 |
| | |||||
* | Modified roles/viewroles HTML view to make better use of htmlviewfunctions ↵ | Ted Trask | 2014-03-03 | 2 | -8/+8 |
| | | | | and remove custom HTML | ||||
* | Removed skins/read action and use skins/update instead | Ted Trask | 2014-03-03 | 6 | -38/+7 |
| | |||||
* | Modified password/status HTML view to make better use of htmlviewfunctions ↵ | Ted Trask | 2014-03-03 | 2 | -10/+10 |
| | | | | and remove custom HTML | ||||
* | Allow sorting on roles permissions | Ted Trask | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. | Ted Trask | 2014-01-22 | 5 | -64/+97 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 9 | -67/+81 |
| | | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 9 | -14/+14 |
| | |||||
* | Add home config option to acf.conf for default home page | Ted Trask | 2013-05-30 | 1 | -1/+3 |
| | | | | The default_prefix and default_controller logic was broken, and is now removed | ||||
* | Change logon/logout action to logon/logoff and standardize on logon/off ↵ | Ted Trask | 2013-05-30 | 4 | -13/+13 |
| | | | | instead of login/out | ||||
* | Fix delete user link to submit the form | Ted Trask | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 4 | -0/+4 |
| | |||||
* | Fixed form for creating new user | Ted Trask | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Modified roles controller to use new handle_form function | Ted Trask | 2012-04-23 | 9 | -91/+58 |
| | |||||
* | Updated password and skins for latest handle_form changes | Ted Trask | 2012-04-22 | 5 | -31/+28 |
| | |||||
* | Updated password to remove redirect_to_referrer and password-html view | Ted Trask | 2012-04-19 | 3 | -30/+25 |
| | |||||
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵ | Ted Trask | 2012-02-23 | 2 | -7/+5 |
| | | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations | ||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 1 | -1/+1 |
| | | | | multiple submit buttons | ||||
* | Modified html template to set focus to first useable field | Ted Trask | 2012-02-06 | 1 | -1/+2 |
| | |||||
* | Changed acf-util/logon controller to use standard view | Ted Trask | 2012-02-03 | 4 | -40/+3 |
| | |||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 8 | -20/+20 |
| | | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file | ||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 2 | -4/+4 |
| | |||||
* | Removed logon / logout from list of home pages | Ted Trask | 2011-07-21 | 1 | -1/+3 |
| | |||||
* | Fixed logon auto-focus to userid using newer jquery | Ted Trask | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Restrict options for home in editme action | Ted Trask | 2011-05-18 | 1 | -2/+9 |
| | |||||
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
| | |||||
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 3 | -34/+24 |
| | | | | Moved get_all_permissions function from acf-util/roles-model to lib/roles | ||||
* | Made major changes to authenticator and roles to improve efficiency. | Ted Trask | 2010-09-28 | 5 | -30/+149 |
| | | | | | | | | | | Changed authenticator.lua to request individual users, rather than always loading everyone. Modified get_userinfo and removed get_userinfo_roles and get_userinfo_skin to remove unnecessary cfe processing. This was especially bad when retrieving the cfe options for skins and roles. This does break the interface used by other modules like acf-tinydns. Validation and cfe processing were moved into password-model, where they belong. Added global variables to authenticator and roles libraries so they can reuse data that was already generated. Modified logon-controller to only check for zero users if logon fails. | ||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Sort users in view. | Ted Trask | 2010-03-04 | 1 | -1/+7 |
| | |||||
* | Added new view variable wwwprefix to adjust web path, fix index.html redirect. | Ted Trask | 2010-02-16 | 2 | -3/+3 |
| | |||||
* | Fixed bug with reporting skin in use. | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Changes to skins to allow user skins to be added | Ted Trask | 2010-01-21 | 3 | -13/+14 |
| | | | | page_info.skindir is no longer available to views, but staticdir is. | ||||
* | Moved skins from acf-alpine-baselayout. | Ted Trask | 2010-01-13 | 5 | -1/+83 |
| | |||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 6 | -26/+6 |
| | | | | function to viewfunctions library. | ||||
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 6 | -0/+0 |
| | |||||
* | Added ability to manage roles based on which roles file they're in = more ↵ | Ted Trask | 2009-12-28 | 2 | -9/+8 |
| | | | | granularity of roles. |