| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fixed return Category (now is the one we left)
|
| |
|
| |
|
|
|
|
|
| |
- Admin service extends Module
- fixed load modules from categories.conf.d
|
|
|
|
|
|
|
|
|
| |
- Now configuration can be read also int /etc/categories.conf.d/
so that external modules can add their own configuration to be launched and
added to admin panel
- perl modules can be run by extending Module class, creating a start()
method and configuring module entry in categories configuration as class element
- Admin User now extends Module
|
| |
|
|
|
|
|
|
| |
- extras/README: added info to configure pam for apanel
- apanel.pl: using pam as default
|
|
|
|
|
| |
- apanel.pl: using polkit as default
|
|
|
|
|
|
| |
- moved Privileges module to a dedicated namespace (AdminPanel)
- Privileges module now use English (for readability)
|
|
|
|
| |
tabstop=4 shiftwidth=4 expandtab
|
| |
|
|
Has basic functionality that you might expect from the core program, escalates priviledges, loads categories and modules dynamically from configuration file, launches modules and returns to the panel once the module has completed. Works within ncurses, gtk and qt environments using the native widget set.
|