Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ldap] new module | Simon Rettberg | 2015-09-12 | 4 | -0/+242 |
| | |||||
* | Image delete feature | Simon Rettberg | 2015-09-11 | 3 | -0/+61 |
| | |||||
* | Add org list to dozmod module | Simon Rettberg | 2015-09-10 | 3 | -32/+113 |
| | |||||
* | Add dozmod config page | Simon Rettberg | 2015-09-04 | 2 | -0/+120 |
| | |||||
* | Many changes | Simon Rettberg | 2015-09-04 | 3 | -5/+28 |
| | |||||
* | Add free disk space display and dmsd log to Status page | Simon Rettberg | 2015-05-21 | 2 | -2/+16 |
| | |||||
* | Another fix for AD SSL support | Simon Rettberg | 2015-05-04 | 1 | -0/+1 |
| | |||||
* | Add SSL support to AD wizard | Simon Rettberg | 2015-05-04 | 3 | -24/+100 |
| | |||||
* | Various fixes | Simon Rettberg | 2015-02-24 | 1 | -3/+13 |
| | |||||
* | MiniLinux download with version selection | Simon Rettberg | 2015-02-19 | 2 | -13/+27 |
| | |||||
* | Add support for editing existing configs | Simon Rettberg | 2015-02-09 | 2 | -4/+14 |
| | |||||
* | Add sshd config module | Simon Rettberg | 2015-02-06 | 2 | -0/+27 |
| | |||||
* | Finish config module editing | Simon Rettberg | 2015-02-04 | 3 | -5/+33 |
| | |||||
* | Config.tgz improvements, automatic rebuilds etc. | Simon Rettberg | 2015-01-29 | 6 | -4/+10 |
| | |||||
* | [sysconfig] Add legend | Simon Rettberg | 2015-01-27 | 1 | -1/+24 |
| | |||||
* | Fix jumping from creating a new configuration to creating a new module | Simon Rettberg | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Add configtgz class. Fix dozens of bugs | Simon Rettberg | 2015-01-26 | 1 | -9/+31 |
| | |||||
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 6 | -5/+12 |
| | |||||
* | Rework config module class structure. Still some TODOs though.... | Simon Rettberg | 2014-12-12 | 4 | -7/+17 |
| | |||||
* | Store processed and unprocessed values of settings; add option to download ↵ | Simon Rettberg | 2014-12-10 | 2 | -1/+2 |
| | | | | minilinux components that seem up to date; add setting to show/hide password fields | ||||
* | Add option to hide or show password fields | Simon Rettberg | 2014-12-05 | 3 | -3/+27 |
| | |||||
* | Use different icons for client log entries (incomplete) | Simon Rettberg | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Tweaks and fixes | Simon Rettberg | 2014-12-02 | 3 | -3/+7 |
| | |||||
* | Wait for reboot to complete after restoring a configuration backup | Simon Rettberg | 2014-11-28 | 1 | -0/+31 |
| | |||||
* | Add link to https config to menu | Simon Rettberg | 2014-11-27 | 1 | -0/+1 |
| | |||||
* | Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵ | Simon Rettberg | 2014-11-26 | 4 | -8/+36 |
| | | | | updates, added masterpassword to pxe menu, ... | ||||
* | Add HTTPS config module for webif, update everything to use FileUtil class, ↵ | Simon Rettberg | 2014-11-19 | 4 | -3/+63 |
| | | | | minor fixes | ||||
* | Several minor fixes | Simon Rettberg | 2014-11-19 | 2 | -18/+36 |
| | | | | | | | - 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 settings | Simon Rettberg | 2014-11-18 | 3 | -0/+61 |
| | |||||
* | Show modules of sysconfig using fancy javascript mouseover effects | Simon Rettberg | 2014-10-27 | 1 | -79/+114 |
| | |||||
* | No reason to put a container into a container everywhere | Simon Rettberg | 2014-10-27 | 26 | -562/+602 |
| | |||||
* | AD-Setup now supports short name domain\account instead of just DN | Simon Rettberg | 2014-10-16 | 2 | -25/+37 |
| | |||||
* | Show notice in menu bar if setup is incomplete | Simon Rettberg | 2014-10-16 | 1 | -0/+3 |
| | |||||
* | eventlog: add api, add page to view events | Simon Rettberg | 2014-10-15 | 2 | -3/+3 |
| | |||||
* | Create parent directories when saving trnalsations, add translations for ↵ | Simon Rettberg | 2014-10-09 | 1 | -2/+8 |
| | | | | eventlog and main menu | ||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 4 | -57/+76 |
| | | | | | | | | | | | - 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 | ||||
* | use eventlog when creating users; show info on main page if no user was ↵ | Simon Rettberg | 2014-10-06 | 2 | -3/+11 |
| | | | | created yet | ||||
* | Support list type for configuration variable | Simon Rettberg | 2014-10-06 | 1 | -6/+1 |
| | |||||
* | Update hardcoded messagea | Simon Rettberg | 2014-10-06 | 1 | -0/+0 |
| | |||||
* | Added NFS help, add missing strings for minilinux download | Simon Rettberg | 2014-09-15 | 1 | -0/+26 |
| | |||||
* | Added eventlog class, improved db-update machanism. | Simon Rettberg | 2014-09-15 | 2 | -0/+6 |
| | | | | A warning will be shown in the main menu bar if the database schema needs to be updated. | ||||
* | Add CONFIG_FOOTER option; if set, it will be appended to the bottom of the ↵ | Simon Rettberg | 2014-09-03 | 1 | -0/+2 |
| | | | | page, via templates/footer.html | ||||
* | [i18n] Also add submit button at the top of the edit template, so hitting ↵ | Simon Rettberg | 2014-09-02 | 1 | -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,pt | Simon Rettberg | 2014-09-02 | 6 | -152/+53 |
| | |||||
* | [i18n] Template translation is now dynamic wrt number of languages | Simon Rettberg | 2014-08-25 | 1 | -14/+10 |
| | |||||
* | Fix lang-tag in sysconfig template | Simon Rettberg | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18n | Simon Rettberg | 2014-08-12 | 5 | -22/+28 |
|\ | | | | | | | | | | | Conflicts: lang/i18n.php modules/translation.inc.php | ||||
| * | [i18n] removed .json files and corrected the menu links | raul | 2014-08-08 | 2 | -2/+2 |
| | | |||||
| * | [i18n] renamed, improved and commented the translation system | raul | 2014-08-08 | 3 | -20/+26 |
| | | |||||
* | | Some sanity checks; start making detection of available languages dynamic; ↵ | Simon Rettberg | 2014-08-07 | 2 | -6/+6 |
|/ | | | | put dictionary class in inc/; make redirection on language change work if browser doesn't send referer information |