<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/dozmod, branch v3.10</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/dozmod?h=v3.10</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/dozmod?h=v3.10'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2021-04-21T15:10:52+00:00</updated>
<entry>
<title>[dozmod] Always render expired/orphaned images template</title>
<updated>2021-04-21T15:10:52+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-04-21T15:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c84e524d4b658f974aca9f56d7e2307dcb06858e'/>
<id>urn:sha1:c84e524d4b658f974aca9f56d7e2307dcb06858e</id>
<content type='text'>
Now that the orphaned image scan exists, it doesn't make sense to hide
the whole page if there are no expired images, preventing the user from
scanning for orphaned files.
</content>
</entry>
<entry>
<title>[dozmod] Add checkbox for "allow student download"</title>
<updated>2021-04-21T14:06:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-04-21T14:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=0094f7ee7360495be230d3476ed90d0afd331b9c'/>
<id>urn:sha1:0094f7ee7360495be230d3476ed90d0afd331b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dozmod] Update translations</title>
<updated>2021-04-21T14:06:15+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2021-04-21T14:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=ab6982ec85561d8bd6f02c2f5e4264082c684eca'/>
<id>urn:sha1:ab6982ec85561d8bd6f02c2f5e4264082c684eca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update translations</title>
<updated>2021-03-10T15:43:33+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2021-03-10T15:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f7cc7a3931e6699883eeb92ef1fa7d6924062714'/>
<id>urn:sha1:f7cc7a3931e6699883eeb92ef1fa7d6924062714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dozmod] Support html descriptions for VMs/lectures</title>
<updated>2020-11-18T12:42:23+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-18T12:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8f9088c8aa9a98bd8f7f324284c1436dbe69cb51'/>
<id>urn:sha1:8f9088c8aa9a98bd8f7f324284c1436dbe69cb51</id>
<content type='text'>
References #3732
</content>
</entry>
<entry>
<title>[dozmod] Show (last, number of) lecture starts in actionlog</title>
<updated>2020-11-18T12:14:45+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-18T12:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745'/>
<id>urn:sha1:7bd4c002bcb50ea5fcf4fd6bdb285227bef5b745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dozmod] expiredimages: Link to user's actionlog instead of sending mail</title>
<updated>2020-10-22T14:07:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-10-22T14:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=db83a43adf6b97a08e3d06a6fb3a20f07c1c5769'/>
<id>urn:sha1:db83a43adf6b97a08e3d06a6fb3a20f07c1c5769</id>
<content type='text'>
The "expired images" view was created before we had the action log.
Linking to it might be more what we expect, instead of opening a mail
client.
</content>
</entry>
<entry>
<title>[dozmod] Implement deleting orphaned files from vm store</title>
<updated>2020-09-28T13:25:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-28T13:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=39354a0cc0ef32ddd432d8421dc8483002cd855b'/>
<id>urn:sha1:39354a0cc0ef32ddd432d8421dc8483002cd855b</id>
<content type='text'>
This is the UI part that communicates with dmsd to show or delete all
files on the vm store that don't belong to a known VM.
Might be dangerous, use wisely.

Closes #3321
</content>
</entry>
<entry>
<title>[dozmod] Update translations</title>
<updated>2020-09-08T11:34:27+00:00</updated>
<author>
<name>Steffen Ritter</name>
</author>
<published>2020-09-08T11:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c6ebcaa77637bcde60a3ae08e34bd188a8806fc4'/>
<id>urn:sha1:c6ebcaa77637bcde60a3ae08e34bd188a8806fc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dozmod] Update translations</title>
<updated>2020-08-04T10:24:18+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-08-04T10:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5679dc17506d272a2122a0091618d06db3646970'/>
<id>urn:sha1:5679dc17506d272a2122a0091618d06db3646970</id>
<content type='text'>
</content>
</entry>
</feed>
