<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/inc, 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/inc?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/inc?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2026-04-28T14:44:36+00:00</updated>
<entry>
<title>[locationinfo] Add backend for managing "external devices"</title>
<updated>2026-04-28T14:44:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2026-04-28T14:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f097e1a544e8220ac2d3d5bbbd6a422c785279d8'/>
<id>urn:sha1:f097e1a544e8220ac2d3d5bbbd6a422c785279d8</id>
<content type='text'>
External devices are (as of now) Android tablets running a specialized
app that is supposed to call the newly implemented functions, to let us
know wether they're still running, and so they can poll for changed
configuration.

Partially written by Junie AI
</content>
</entry>
<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>Add tests using PHPUnit</title>
<updated>2025-12-12T14:16:59+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-26T09:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7c173411785f959d250d3dfbd7d4cfcb0e20f0e0'/>
<id>urn:sha1:7c173411785f959d250d3dfbd7d4cfcb0e20f0e0</id>
<content type='text'>
Tests generated by Junie AI. Might not have the best possible quality
but at least we got something, and if it turns out to be complete
rubbish, we can just throw it out again without any issues, as this is
independent of the actual code base.
</content>
</entry>
<entry>
<title>[inc/IpUtil] Fix bug in CIDR verification</title>
<updated>2025-11-26T09:45:17+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-11-26T09:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7dcff81afd58c766406747f67f035e41fb488ba9'/>
<id>urn:sha1:7dcff81afd58c766406747f67f035e41fb488ba9</id>
<content type='text'>
</content>
</entry>
<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>[session] Add audit log view</title>
<updated>2025-07-23T14:02:41+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-07-23T14:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=db2c123ef4c3b9e044f4a7c38a0091ac7f443a52'/>
<id>urn:sha1:db2c123ef4c3b9e044f4a7c38a0091ac7f443a52</id>
<content type='text'>
Basic 1st version :)
</content>
</entry>
<entry>
<title>[locationinfo] Parametrize panel type configuration</title>
<updated>2025-07-18T14:35:46+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-07-18T14:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=a8d23f91f6cfd803be1ecaae4c8d1b5e1268a699'/>
<id>urn:sha1:a8d23f91f6cfd803be1ecaae4c8d1b5e1268a699</id>
<content type='text'>
Avoids a lot of copy and paste and duplicate work in php and html
part, for example explicitly handling every config variable for
a specific panel when displaying the config dialog, when saving the
config, and when loading the config for displaying the panel.

This also parametrizes enums, limits and ranges, so dropdowns
can be rendered automatically, validity of selected option can
be checked, and putting numeric settings into bounds all happens
generically.

Edit dialog for DEFAULT panel is still completely custom, as it has
too much special sauce going on with the room config overrides.
URL-panel is half-half, but SUMMARY and UPCOMING are entirely generic
now.
</content>
</entry>
<entry>
<title>[locationinfo] Add UPCOMING panel type</title>
<updated>2025-07-14T14:50:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-07-14T14:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=83c4bb160cea6e7fbadbe4c0876b754f0acf24c5'/>
<id>urn:sha1:83c4bb160cea6e7fbadbe4c0876b754f0acf24c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[locations] Cleanup Location class</title>
<updated>2025-07-07T11:37:19+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-07-07T11:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=9a5106c288519b008e0dfe5e85371701af32c0f3'/>
<id>urn:sha1:9a5106c288519b008e0dfe5e85371701af32c0f3</id>
<content type='text'>
There was a mess of functions which mostly, but not quite, did the same
things. Get rid of a couple of them and fix call sites to use
alternative ones that also fit the job.
While at it, add phpdoc and comments to the remaining functions, trying
to clarify what they were designed for.
Lastly, the return type of functions that retrieve a location id has
been changed from false|int to ?int (nullable types are just nicer).
</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>
</feed>
