Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in roles where last matching controller used, rather than first | Ted Trask | 2012-01-19 | 1 | -1/+3 |
| | |||||
* | Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵ | Ted Trask | 2012-01-19 | 4 | -84/+116 |
| | | | | | | | things from mvc to acf_www, and visa versa Goal is to have mvc.lua more usable from a lua app Also affects acf-cli and acf_cli controller | ||||
* | Fix the old method for requireing mvc.lua | Ted Trask | 2012-01-18 | 1 | -1/+2 |
| | |||||
* | Fixed acf-cli usage to use new name | Ted Trask | 2012-01-13 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.14.1v0.14.1 | Ted Trask | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | add compat scripts for acf-cli and mvc.lua | Natanael Copa | 2012-01-12 | 3 | -1/+16 |
| | | | | they log and forward to new location | ||||
* | renamed acf_cli to acf-cli | Natanael Copa | 2012-01-12 | 2 | -2/+2 |
| | | | | better do it now. later it will be impossible | ||||
* | acfpasswd: new tool to set passwords from comman line | Natanael Copa | 2012-01-12 | 2 | -3/+81 |
| | | | | | | | | This tool allows users to set/reset an ACF password from command line. It also allows user to syncronize the ACF password with the system password so the ACF password becomes same as shell login password. This requires that the username exists in both /etc/acf/passwd and /etc/shadow | ||||
* | Fixed bug in display of boolean default | Ted Trask | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.14.0 | Ted Trask | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Fixed mksalt to use correct characters | Ted Trask | 2011-10-27 | 1 | -3/+10 |
| | |||||
* | authenticator: use salt and sha-512 encryption | Natanael Copa | 2011-10-27 | 1 | -2/+43 |
| | |||||
* | Added logrotate script for acf.log | Ted Trask | 2011-10-17 | 3 | -1/+54 |
| | |||||
* | Fix viewfunctions to not modify values | Ted Trask | 2011-09-12 | 1 | -0/+4 |
| | |||||
* | Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cli | Ted Trask | 2011-08-30 | 10 | -132/+83 |
| | |||||
* | Bumped version to 0.13.3v0.13.3 | Ted Trask | 2011-07-21 | 1 | -1/+1 |
| | |||||
* | Removed logon / logout from list of home pages | Ted Trask | 2011-07-21 | 1 | -1/+3 |
| | |||||
* | Fixed cli app to properly destroy created controllers | Ted Trask | 2011-07-18 | 1 | -0/+2 |
| | |||||
* | Fixed logon auto-focus to userid using newer jquery | Ted Trask | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Removed duplicates from determine_perms arrays | Ted Trask | 2011-06-27 | 1 | -5/+11 |
| | |||||
* | Bumped version to 0.13.2v0.13.2 | Ted Trask | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Fixed bug with package install and autostart forms not working | Ted Trask | 2011-06-22 | 1 | -2/+5 |
| | |||||
* | Fixed bug with length in stream template | Ted Trask | 2011-06-17 | 1 | -0/+1 |
| | |||||
* | Bumped version to 0.13.1v0.13.1 | Ted Trask | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Restrict options for home in editme action | Ted Trask | 2011-05-18 | 1 | -2/+9 |
| | |||||
* | Fixed minor bug in Makefile | Ted Trask | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.13.0v0.13.0 | Ted Trask | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Change default skin to wik | Ted Trask | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Added status back to expert page and display startstop results in status | Ted Trask | 2011-03-07 | 2 | -0/+5 |
| | |||||
* | expert page: remove start/stop control panel | Timo Teräs | 2011-03-02 | 1 | -10/+0 |
| | |||||
* | Added startstop to default status page | Ted Trask | 2011-02-25 | 1 | -0/+4 |
| | |||||
* | Showing a button instead of url when user gets a option to install a package. | Mika Havela | 2011-02-24 | 1 | -4/+6 |
| | |||||
* | Fixing a typo | Mika Havela | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Showing a button instead of url when user gets the chance to enable ↵ | Mika Havela | 2011-02-24 | 1 | -1/+3 |
| | | | | autostart for a program. | ||||
* | Bumped version to 0.12.0v0.12.0 | Ted Trask | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Fix parameter names with .'s to not assume clientdata converted to a table - ↵ | Ted Trask | 2010-12-10 | 1 | -1/+1 |
| | | | | bug fix for cli. | ||||
* | Fix viewfunctions for select/multi to display the label of the default, not ↵ | Ted Trask | 2010-12-08 | 1 | -1/+20 |
| | | | | the value. | ||||
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
| | |||||
* | Changed mvc soft_require to include the prefix to avoid controller name ↵ | Ted Trask | 2010-11-17 | 1 | -2/+7 |
| | | | | conflict problems. | ||||
* | Added template-ajax.lsp and made www controller respect passed in viewtype. | Ted Trask | 2010-11-16 | 3 | -1/+22 |
| | |||||
* | Fixed bug in loading controllers to determine available actions. | Ted Trask | 2010-11-15 | 1 | -0/+3 |
| | |||||
* | In displaying a form, after sorting by seq, further sort params by name ↵ | Ted Trask | 2010-11-09 | 1 | -1/+1 |
| | | | | alphabetically. | ||||
* | Fix two bugs related to session lockout. | Ted Trask | 2010-10-29 | 2 | -3/+4 |
| | | | | | Parse the lockevent filename, was seeing user locked out because username was substring of another username. All active sessions were killed whenever anyone got locked out because of error with username processing. | ||||
* | Added output of default value for form items. | Ted Trask | 2010-10-29 | 1 | -0/+1 |
| | |||||
* | Update modelfunctions and viewfunctions to allow specifying option value and ↵ | Ted Trask | 2010-10-28 | 2 | -6/+20 |
| | | | | label. | ||||
* | Modifed displayform and handle_clientdata to allow cfe groups in forms, ↵ | Ted Trask | 2010-10-15 | 3 | -15/+30 |
| | | | | displayed under header tag. | ||||
* | Modified displayform to look for 'seq' field if order is not specified | Ted Trask | 2010-10-13 | 1 | -0/+15 |
| | |||||
* | Bumped version to 0.11.0v0.11.0 | Ted Trask | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 6 | -38/+65 |
| | | | | 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 | 8 | -283/+277 |
| | | | | | | | | | | 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. |