| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
one directory level
Fix subauths to properly list fields/entries and delete from all subauths
|
|
|
|
| |
searching for it
|
|
|
|
|
| |
Use mymodule parameter for module definition.
This was also helpfule in revealing places where the code relied on the global environment.
|
| |
|
|
|
|
| |
instead of login/out
|
| |
|
|
|
|
| |
menubuilder.lua
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also add flag to add stderr to output.
Polling with posix.sleep is definitely not the most efficient way to do this, but it works for now.
We can try to add better C library support in the future.
|
| |
|
|
|
|
| |
rename processname to servicename
|
| |
|
|
|
|
| |
Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP
|
| |
|
| |
|
|
|
|
| |
parameter
|
| |
|
|
|
|
|
|
| |
into mvc.lua
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
|
|
|
|
| |
custom view
|
|
|
|
| |
deleting the special controller function
|
| |
|
|
|
|
| |
multiple submit buttons
|
|
|
|
|
| |
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
|
| |
|
|
|
|
| |
combination
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bug fix for cli.
|
|
|
|
| |
the value.
|
| |
|
|
|
|
| |
alphabetically.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
label.
|
|
|
|
| |
displayed under header tag.
|
| |
|
|
|
|
| |
Moved get_all_permissions function from acf-util/roles-model to lib/roles
|