summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/inc/configtgz.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [sysconfig] Minor cleanup, response code overrides for auditSimon Rettberg2025-08-131-1/+1
|
* [sysconfig] Don't delete config module on edit if taskmanager failsSimon Rettberg2024-07-181-5/+5
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-71/+75
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-13/+13
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-6/+6
|
* Moderize Database handlingSimon Rettberg2021-05-111-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 optionsSimon Rettberg2020-11-161-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 configSimon Rettberg2020-11-031-18/+44
| | | | Implements #3670
* [sysconfig] Display error if deleting config from database failedSimon Rettberg2019-12-071-4/+3Star
|
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-121-32/+0Star
| | | | Was of limited use and not properly implemented anyways.
* [sysconfig] Remember last modified date, show as tooltipSimon Rettberg2019-03-211-4/+6
|
* Introduce proper constants for taskmanager statusSimon Rettberg2018-05-241-1/+1
|
* Fix warningsSimon Rettberg2018-03-291-3/+3
|
* [sysconfig] Stuff ssh config into "empty" global configSimon Rettberg2018-03-291-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)startedSimon Rettberg2017-12-181-1/+0Star
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-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 Rettberg2017-11-031-17/+32
| | | | "no sysconfig" is set for a runmode
* [sysconfig] Add ConfigTgz::rebuildAllConfigs()Simon Rettberg2017-03-101-0/+19
|
* [sysconfig] configtgz.inc.php: Move static functions to bottomSimon Rettberg2017-03-101-114/+118
|
* [sysconfig] Add hook mechanism for config.tgz buildingSimon Rettberg2017-03-021-3/+15
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-0/+317