<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/sysconfig/inc/configmodule.inc.php, branch master</title>
<subtitle>Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung</subtitle>
<id>https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/sysconfig/inc/configmodule.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/sysconfig/inc/configmodule.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2025-08-01T11:41:49+00:00</updated>
<entry>
<title>Implicitly nullable types are deprecated in PHP 8.3, make explicit</title>
<updated>2025-08-01T11:41:49+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-08-01T11:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=429cfb1677ec77c5a945f655d9405d038d3e5a2c'/>
<id>urn:sha1:429cfb1677ec77c5a945f655d9405d038d3e5a2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[sysconfig] Try harder to log meaningful error if module generation fails</title>
<updated>2024-10-11T12:16:35+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-10-11T12:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=6fc0df0f65b3caf57886ee4dbf5cfc8e51254933'/>
<id>urn:sha1:6fc0df0f65b3caf57886ee4dbf5cfc8e51254933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function param/return types, fix a lot more phpstorm complaints</title>
<updated>2023-11-14T13:47:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-14T13:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0'/>
<id>urn:sha1:06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roundup of issues reported by PHPStorm</title>
<updated>2023-11-02T18:08:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-02T18:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c2d95ffaeaa289752b4c7b6664b6ca112a02e350'/>
<id>urn:sha1:c2d95ffaeaa289752b4c7b6664b6ca112a02e350</id>
<content type='text'>
Mostly redundant checks, logic errors, dead code, etc.
</content>
</entry>
<entry>
<title>[sysconfig] PHP Warning:  Private methods cannot be final as they are never overridden by other classes</title>
<updated>2023-09-27T15:58:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-09-27T15:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=10e6736849d6b7d5fb7b88c552eb5528f54fd7c2'/>
<id>urn:sha1:10e6736849d6b7d5fb7b88c552eb5528f54fd7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[inc/Util] Add types, move error printing functions to their own class</title>
<updated>2022-05-02T16:49:09+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-05-02T16:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5eb8df7432a708284862e4b126e418265d36b4ab'/>
<id>urn:sha1:5eb8df7432a708284862e4b126e418265d36b4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moderize Database handling</title>
<updated>2021-05-11T12:51:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-05-06T08:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8dc2b92d667f1401ab9f1315a36add61658f899c'/>
<id>urn:sha1:8dc2b92d667f1401ab9f1315a36add61658f899c</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>[sysconfig] CustomModule: Add check for file ownership, add "fix" option</title>
<updated>2020-12-10T13:01:18+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-12-10T13:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=cdf414bf6a999788d4d70e997f8c413e96ef7bb1'/>
<id>urn:sha1:cdf414bf6a999788d4d70e997f8c413e96ef7bb1</id>
<content type='text'>
The fix option will change the owner/group of every file and directory
in the archive to root:root

Previously, the client changed the ownership of the config.tgz contents
to root when extracting, but in some cases it's desired to deliver files
with specific owner and group settings.

The version of the CustomModule module has been bumped to 2, so we can
automatically convert old modules when upgrading or importing a backup,
to be compatible to the old "root everything on the client" logic.
</content>
</entry>
<entry>
<title>[sysconfig] SSH: Split pubkey and rest of config, add more options</title>
<updated>2020-11-16T13:03:21+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-16T13:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=11c488215620d12c1f79fc9b05deb9928d2cab39'/>
<id>urn:sha1:11c488215620d12c1f79fc9b05deb9928d2cab39</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>[sysconfig] Add missing field to query</title>
<updated>2019-03-25T11:35:32+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-03-25T11:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=506ea2ccc7b0d988c478b3d93791a62b01a5619b'/>
<id>urn:sha1:506ea2ccc7b0d988c478b3d93791a62b01a5619b</id>
<content type='text'>
</content>
</entry>
</feed>
