summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* [request.inc.php] Add optional parameter to control variable typeSimon Rettberg2015-11-191-3/+6
|
* [config vars] Support SLX_DEMO_PASSSimon Rettberg2015-10-261-0/+7
|
* Support creating ad and ldap modules with ca-based cert checkingSimon Rettberg2015-10-202-2/+2
|
* Trigger server ip changed for all module typesSimon Rettberg2015-09-301-11/+9Star
|
* [vmstore] Only save config if mounting succeededSimon Rettberg2015-09-292-2/+25
|
* Use systemctl to start/stop servicesSimon Rettberg2015-09-181-1/+2
|
* [ldap/ad] Figure out proper spelling of search baseSimon Rettberg2015-09-181-0/+4
|
* Change some wording, add deletion reminder to main pageSimon Rettberg2015-09-171-1/+5
|
* [defaultvalues] Increase default logout timeout to 45 minsSimon Rettberg2015-09-161-1/+1
|
* [ldapauth] Pass proper param name to create ldap configSimon Rettberg2015-09-161-1/+1
|
* [Trigger] Consider ldap config modules when launching ldadp instancesSimon Rettberg2015-09-131-1/+1
|
* [ldap] new moduleSimon Rettberg2015-09-122-1/+68
|
* Image delete featureSimon Rettberg2015-09-112-6/+8
|
* Many changesSimon Rettberg2015-09-044-9/+39
|
* Support statictics slxlog messages (Starting with '.'), those go to a ↵Simon Rettberg2015-05-211-1/+1
| | | | special table
* Another fix for AD SSL supportSimon Rettberg2015-05-041-0/+4
|
* fix AD SSLSimon Rettberg2015-05-041-1/+1
|
* Delete event log when adding first userSimon Rettberg2015-05-041-0/+8
|
* Various fixesSimon Rettberg2015-02-246-16/+13Star
|
* MiniLinux download with version selectionSimon Rettberg2015-02-191-1/+1
|
* Add support for editing existing configsSimon Rettberg2015-02-091-0/+40
|
* Add sshd config moduleSimon Rettberg2015-02-064-15/+80
|
* Finish config module editingSimon Rettberg2015-02-041-0/+7
|
* Config.tgz improvements, automatic rebuilds etc.Simon Rettberg2015-01-297-18/+205
|
* [sysconfig] Add legendSimon Rettberg2015-01-271-1/+1
|
* Add configtgz class. Fix dozens of bugsSimon Rettberg2015-01-267-13/+267
|
* Fix stupid bug in update query, check DB version before handling callbacksSimon Rettberg2015-01-211-7/+13
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-2012-238/+610
|
* Rework config module class structure. Still some TODOs though....Simon Rettberg2014-12-126-63/+218
|
* Store processed and unprocessed values of settings; add option to download ↵Simon Rettberg2014-12-102-25/+31
| | | | minilinux components that seem up to date; add setting to show/hide password fields
* Add option to hide or show password fieldsSimon Rettberg2014-12-052-1/+13
|
* Tweaks and fixesSimon Rettberg2014-12-024-27/+83
|
* Return status code 500 on Util::traceError()Simon Rettberg2014-11-281-0/+28
|
* Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵Simon Rettberg2014-11-265-25/+30
| | | | updates, added masterpassword to pxe menu, ...
* Several minor fixesSimon Rettberg2014-11-192-4/+4
| | | | | | | - Removed common share setting for now (until properly supported) - Remove extra container div in message display - Support multiline translation strings - Add "next" button on top of file list when creating custom config module
* Added proxy server settingsSimon Rettberg2014-11-183-18/+116
|
* Update AD proxy module generation, add config backupSimon Rettberg2014-10-271-0/+4
|
* Add SLX_BENCHMARK_VM to settingsSimon Rettberg2014-10-211-0/+7
|
* Show notice in menu bar if setup is incompleteSimon Rettberg2014-10-161-0/+10
|
* Avoid ID 0 for cat_settings pkSimon Rettberg2014-10-161-3/+3
|
* Don't use EventLog during update if db is too oldSimon Rettberg2014-10-161-1/+1
|
* Big load of changesSimon Rettberg2014-10-0912-88/+362
| | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout
* Minor fixes and improvementsSimon Rettberg2014-10-061-12/+5Star
|
* Use eventlog in init and update API, populate database with default values ↵Simon Rettberg2014-10-062-5/+157
| | | | on init
* use eventlog when creating users; show info on main page if no user was ↵Simon Rettberg2014-10-061-4/+19
| | | | created yet
* Implement force utf8 option for mysql dbSimon Rettberg2014-10-061-1/+4
|
* Support list type for configuration variableSimon Rettberg2014-10-061-0/+15
|
* Fix up_json_encode being retarded by not escaping quotes by defaultSimon Rettberg2014-10-061-1/+1
|
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-153-0/+34
| | | | A warning will be shown in the main menu bar if the database schema needs to be updated.
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-022-26/+26
|