summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-status-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-311-4/+4
| | | | Note: this breaks backward compatibility
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-171-6/+10
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-101-11/+13
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* Modified password/status HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-031-8/+8
| | | | and remove custom HTML
* 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
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-281-11/+6
| | | | | | | | | | 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.
* 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
| | | | page_info.skindir is no longer available to views, but staticdir is.
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-311-7/+0
| | | | function to viewfunctions library.
* 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 ↵Ted Trask2009-12-281-1/+1
| | | | granularity of roles.
* 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 ↵Ted Trask2009-01-151-11/+11
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-5/+6
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-17/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another rewrite of validator to remove dnsfiles and add a generic way for ↵Ted Trask2008-07-241-3/+0
| | | | | | other controllers to save user-based settings. Also added fs.create_file function. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1317 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split common code out of authenticator-plaintext into authenticator.lua in ↵Ted Trask2008-07-221-0/+3
| | | | | | preparation for adding SQL authentication. Rewrote authentication functions to use cfe's. Made corresponding changes to roles and logon. Added dnsfiles field to userdata for tinydns access control. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1314 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-041-12/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1279 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-221-1/+1
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes.Mika Havela2008-05-211-8/+8
| | | | | | Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-1/+1
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-2/+2
| | | | | | | Removed hostname from pageinfo and replaced with component load in template. A little cleanup to use pageinfo in views. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1119 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Finished user and role managementTed Trask2008-05-051-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1100 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-67/+25
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Password administration now works!Mika Havela2008-02-201-5/+12
| | | | | | Logon as alpine and you can edit others. All other users can only edit them selves. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@761 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today (password manager controller/view)Mika Havela2008-02-191-7/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@755 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved password-manager to coreMika Havela2008-02-181-0/+82
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@750 ab2d0c66-481e-0410-8bed-d214d4d58bed