<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/tutor-module.git/dozentenmodulserver, branch feature/htmlEditorInDescrioptionText</title>
<subtitle>Das Dozentenmodul zum Verwalten und Erstellen neuer VMs</subtitle>
<id>https://git.openslx.org/openslx-ng/tutor-module.git/atom/dozentenmodulserver?h=feature/htmlEditorInDescrioptionText</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/tutor-module.git/atom/dozentenmodulserver?h=feature/htmlEditorInDescrioptionText'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/'/>
<updated>2020-09-28T10:24:58+00:00</updated>
<entry>
<title>[server] Up the safety game even more: Don't delete if disjoint</title>
<updated>2020-09-28T10:24:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-28T10:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=fe9c0cc3445485221b12118c2f5e34cccde82105'/>
<id>urn:sha1:fe9c0cc3445485221b12118c2f5e34cccde82105</id>
<content type='text'>
If non of the files in the known image list matches the list of files we
find on the vmstore, don't delete anything. It's possible we mounted the
wrong vmstore (test server vs. production system) and would totally ruin
the day for someone.
</content>
</entry>
<entry>
<title>[server] Abort orphan scan/delete if known image list is empty</title>
<updated>2020-09-28T10:02:54+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-28T10:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=5e143d493eb088e3f5dce86e8906483e7efc909d'/>
<id>urn:sha1:5e143d493eb088e3f5dce86e8906483e7efc909d</id>
<content type='text'>
On the off-chance that something goes wron when querying, or the
database got emptied, don't just blindly wipe the whole vmstore. It's
probably smarter to restore a backup first, or if you really mean to
start afresh, just empty the vmstore manually, or just upload one VM and
then use this feature again.
</content>
</entry>
<entry>
<title>[server] Remove unused exception</title>
<updated>2020-09-25T14:31:27+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-25T14:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=8a7a51538018019d7122dce27c4ec8ba6cfe93e6'/>
<id>urn:sha1:8a7a51538018019d7122dce27c4ec8ba6cfe93e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[server] Formatting</title>
<updated>2020-09-25T14:31:27+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-25T14:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=1e813cfe03f5035f3c9b842090a5377f6c9d4a05'/>
<id>urn:sha1:1e813cfe03f5035f3c9b842090a5377f6c9d4a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[server] RPC: Add "scan for orphaned files" function</title>
<updated>2020-09-25T14:31:09+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-25T14:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=173ea9f81fc576b87dfbe1c0d5997bdb715bea35'/>
<id>urn:sha1:173ea9f81fc576b87dfbe1c0d5997bdb715bea35</id>
<content type='text'>
This function can either just scan, or scan and delete for files on the
vmstore that don't have a matching entry in the database. This can
happen if you restore an older backup after having uploaded new VMs.

References #3321
</content>
</entry>
<entry>
<title>[server] switch to Java 1.8</title>
<updated>2020-09-25T14:19:01+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-25T14:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=68eab959ffd46ee39130c713643d11c1ff26467e'/>
<id>urn:sha1:68eab959ffd46ee39130c713643d11c1ff26467e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[server] Disallow deleting busy images, fix multiple clones from master</title>
<updated>2019-10-21T15:08:16+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-10-21T14:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=535fc19e824abfe170b6fe03792519cb6e1105eb'/>
<id>urn:sha1:535fc19e824abfe170b6fe03792519cb6e1105eb</id>
<content type='text'>
Deleting images that are currently being up- or downloaded would create
some confusion server-side, so disallow this.
We accidentally didn't use the image version id as the transfer id for
downloads from the master server; fix that so that triggering the
download of the same image multiple times won't actually download the
same image multiple times.

Closes #3651
</content>
</entry>
<entry>
<title>[server] Fix: Don't use deprecated methods from FileUtils</title>
<updated>2019-09-13T08:27:42+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-09-13T08:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=95ef974200d9c6229e66c945e94a9fb96a348757'/>
<id>urn:sha1:95ef974200d9c6229e66c945e94a9fb96a348757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement CONFIG_USB feature</title>
<updated>2019-07-01T09:21:26+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-07-01T09:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=220d85cf336118063fd52ea9575f605b56f6a282'/>
<id>urn:sha1:220d85cf336118063fd52ea9575f605b56f6a282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt to rename in master-sync-shared</title>
<updated>2019-06-19T16:58:17+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-06-19T16:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/tutor-module.git/commit/?id=f4d3158ff44f4cbd84519a01acf7d78d7f8dbfe8'/>
<id>urn:sha1:f4d3158ff44f4cbd84519a01acf7d78d7f8dbfe8</id>
<content type='text'>
Commit 6fcaab3 in mss
</content>
</entry>
</feed>
