Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -30/+27 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -8/+5 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -3/+3 |
| | | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries | ||||
* | [locationinfo/runmode] Support new infoscreen variables | Simon Rettberg | 2019-11-12 | 1 | -0/+12 |
| | | | | Interactive mode, autologin, browser type, bookmarks | ||||
* | [sysconfig/runmode] Remove "noSysconfig" functionality | Simon Rettberg | 2019-11-12 | 1 | -5/+0 |
| | | | | Was of limited use and not properly implemented anyways. | ||||
* | [runmode] Support permissions supplied by module; fix handling of deleteUrl ↵ | Simon Rettberg | 2018-02-27 | 1 | -1/+13 |
| | | | | modules | ||||
* | [runmode] Do not allow re-assigning clients to new runmode if old mode ↵ | Simon Rettberg | 2018-01-15 | 1 | -1/+1 |
| | | | | | | | | | doesn't support the generic editor Doing so might leave some stale data in the old module, so we better prevent it so the user has to manually remove the client from the old runmode using the non-generic way (module specific) first. | ||||
* | [runmode] Properly block simple editor if requested; add customized delete URL | Simon Rettberg | 2017-12-04 | 1 | -0/+5 |
| | |||||
* | [runmode] Fix client filter logic | Simon Rettberg | 2017-12-01 | 1 | -3/+3 |
| | |||||
* | [runmode] Varname mismatch | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | [runmode] Fix syntax error in SQL query | Simon Rettberg | 2017-12-01 | 1 | -1/+23 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -0/+23 |
| | |||||
* | [runmode] Overhauled getRunMode with its params | Simon Rettberg | 2017-11-30 | 1 | -11/+39 |
| | |||||
* | [runmode] Implement delete-machine action | Simon Rettberg | 2017-11-29 | 1 | -22/+22 |
| | |||||
* | [sysconfig/runmode] Deliver bare config.tgz with just global hook data when ↵ | Simon Rettberg | 2017-11-03 | 1 | -0/+21 |
| | | | | "no sysconfig" is set for a runmode | ||||
* | [runmode] Return lastseen too in detailed mode | Simon Rettberg | 2017-10-12 | 1 | -2/+3 |
| | |||||
* | [runmode] Support returning associative array | Simon Rettberg | 2017-10-06 | 1 | -4/+10 |
| | |||||
* | [runmode] Add isclient property per client, implement overview page | Simon Rettberg | 2017-08-10 | 1 | -5/+18 |
| | |||||
* | [runmode] Tweaks, support NO_CONFIG and systemd target | Simon Rettberg | 2017-07-12 | 1 | -2/+12 |
| | |||||
* | [runmode] New module for managing special boot modes of clients | Simon Rettberg | 2017-07-06 | 1 | -0/+185 |