aboutsummaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Collapse)AuthorAgeFilesLines
* configure xhost to allow sudo usage by apanelMatteo Pasotti2013-08-241-6/+20
|
* SILENT: remove create_link scriptMatteo Pasotti2013-08-191-62/+0
|
* SILENT: move create_link.sh to setup.shMatteo Pasotti2013-08-191-0/+62
|
* SILENT: add vim modeline to fix tab sizeMatteo Pasotti2013-08-191-0/+1
|
* - improved installation/uninstallation script (for developers only)Matteo Pasotti2013-08-191-21/+56
| | | | - only root should be able to use this script
* - AdminPanel/Privileges.pm: added support to pam / consolehelperMatteo Pasotti2013-01-041-0/+25
| | | | | | - extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
* SILENT: wrong pathAngelo Naselli2013-01-041-1/+1
|
* Forgot apanel.plAngelo Naselli2013-01-041-0/+6
|
* Added a silly script to setup developer environmentAngelo Naselli2013-01-032-0/+25
|
* - improved polkit policyMatteo Pasotti2013-01-031-5/+4
| | | | | - switched logviewer module from old Auth to AdminPanel::Privileges
* updated READMEMatteo Pasotti2013-01-031-1/+1
|
* rename org.freedesktop.policykit.pkexec.run-apanel --> ↵Matteo Pasotti2013-01-031-1/+1
| | | | org.mageia.policykit.pkexec.adminpanel
* rename org.freedesktop.policykit.pkexec.policy --> ↵Matteo Pasotti2013-01-031-0/+0
| | | | org.freedesktop.policykit.pkexec.adminpanel.policy
* updated READMEMatteo Pasotti2013-01-031-3/+8
|
* Initial commit of Admin Panel.Steven Tucker2012-11-062-0/+32
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.