Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 32bit support | Simon Rettberg | 2023-11-15 | 1 | -3/+0 |
| | | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php. | ||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -1/+1 |
| | |||||
* | [remoteaccess] Make sure we get the right client when updating pw | Simon Rettberg | 2023-07-03 | 1 | -1/+4 |
| | | | | | | | | | | | When a client sends its current VNC password, we look up the client's uuid via the remote IP address. This would return any random client that last had this IP address when it booted. This is mostly not a problem with clients that have a static assignment, but can easily go wrong with clients in dynamic pools, as it's likely we have a few entries with the same address in the DB. We now get the client that was seen active most recently, which–unless we have address collisions–should always be the proper one. | ||||
* | [remoteaccess] Make plugin version display prettier | Simon Rettberg | 2021-04-15 | 1 | -2/+9 |
| | |||||
* | [remoteaccess] Show plugin version | Simon Rettberg | 2021-03-22 | 1 | -0/+10 |
| | |||||
* | [remoteaccess] Allow changing client-side VNC port | Simon Rettberg | 2021-03-05 | 1 | -4/+8 |
| | | | | References #3823 | ||||
* | [remoteaccess] New module | Simon Rettberg | 2020-05-15 | 1 | -0/+77 |