Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [apis/conr] Minutes... | Simon Rettberg | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | cron: Clear stucklist on reboot | Simon Rettberg | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | [apis/cron] Fix typo in 'EventLog' handle blocked jobs in separate list | Simon Rettberg | 2017-05-12 | 1 | -4/+19 |
| | |||||
* | [apis/cron] Add crash logging functionality | Simon Rettberg | 2017-05-12 | 1 | -1/+26 |
| | |||||
* | [apis/cron] Try to catch exceptions when running module cron handler | Simon Rettberg | 2017-04-10 | 1 | -1/+6 |
| | |||||
* | Check for module availability before calling it in legacy clientlog API | Simon Rettberg | 2017-04-07 | 1 | -2/+6 |
| | |||||
* | Remove statistics api file accidentally committed on manual merge | Simon Rettberg | 2017-03-31 | 1 | -29/+0 |
| | |||||
* | Fix a couple of warnings and notices from error.log | Simon Rettberg | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | [inc/Hook] New helper for loading hooks | Simon Rettberg | 2017-03-02 | 1 | -13/+7 |
| | |||||
* | Finish modularizing cron; Add error detection for crashed cron jobs | Simon Rettberg | 2017-03-02 | 1 | -16/+38 |
| | |||||
* | [inc/property] Add list-of-values interface | Simon Rettberg | 2017-02-23 | 1 | -0/+3 |
| | | | | | | This can be used to store multiple items per key and avoids the race conditions that manually (de)serializing a list and then using get()/set() would cause. | ||||
* | 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 |