Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modularize cron api | Simon Rettberg | 2016-08-22 | 1 | -27/+15 |
| | | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php | ||||
* | delete update.inc.php: Not used anymore | Simon Rettberg | 2016-07-04 | 1 | -59/+0 |
| | |||||
* | [news] Move over global news API, add support for type param | Simon Rettberg | 2016-06-24 | 1 | -26/+0 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -273/+0 |
| | |||||
* | [statistics] Show lspci info in machine details | Simon Rettberg | 2016-05-25 | 1 | -1/+2 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -1/+6 |
| | |||||
* | Modularized baseconfig fetching (api) | Simon Rettberg | 2016-05-17 | 2 | -322/+14 |
| | |||||
* | Get baseconfig ready for modularization | Simon Rettberg | 2016-05-13 | 1 | -1/+3 |
| | |||||
* | Second half of merge.... | Simon Rettberg | 2016-04-29 | 6 | -0/+240 |
| | |||||
* | [statistics] cron: log usage | Simon Rettberg | 2016-02-19 | 1 | -0/+15 |
| | |||||
* | [locations] New module for managing locations | Simon Rettberg | 2016-02-19 | 2 | -4/+90 |
| | |||||
* | [clientlog] Sanity checks for timestamps | Simon Rettberg | 2016-02-19 | 1 | -5/+5 |
| | |||||
* | [api/getconfig] Add support for external additional config generator script | Simon Rettberg | 2016-01-07 | 1 | -0/+4 |
| | |||||
* | [statistics] Add visualization of usage | Simon Rettberg | 2015-12-31 | 1 | -1/+0 |
| | |||||
* | [clientlog] Fix bootup db insert query | Simon Rettberg | 2015-12-22 | 1 | -5/+7 |
| | |||||
* | [statistics] Add table definition, bump db version | Simon Rettberg | 2015-12-21 | 3 | -11/+82 |
| | |||||
* | [statistics] Show PC status (on/off/inuse) | Simon Rettberg | 2015-12-07 | 1 | -24/+127 |
| | |||||
* | Implement statistics logging | Simon Rettberg | 2015-11-19 | 1 | -2/+73 |
| | | | | DB scheme update is still missing, might still change a little... | ||||
* | [cron] Trigger ldadp checks/launch | Simon Rettberg | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | [news.inc.php] fix newline not beeing escaped properly | Jonathan Bauer | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | Many changes | Simon Rettberg | 2015-09-04 | 1 | -0/+3 |
| | |||||
* | Fix db update by adding missing return statement... | Simon Rettberg | 2015-05-26 | 1 | -0/+1 |
| | |||||
* | Support statictics slxlog messages (Starting with '.'), those go to a ↵ | Simon Rettberg | 2015-05-21 | 2 | -6/+36 |
| | | | | special table | ||||
* | Various fixes | Simon Rettberg | 2015-02-24 | 1 | -1/+4 |
| | |||||
* | Finish config module editing | Simon Rettberg | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | Add configtgz class. Fix dozens of bugs | Simon Rettberg | 2015-01-26 | 1 | -0/+12 |
| | |||||
* | Fix stupid bug in update query, check DB version before handling callbacks | Simon Rettberg | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 2 | -3/+19 |
| | |||||
* | Rework config module class structure. Still some TODOs though.... | Simon Rettberg | 2014-12-12 | 1 | -0/+13 |
| | |||||
* | [news] fix xml tags of news api | Jonathan Bauer | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Store processed and unprocessed values of settings; add option to download ↵ | Simon Rettberg | 2014-12-10 | 1 | -0/+14 |
| | | | | minilinux components that seem up to date; add setting to show/hide password fields | ||||
* | Tweaks and fixes | Simon Rettberg | 2014-12-02 | 1 | -1/+13 |
| | |||||
* | Create slxlog URL dynamically depending on current script's directory | Simon Rettberg | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Remove unneeded and now invalid columns from getconfig api | Simon Rettberg | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | Don't use EventLog during update if db is too old | Simon Rettberg | 2014-10-16 | 1 | -5/+7 |
| | |||||
* | eventlog: add api, add page to view events | Simon Rettberg | 2014-10-15 | 1 | -0/+20 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 3 | -124/+102 |
| | | | | | | | | | | | - 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 in init and update API, populate database with default values ↵ | Simon Rettberg | 2014-10-06 | 2 | -7/+66 |
| | | | | on init | ||||
* | Support api calls via cli by using first command line option as module name | Simon Rettberg | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Added eventlog class, improved db-update machanism. | Simon Rettberg | 2014-09-15 | 1 | -31/+74 |
| | | | | 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 Bauer | 2014-09-15 | 1 | -2/+2 |
| | |||||
* | [i18n] Moved all texts from cat_setting and setting to json files | Simon Rettberg | 2014-08-18 | 1 | -7/+42 |
| | |||||
* | Rebuild AD config modules if server IP changed... | Simon Rettberg | 2014-06-23 | 1 | -2/+12 |
| | | | | Also add vmchooser URL to getconfig, fix shell string escaping | ||||
* | Some minor html fixes/improvements | Simon Rettberg | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | Try to autpmatically detect server ip on init-api | Simon Rettberg | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | Get rid of pxe menu ip tracking, not needed in the future | Simon Rettberg | 2014-06-23 | 1 | -6/+0 |
| | |||||
* | fancier news page + comments | Jonathan Bauer | 2014-06-05 | 1 | -0/+1 |
| | |||||
* | 'null' news if no news are saved on the DB. | Jonathan Bauer | 2014-06-05 | 1 | -1/+3 |
| | |||||
* | news api for vmchooser2 | Jonathan Bauer | 2014-06-05 | 1 | -0/+23 |
| | |||||
* | update 3 : news table | Jonathan Bauer | 2014-06-05 | 1 | -3/+29 |
| |