<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/remoteaccess/inc/remoteaccess.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/remoteaccess/inc/remoteaccess.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/remoteaccess/inc/remoteaccess.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2025-05-12T11:38:40+00:00</updated>
<entry>
<title>[remoteaccess] Track wol failures, avoid those clients</title>
<updated>2025-05-12T11:38:40+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-05-12T11:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=e0d339b5172e9bc35c6fd1438b12cb52e8bfe125'/>
<id>urn:sha1:e0d339b5172e9bc35c6fd1438b12cb52e8bfe125</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>[remoteaccess] Don't uncheck currently disabled locations in group edit</title>
<updated>2022-07-25T08:58:27+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-07-25T08:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=cfd4396321b6b03c6e099ea4117d8d3d1874c6f5'/>
<id>urn:sha1:cfd4396321b6b03c6e099ea4117d8d3d1874c6f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[remoteaccess] Track unwakable machines, ignore restricted locations</title>
<updated>2022-06-09T09:49:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-06-09T09:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=be0f53e0029aff5afdbb49ed4d294c72ee0ccfa2'/>
<id>urn:sha1:be0f53e0029aff5afdbb49ed4d294c72ee0ccfa2</id>
<content type='text'>
- Locations that are set to "never" or "only outside business hours"
  will not be considered during WOL, and not delivered to the guacamole
  proxy.
- If we cannot wake as much machines per remote group as configured,
  we'll display a little number next to the WOL count setting.
</content>
</entry>
<entry>
<title>Revert "[remoteaccess] Avoid waking too many machines"</title>
<updated>2022-06-01T07:12:36+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-06-01T07:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=fc9a3472e95ad7dfe23bde420b2eff5e5ae5ef5c'/>
<id>urn:sha1:fc9a3472e95ad7dfe23bde420b2eff5e5ae5ef5c</id>
<content type='text'>
This doesn't make any sense; we already account for this by looking at
the woltime column.

This reverts commit 0c561cd07c82d09ec5f6f1aa0a92ead403d0952b.
</content>
</entry>
<entry>
<title>[remoteaccess] Avoid waking too many machines</title>
<updated>2022-05-31T13:42:07+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-05-31T13:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=0c561cd07c82d09ec5f6f1aa0a92ead403d0952b'/>
<id>urn:sha1:0c561cd07c82d09ec5f6f1aa0a92ead403d0952b</id>
<content type='text'>
If a location is assigned to multiple groups, we potentially wake too
many machines, as the number of clients that received a WOL in that
location when processing group A is not accounted for when peocessing
arrives at location B. Keep track of the number of WOLed machines per
location to be able to avoid this situation.
</content>
</entry>
<entry>
<title>[remoteaccess] Include locationid in WOL task metadata</title>
<updated>2022-05-31T13:41:08+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-05-31T13:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=421b07f95726b50ec412727ee7fb571a09b3c032'/>
<id>urn:sha1:421b07f95726b50ec412727ee7fb571a09b3c032</id>
<content type='text'>
.... so the proper location information can be displayed on the WOL task
status page.
</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>[remoteaccess] Show plugin version</title>
<updated>2021-03-22T12:18:39+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-22T12:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=e8de946cd47c4a31f86d1f6be8afdfbacc6ca5b7'/>
<id>urn:sha1:e8de946cd47c4a31f86d1f6be8afdfbacc6ca5b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[remoteaccess] Allow changing client-side VNC port</title>
<updated>2021-03-05T14:52:12+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-05T14:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7a873d6f83ce3d0fdd846d436221c38d2ff98c83'/>
<id>urn:sha1:7a873d6f83ce3d0fdd846d436221c38d2ff98c83</id>
<content type='text'>
References #3823
</content>
</entry>
</feed>
