Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - rename Auth.pm --> Privileges.pm | Matteo Pasotti | 2013-01-03 | 1 | -46/+0 |
| | | | | | | - moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability) | ||||
* | - removed unaccessed code (code after exec) | Matteo Pasotti | 2012-11-07 | 1 | -8/+4 |
| | | | | | | - removed env parameter not required - fixed exec arguments | ||||
* | - using modern perl idiom | Matteo Pasotti | 2012-11-07 | 1 | -4/+3 |
| | |||||
* | change code alignment using | Angelo Naselli | 2012-11-06 | 1 | -13/+14 |
| | | | | tabstop=4 shiftwidth=4 expandtab | ||||
* | fixed project name | Angelo Naselli | 2012-11-06 | 1 | -4/+4 |
| | |||||
* | Initial commit of Admin Panel. | Steven Tucker | 2012-11-06 | 1 | -0/+50 |
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. |