Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 18 | -1817/+22 | |
| | | | | function to viewfunctions library. | |||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 6 | -88/+121 | |
| | ||||||
* | 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 | 3 | -5/+17 | |
| | ||||||
* | Cleaned up acf.conf, removed hardcoded /usr/share/acf paths. | Ted Trask | 2009-12-30 | 6 | -18/+17 | |
| | ||||||
* | Removed jquery and moved to acf-skins and new acf-jquery package. | Ted Trask | 2009-12-30 | 10 | -904/+0 | |
| | ||||||
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 10 | -3/+2 | |
| | ||||||
* | Added ability to manage roles based on which roles file they're in = more ↵ | Ted Trask | 2009-12-28 | 3 | -33/+53 | |
| | | | | granularity of roles. | |||||
* | Fixed template bug, remembered to actually remove the basename/dirname ↵ | Ted Trask | 2009-12-28 | 3 | -18/+3 | |
| | | | | functions. | |||||
* | Fix fs.find bug that returned invalid file. | Ted Trask | 2009-12-28 | 1 | -1/+1 | |
| | ||||||
* | Cleaned up fs library use of posix.basename / dirname. | Ted Trask | 2009-12-28 | 1 | -11/+15 | |
| | ||||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 6 | -51/+65 | |
| | | | | | | | 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. | |||||
* | Added code to split menu group is multiple controllers add same tab to same ↵ | Ted Trask | 2009-12-24 | 1 | -0/+60 | |
| | | | | | | group. This will help for multiple instances of same service. | |||||
* | Modified menus to allow multiple controllers to use same menu group. | Ted Trask | 2009-12-23 | 4 | -24/+24 | |
| | | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles. | |||||
* | Fixed bug in loading controllers - allow '.' in path | Ted Trask | 2009-12-23 | 1 | -10/+5 | |
| | ||||||
* | Fixed bug in is_valid_filename when restriction has magic characters. | Ted Trask | 2009-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fixed roles bugs - path containing '.' and matching controller names. | Ted Trask | 2009-12-22 | 1 | -12/+16 | |
| | ||||||
* | Fixed bug with roles, added follow symlink flag for fs.find, allowed ↵ | Ted Trask | 2009-12-22 | 2 | -11/+25 | |
| | | | | | | symlinks in /usr/share/acf/app. Controllers with same name but different prefix were not correct in roles. | |||||
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 14 | -137/+107 | |
| | | | | | 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 | 5 | -19/+74 | |
| | ||||||
* | 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 | 2 | -2/+5 | |
| | ||||||
* | Changed about link to point to www.a.o instead of wiki. | Ted Trask | 2009-11-02 | 1 | -1/+1 | |
| | ||||||
* | Bumped to 0.8.4v0.8.4 | Ted Trask | 2009-10-09 | 1 | -1/+1 | |
| | ||||||
* | Removing background color from table content. Various skins might want ↵ | Mika Havela | 2009-10-07 | 1 | -2/+0 | |
| | | | | different bgcolor on tables, we should let them choose. | |||||
* | 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. Changing the amount of <DL> used in forms. | Mika Havela | 2009-10-07 | 1 | -4/+2 | |
| | | | | This fix causes all skins behave the same way (showing the info in a unified way) | |||||
* | 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'. | |||||
* | Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts ↵v0.8.3 | Ted Trask | 2009-09-17 | 2 | -2/+2 | |
| | | | | with non-alphanumeric chars. Bumped to 0.8.3 | |||||
* | Bumped version to 0.8.2v0.8.2 | Ted Trask | 2009-09-08 | 1 | -1/+1 | |
| | ||||||
* | Put viewroles in a table, changed some wording for new roles and users. | Ted Trask | 2009-09-07 | 4 | -8/+8 | |
| | ||||||
* | Yet another bug fix for /lib/processinfo.lua read_initrunlevels to add back ↵ | Ted Trask | 2009-09-07 | 1 | -2/+6 | |
| | | | | all scripts. | |||||
* | Another bug fix for /lib/processinfo.lua read_initrunlevels to remove blank.v0.8.1 | Ted Trask | 2009-07-20 | 2 | -2/+2 | |
| | ||||||
* | Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0v0.8.0 | Ted Trask | 2009-07-16 | 3 | -131/+27 | |
| | | | | Bumped version to 0.8.0 | |||||
* | Added pagination functionality to viewfunctions, modified acf_www-controller ↵ | Ted Trask | 2009-07-10 | 2 | -2/+80 | |
| | | | | to pass clientinfo to view. | |||||
* | Removed obsolete functions displayinfo and displaymanagement from viewfunctions. | Ted Trask | 2009-07-10 | 1 | -85/+0 | |
| | | | | Functions only used in acf-gnats, which is also obsolete. | |||||
* | Updated to version 0.7.0v0.7.0 | Ted Trask | 2009-07-02 | 1 | -1/+1 | |
| | ||||||
* | Added format.get_ini_entry to evaluate ini file entry value. | Ted Trask | 2009-07-02 | 1 | -0/+27 | |
| | ||||||
* | Removed uncessary (since openrc) sleep that was slowing down many pages. | Ted Trask | 2009-07-02 | 1 | -1/+0 | |
| | ||||||
* | Revert mistaken bug fix to format.string_to_table and made corresponding ↵v0.6.1 | Ted Trask | 2009-06-30 | 3 | -9/+5 | |
| | | | | | | change to processinfo. Bumped version to 0.6.1. (reverted part of 9b934599d84f0b3dd32cda657790dc2c34bd95d8) | |||||
* | Bumped revision to 0.6.0v0.6.0 | Ted Trask | 2009-06-11 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Bumped revision to 0.5.0v0.5.0 | root | 2009-06-04 | 2 | -1/+3 | |
| | ||||||
* | Changed status to use openrc status, changed startstop to enable all actions ↵ | root | 2009-06-04 | 4 | -33/+26 | |
| | | | | regardless of status. | |||||
* | Modified copy_file and move_file to overwrite existing file, only fail if ↵ | Ted Trask | 2009-05-27 | 1 | -4/+4 | |
| | | | | existing directory. | |||||
* | Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵ | Ted Trask | 2009-05-26 | 5 | -71/+78 | |
| | | | | string_to_table. |