<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/sysconfig/addmodule_custommodule.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/addmodule_custommodule.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/sysconfig/addmodule_custommodule.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2026-04-28T12:42:07+00:00</updated>
<entry>
<title>Add IP address normalization, add support for X-Forwarded-For</title>
<updated>2026-04-28T12:42:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2026-04-28T12:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f1e35d43695f914677fcf8b2b4550a3c58cdcf10'/>
<id>urn:sha1:f1e35d43695f914677fcf8b2b4550a3c58cdcf10</id>
<content type='text'>
Tests written by Junie AI
</content>
</entry>
<entry>
<title>A few more HTTP code audit log fixups</title>
<updated>2025-08-04T14:05:24+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-08-04T14:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9'/>
<id>urn:sha1:836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add audit logging of POST actions</title>
<updated>2025-05-22T14:07:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-05-22T14:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=19160ec62cec3b6e436590b16ebb2b329ef5d55b'/>
<id>urn:sha1:19160ec62cec3b6e436590b16ebb2b329ef5d55b</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>[sysconfig] Increase tar handling timeouts</title>
<updated>2023-05-25T14:15:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-05-25T14:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=4bba1a20353f288bf898381896936da4bc458200'/>
<id>urn:sha1:4bba1a20353f288bf898381896936da4bc458200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[main+Session] Move session from /tmp/ to session table</title>
<updated>2021-05-11T12:50:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-05-04T15:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=1e8329986ef4d06a9bb7550e24f4dacc7715fb5b'/>
<id>urn:sha1:1e8329986ef4d06a9bb7550e24f4dacc7715fb5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[sysconfig] Minor code cleanup</title>
<updated>2020-12-14T08:27:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-12-14T08:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8d1ecbeb70b7be6379f460919c0b8dbbbdfd4826'/>
<id>urn:sha1:8d1ecbeb70b7be6379f460919c0b8dbbbdfd4826</id>
<content type='text'>
</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] Display duplicate files for generated system config</title>
<updated>2020-11-03T12:47:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-03T12:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5486173328d4488abbfc92011883336a214e6293'/>
<id>urn:sha1:5486173328d4488abbfc92011883336a214e6293</id>
<content type='text'>
Implements #3670
</content>
</entry>
<entry>
<title>[sysconfig] New step after creating a module to directly assign it to system configs</title>
<updated>2020-01-16T20:57:21+00:00</updated>
<author>
<name>Udo Walter</name>
</author>
<published>2020-01-16T20:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=32d037d949715f553d737201ab6960ea18067098'/>
<id>urn:sha1:32d037d949715f553d737201ab6960ea18067098</id>
<content type='text'>
</content>
</entry>
</feed>
