summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* 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 special...Simon Rettberg2015-05-211-1/+1
* 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 mi...Simon Rettberg2014-12-102-25/+31
* 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 updat...Simon Rettberg2014-11-265-25/+30
* Several minor fixesSimon Rettberg2014-11-192-4/+4
* 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
* Minor fixes and improvementsSimon Rettberg2014-10-061-12/+5Star
* Use eventlog in init and update API, populate database with default values on...Simon Rettberg2014-10-062-5/+157
* use eventlog when creating users; show info on main page if no user was creat...Simon Rettberg2014-10-061-4/+19
* 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
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-022-26/+26
* [Render] Show untranslated tags in rendered outputSimon Rettberg2014-09-021-1/+17
* [i18n] Moved all texts from cat_setting and setting to json filesSimon Rettberg2014-08-181-10/+18
* [i18n] Fix loading of messagesSimon Rettberg2014-08-181-1/+1
* Find messages and hardcoded-messages in php files, fix editing of messagesSimon Rettberg2014-08-152-17/+21
* [i18n] Sanity checks, introduced subdir for template language filesSimon Rettberg2014-08-142-4/+32
* Don't bail out if a json file doesn't exist for a given lang+templateSimon Rettberg2014-08-131-3/+3
* Fix up_json_encode to actually work properly on assoc arraysSimon Rettberg2014-08-131-7/+12
* Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-122-1/+174
|\
* | Some sanity checks; start making detection of available languages dynamic; pu...Simon Rettberg2014-08-071-0/+82
|/
* [i18n] reorganized the internationalization systemraul2014-07-111-1/+0Star
* [i18n]separated jsons by template, and finished other php detailsraul2014-07-111-1/+2
* [i18n]creation of the lang folderraul2014-07-111-39/+1Star