| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [sysconfig] Minor cleanup, response code overrides for audit | Simon Rettberg | 2025-08-13 | 1 | -1/+1 |
| | | |||||
| * | [sysconfig] Don't delete config module on edit if taskmanager fails | Simon Rettberg | 2024-07-18 | 1 | -5/+5 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -71/+75 |
| | | |||||
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -13/+13 |
| | | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
| * | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 1 | -6/+6 |
| | | |||||
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -7/+7 |
| | | | | | | | | * 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 | ||||
| * | [sysconfig] SSH: Split pubkey and rest of config, add more options | Simon Rettberg | 2020-11-16 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | Now we can have exactly one SSH-Config per sysconfig, which avoids confusion due to config mismatch regarding "allow pw" and "port". The install include takes care of splitting the key into a new module for existing modules, but doesn't remove duplicate SshConfig modules from sysconfigs, as this might lead to additional confusion. Next time the user edits a sysconfig, they are forced to pick exactly one SshConfig module. The "allow password login" option was extended to allow password login for non-root users only in addition to simply being "yes" or "no". There's an additional option that can entirely limit the group of users allowed to log in via SSH. | ||||
| * | [sysconfig] Display duplicate files for generated system config | Simon Rettberg | 2020-11-03 | 1 | -18/+44 |
| | | | | | Implements #3670 | ||||
| * | [sysconfig] Display error if deleting config from database failed | Simon Rettberg | 2019-12-07 | 1 | -4/+3![]() |
| | | |||||
| * | [sysconfig/runmode] Remove "noSysconfig" functionality | Simon Rettberg | 2019-11-12 | 1 | -32/+0![]() |
| | | | | | Was of limited use and not properly implemented anyways. | ||||
| * | [sysconfig] Remember last modified date, show as tooltip | Simon Rettberg | 2019-03-21 | 1 | -4/+6 |
| | | |||||
| * | Introduce proper constants for taskmanager status | Simon Rettberg | 2018-05-24 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings | Simon Rettberg | 2018-03-29 | 1 | -3/+3 |
| | | |||||
| * | [sysconfig] Stuff ssh config into "empty" global config | Simon Rettberg | 2018-03-29 | 1 | -6/+37 |
| | | | | | | | | | | | This is an ugly hack. The "no sysconfig" runmode option creates an obvious problem if an ssh config exists: It won't be provisioned to the client, so it's not reachable via ssh. We need a proper mechanism for managing config, that flags modules by whether they should be ignored for "no sysconfig" runmode or not, and while we're at it, make it possible to assign additional modules to rooms. | ||||
| * | [sysconfig] Fix logic by which condition the LDADPd gets (re)started | Simon Rettberg | 2017-12-18 | 1 | -1/+0![]() |
| | | |||||
| * | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -0/+9 |
| | | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
| * | [sysconfig/runmode] Deliver bare config.tgz with just global hook data when ↵ | Simon Rettberg | 2017-11-03 | 1 | -17/+32 |
| | | | | | "no sysconfig" is set for a runmode | ||||
| * | [sysconfig] Add ConfigTgz::rebuildAllConfigs() | Simon Rettberg | 2017-03-10 | 1 | -0/+19 |
| | | |||||
| * | [sysconfig] configtgz.inc.php: Move static functions to bottom | Simon Rettberg | 2017-03-10 | 1 | -114/+118 |
| | | |||||
| * | [sysconfig] Add hook mechanism for config.tgz building | Simon Rettberg | 2017-03-02 | 1 | -3/+15 |
| | | |||||
| * | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -0/+317 |

