summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-status-html.lsp
Commit message (Expand)AuthorAgeFilesLines
* Add password.listlockevents/unlockuser/unlockip actions to acf-utilTed Trask2016-01-241-1/+5
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-311-4/+4
* Change htmlviewfunctions.displayheader to .displaysectionstart and added .dis...Ted Trask2014-03-171-6/+10
* Modified HTML views to use new htmlviewfunctions functions and replace links ...Ted Trask2014-03-101-11/+13
* Modified password/status HTML view to make better use of htmlviewfunctions an...Ted Trask2014-03-031-8/+8
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-221-27/+27
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
* Fix delete user link to submit the formTed Trask2013-05-301-1/+1
* Added require statement for html libraryTed Trask2012-10-021-0/+1
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-2/+2
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-11/+6
* Sort users in view.Ted Trask2010-03-041-1/+7
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-1/+1
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-1/+1
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack functio...Ted Trask2009-12-311-7/+0
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-301-0/+0
* Added ability to manage roles based on which roles file they're in = more gra...Ted Trask2009-12-281-1/+1
* Put viewroles in a table, changed some wording for new roles and users.Ted Trask2009-09-071-1/+1
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-151-11/+11
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-221-5/+6
* use <% %> instead of <? ?>Natanael Copa2008-07-281-17/+17
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-3/+0
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-221-0/+3
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-041-12/+6
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-221-1/+1
* Small graphical changes.Mika Havela2008-05-211-8/+8
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-2/+2
* Finished user and role managementTed Trask2008-05-051-0/+1
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-67/+25
* Password administration now works!Mika Havela2008-02-201-5/+12
* Saving work for today (password manager controller/view)Mika Havela2008-02-191-7/+7
* Moved password-manager to coreMika Havela2008-02-181-0/+82