Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dnbd3] Fix type error | Simon Rettberg | 2024-02-15 | 1 | -2/+2 |
| | | | | Uncaught TypeError: Dnbd3Util::runmodeConfigHook(): Argument #3 ($modeData) must be of type string, null given | ||||
* | Remove 32bit support | Simon Rettberg | 2023-11-15 | 1 | -10/+3 |
| | | | | | | | 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 | 2 | -22/+14 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -2/+2 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | [dnbd3] Add option to prefer satellite server for initial connection | Simon Rettberg | 2023-06-13 | 1 | -0/+10 |
| | |||||
* | [dnbd3/vmstore] Add selection for DNBD3 server, or NFS mode, show any errors | Simon Rettberg | 2022-07-05 | 1 | -0/+8 |
| | |||||
* | [dnbd3/vmstore] Add first version of speedtest/benchmark GUI | Simon Rettberg | 2022-07-01 | 1 | -1/+1 |
| | |||||
* | [dnbd3] Rename/refactor RPC methods/constants | Simon Rettberg | 2022-06-24 | 3 | -41/+45 |
| | |||||
* | [dnbd3] Show upload speed and client count in realtime | Simon Rettberg | 2022-05-17 | 1 | -0/+73 |
| | |||||
* | [dnbd3] Types | Simon Rettberg | 2022-05-12 | 1 | -4/+4 |
| | |||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -4/+4 |
| | | | | | | | * 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 | ||||
* | [dnbd3] Show version information in proxy/server details | Simon Rettberg | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | [dnbd3] Allow overriding certain server.conf values for proxy | Simon Rettberg | 2020-11-05 | 1 | -0/+8 |
| | | | | | | | As requested in issue #3328 you can now override the default values of certain settings. It's kept simple, labeled "advanced config" with a little disclaimer, as you can easily enter stupid values that will render the dnbd3-proxy useless. | ||||
* | [dnbd3] Run mount script when toggling dnbd3 usage | Simon Rettberg | 2020-02-26 | 1 | -1/+2 |
| | | | | | | Pass the new "if local only" option, so the script only acutally runs if internal storage is being used, since that takes care of properly enabling or disabling the NFS server. | ||||
* | [dnbd3] Remove unused code | Simon Rettberg | 2020-02-25 | 1 | -7/+1 |
| | |||||
* | [dnbd3] Don't stop dnbd3-server when disabling dnbd3 for VMs | Simon Rettberg | 2020-01-28 | 1 | -5/+1 |
| | |||||
* | Fix some more typos | Stefan Weil | 2019-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | [dnbd3] Prevent A_I value from increasing all the time | Simon Rettberg | 2019-09-26 | 1 | -1/+13 |
| | | | | | serverid in dnbd3_server would increase a lot on every query of the servers. Stop that. | ||||
* | [dnbd3] proxy view: Show cache-map when clicking percentage of image | Simon Rettberg | 2019-09-09 | 1 | -14/+30 |
| | | | | Requires up to date DNBD3-Server | ||||
* | [dnbd3] Support specifying port, IPv6 addresses | Simon Rettberg | 2019-03-07 | 2 | -7/+32 |
| | |||||
* | [dnbd3] Runmode: Merge IP ranges opened in firewall | Simon Rettberg | 2018-03-31 | 1 | -3/+43 |
| | |||||
* | [dnbd3] Fix subnet to CIDR calculation on 32bit php :/ | Simon Rettberg | 2018-03-28 | 1 | -1/+5 |
| | |||||
* | [dnbd3] Allow configuring alternative IP address for managed proxy | Simon Rettberg | 2017-12-11 | 1 | -4/+7 |
| | |||||
* | [dnbd3] Disable SLX_SYSTEM_STANDBY_TIMEOUT | Simon Rettberg | 2017-11-28 | 1 | -0/+1 |
| | |||||
* | [dnbd3] Extend server details page (altservers, config) | Simon Rettberg | 2017-11-13 | 2 | -1/+20 |
| | |||||
* | [dnbd3] Improve server sorting, main-warning, errormsg, Taskmanager intergration | Simon Rettberg | 2017-10-26 | 3 | -10/+58 |
| | |||||
* | [dnbd3] Implement settings dialog for automatic proxies | Simon Rettberg | 2017-10-13 | 1 | -2/+7 |
| | |||||
* | [dnbd3] Show free space, fix styling, add help texts and strings (de) | Simon Rettberg | 2017-10-12 | 2 | -6/+12 |
| | |||||
* | [dnbd3] Implement adding and deleting servers | Simon Rettberg | 2017-10-11 | 1 | -1/+6 |
| | |||||
* | [dnbd3] Fix CIDR generation for proxies, add baseconfig hook for clients | Simon Rettberg | 2017-10-11 | 2 | -12/+34 |
| | |||||
* | [dnbd3] More progress, manage location restrictions for proxies | Simon Rettberg | 2017-10-10 | 2 | -1/+99 |
| | |||||
* | [dnbd3] New module for managing dnbd3 servers - WIP | Simon Rettberg | 2017-10-06 | 2 | -0/+95 |