Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 4 | -34/+28 |
| | | | | 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 | 6 | -31/+150 |
| | | | | | | | | | | 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. | ||||
* | Made stream content-length optional, because it broke overlay download. | Ted Trask | 2010-08-18 | 1 | -1/+3 |
| | |||||
* | Add Content-Length to stream template. | Ted Trask | 2010-07-06 | 1 | -0/+1 |
| | |||||
* | Change template-html to put class 'selected' on selected main menu option. | Ted Trask | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 2 | -3/+3 |
| | |||||
* | 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 | 6 | -12/+13 |
| | |||||
* | 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 | 5 | -17/+18 |
| | | | | page_info.skindir is no longer available to views, but staticdir is. | ||||
* | Added a skin to user options so users can choose own skin with user management. | Ted Trask | 2010-01-13 | 1 | -0/+3 |
| | |||||
* | Moved skins from acf-alpine-baselayout. | Ted Trask | 2010-01-13 | 6 | -1/+87 |
| | |||||
* | Fixed redirect bug caused by escape in HTTP_REFERER. | Ted Trask | 2010-01-13 | 1 | -1/+3 |
| | |||||
* | Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1 | Ted Trask | 2010-01-04 | 1 | -3/+1 |
| | |||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 9 | -35/+10 |
| | | | | function to viewfunctions library. | ||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 2 | -19/+37 |
| | |||||
* | Removed unused variable from cli | Ted Trask | 2009-12-30 | 1 | -5/+0 |
| | |||||
* | Added logfile config setting to acf.conf | Ted Trask | 2009-12-30 | 1 | -4/+12 |
| | |||||
* | Cleaned up acf.conf, removed hardcoded /usr/share/acf paths. | Ted Trask | 2009-12-30 | 2 | -5/+7 |
| | |||||
* | 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. | ||||
* | Fixed template bug, remembered to actually remove the basename/dirname ↵ | Ted Trask | 2009-12-28 | 1 | -1/+1 |
| | | | | functions. | ||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 2 | -9/+30 |
| | | | | | | | parse_redir_string to www controller. Removed basename and dirname from mvc and fs, use posix functions instead. parse_path_info was buggy and used 2 ways, rewrote and created parse_redir_string for backwards parsing. | ||||
* | Modified menus to allow multiple controllers to use same menu group. | Ted Trask | 2009-12-23 | 2 | -18/+13 |
| | | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles. | ||||
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 12 | -66/+69 |
| | | | | | Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't. | ||||
* | Made command-line client work. | Ted Trask | 2009-12-18 | 2 | -6/+16 |
| | |||||
* | Added a check-permission function to viewlibrary to abstract permissions. | Ted Trask | 2009-12-17 | 3 | -6/+17 |
| | |||||
* | UI fix, bumped to 0.8.5v0.8.5 | Ted Trask | 2009-12-10 | 1 | -1/+4 |
| | |||||
* | Changed about link to point to www.a.o instead of wiki. | Ted Trask | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Graphical fix. Adding <DL> to welcome screen. | Mika Havela | 2009-10-07 | 2 | -2/+1 |
| | | | | | Removing <H3> from file-edit form to present the [Save] button next to the textarea which the button controls. | ||||
* | Graphical fix. Now displaying logonstatus as other views. | Mika Havela | 2009-10-07 | 1 | -8/+13 |
| | |||||
* | Graphical fixes - Fixing <DL> trouble that causes other skins to look strange. | Mika Havela | 2009-10-07 | 2 | -3/+5 |
| | |||||
* | Small graphical fix | Mika Havela | 2009-10-07 | 1 | -1/+0 |
| | | | | There was a </DL> too much. Now removed | ||||
* | Displaying existing roles by using <DL><DT><DD> instead of using a table. | Mika Havela | 2009-10-06 | 1 | -5/+4 |
| | | | | | This small fix causes this view to behave (follow same ideas) as other view-files. You notice the result when using other skins than 'alps'. | ||||
* | Put viewroles in a table, changed some wording for new roles and users. | Ted Trask | 2009-09-07 | 4 | -8/+8 |
| | |||||
* | Added pagination functionality to viewfunctions, modified acf_www-controller ↵ | Ted Trask | 2009-07-10 | 1 | -2/+3 |
| | | | | to pass clientinfo to view. | ||||
* | Modified logonredirect to discard get/post data when don't follow login ↵ | Ted Trask | 2009-06-10 | 2 | -1/+9 |
| | | | | redirect. | ||||
* | Made session timeout nicer. | Ted Trask | 2009-06-10 | 2 | -1/+15 |
| | | | | Extended logon redirect due to session timeout to save get / post data and referrer info. | ||||
* | Changed status to use openrc status, changed startstop to enable all actions ↵ | root | 2009-06-04 | 1 | -11/+3 |
| | | | | regardless of status. | ||||
* | Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵ | Ted Trask | 2009-05-26 | 1 | -1/+1 |
| | | | | string_to_table. | ||||
* | Modified redirect to referrer to ignore if REFERRER is empty. | Ted Trask | 2009-03-28 | 1 | -3/+5 |
| | |||||
* | Removed built-in users alpine and foo from core, and instead redirect to ↵ | ttrask | 2009-03-20 | 3 | -1/+25 |
| | | | | | | create new user when none exist. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1738 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Changed the way startstop works in core to add a list of allowed actions. ↵ | ttrask | 2009-03-17 | 1 | -11/+18 |
| | | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Removed obsolete files from core. | Ted Trask | 2009-01-20 | 3 | -227/+0 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1686 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Proposed changes to menu. | Ted Trask | 2009-01-19 | 3 | -8/+8 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed two core bugs from version 1678. | Ted Trask | 2009-01-16 | 2 | -2/+2 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed broken template from last checkin. | Ted Trask | 2009-01-16 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1679 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified html.lua and viewlibrary.lua and all html files to html_escape ↵ | Ted Trask | 2009-01-15 | 15 | -62/+62 |
| | | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified several pages to replace contenteditable with readonly. Added ↵ | Ted Trask | 2009-01-12 | 2 | -2/+2 |
| | | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | allow override default_controller in /etc/acf/acf.conf | Natanael Copa | 2008-12-27 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1642 ab2d0c66-481e-0410-8bed-d214d4d58bed |