summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add link to https config to menuSimon Rettberg2014-11-273-2/+5
|
* Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵Simon Rettberg2014-11-2626-51/+120
| | | | updates, added masterpassword to pxe menu, ...
* Add HTTPS config module for webif, update everything to use FileUtil class, ↵Simon Rettberg2014-11-1915-40/+167
| | | | minor fixes
* Update config example, style, translationsSimon Rettberg2014-11-195-11/+13
|
* Several minor fixesSimon Rettberg2014-11-195-22/+42
| | | | | | | - 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-1814-18/+276
|
* Create slxlog URL dynamically depending on current script's directorySimon Rettberg2014-11-061-1/+1
|
* Show modules of sysconfig using fancy javascript mouseover effectsSimon Rettberg2014-10-273-81/+138
|
* Update AD proxy module generation, add config backupSimon Rettberg2014-10-276-83/+271
|
* Update translationsSimon Rettberg2014-10-2724-20/+62
|
* No reason to put a container into a container everywhereSimon Rettberg2014-10-2727-564/+602
|
* Add SLX_BENCHMARK_VM to settingsSimon Rettberg2014-10-212-0/+8
|
* Relax regexp for extracting domain from windows logonSimon Rettberg2014-10-191-2/+2
|
* Remove unneeded and now invalid columns from getconfig apiSimon Rettberg2014-10-191-1/+1
|
* AD-Setup now supports short name domain\account instead of just DNSimon Rettberg2014-10-164-55/+97
|
* Show notice in menu bar if setup is incompleteSimon Rettberg2014-10-166-7/+29
|
* Do a chdir in api.php to the script dir to simplify cmdline callsSimon Rettberg2014-10-161-4/+6
|
* Avoid ID 0 for cat_settings pkSimon Rettberg2014-10-161-3/+3
|
* Update schema dumpSimon Rettberg2014-10-162-69/+41Star
|
* Don't use EventLog during update if db is too oldSimon Rettberg2014-10-162-6/+8
|
* eventlog: add api, add page to view eventsSimon Rettberg2014-10-155-5/+48
|
* Update translationsSimon Rettberg2014-10-152-2/+8
|
* Create parent directories when saving trnalsations, add translations for ↵Simon Rettberg2014-10-098-2/+36
| | | | eventlog and main menu
* Big load of changesSimon Rettberg2014-10-0950-541/+711
| | | | | | | | | | | - 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-063-14/+7Star
|
* Use eventlog in init and update API, populate database with default values ↵Simon Rettberg2014-10-064-12/+223
| | | | on init
* use eventlog when creating users; show info on main page if no user was ↵Simon Rettberg2014-10-067-17/+48
| | | | created yet
* Implement force utf8 option for mysql dbSimon Rettberg2014-10-062-2/+5
|
* Move baseconfig translations according to template moveSimon Rettberg2014-10-063-0/+0
|
* Support list type for configuration variableSimon Rettberg2014-10-063-10/+44
|
* Support api calls via cli by using first command line option as module nameSimon Rettberg2014-10-062-4/+12
|
* Update hardcoded messageaSimon Rettberg2014-10-064-3/+59
|
* Fix up_json_encode being retarded by not escaping quotes by defaultSimon Rettberg2014-10-061-1/+1
|
* Added NFS help, add missing strings for minilinux downloadSimon Rettberg2014-09-155-6/+35
|
* Fix typoSimon Rettberg2014-09-151-1/+1
|
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-1511-43/+125
| | | | A warning will be shown in the main menu bar if the database schema needs to be updated.
* [news-API] tag content as 'content' instead of 'info'Jonathan Bauer2014-09-151-2/+2
|
* Add CONFIG_FOOTER option; if set, it will be appended to the bottom of the ↵Simon Rettberg2014-09-032-0/+6
| | | | page, via templates/footer.html
* [i18n] Remove empty tags from json outputSimon Rettberg2014-09-021-2/+8
|
* [i18n] Also add submit button at the top of the edit template, so hitting ↵Simon Rettberg2014-09-021-3/+6
| | | | enter in a text field doesn't delete the first tag
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-0225-425/+283Star
|
* [Render] Show untranslated tags in rendered outputSimon Rettberg2014-09-021-1/+17
|
* Fix display glitchesSimon Rettberg2014-08-251-0/+3
|
* [i18n] Template translation is now dynamic wrt number of languagesSimon Rettberg2014-08-252-44/+41Star
|
* [i18n] Moved all texts from cat_setting and setting to json filesSimon Rettberg2014-08-189-23/+135
|
* [i18n] Fix loading of messagesSimon Rettberg2014-08-181-1/+1
|
* Updated config example with commentsSimon Rettberg2014-08-151-6/+2Star
|
* Merge branch 'master' into i18nSimon Rettberg2014-08-154-7/+12
|\
| * Ignore config.phpSimon Rettberg2014-08-071-0/+1
| |
| * [slx-admin] Out-commented several entries in DB import file (conflictedroot2014-07-291-4/+5
| | | | | | | | with satellite_setup script)