summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3
Commit message (Collapse)AuthorAgeFilesLines
* [dnbd3] Fix type errorSimon Rettberg2024-02-151-2/+2
| | | | Uncaught TypeError: Dnbd3Util::runmodeConfigHook(): Argument #3 ($modeData) must be of type string, null given
* [dnbd3] Add warning if proxy servers exist but DNBD3 is disabled for VMsSimon Rettberg2024-01-184-2/+10
|
* Remove 32bit supportSimon Rettberg2023-11-151-10/+3Star
| | | | | | | 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 complaintsSimon Rettberg2023-11-145-27/+21Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-024-17/+18
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [dnbd3] Add option to prefer satellite server for initial connectionSimon Rettberg2023-06-136-4/+23
|
* [dnbd3] Extend timeout for inactive graphSimon Rettberg2023-01-181-2/+2
|
* [dnbd3] Set default sort order for numeric columns to DESCSimon Rettberg2022-07-071-2/+2
|
* [dnbd3/vmstore] Add selection for DNBD3 server, or NFS mode, show any errorsSimon Rettberg2022-07-051-0/+8
|
* [dnbd3/vmstore] Add first version of speedtest/benchmark GUISimon Rettberg2022-07-012-2/+2
|
* [dnbd3] Rename/refactor RPC methods/constantsSimon Rettberg2022-06-244-56/+54Star
|
* [dnbd3] Allow overriding dnbd3.sparseFilesSimon Rettberg2022-06-092-2/+3
|
* [dnbd3] Hide speed bar for offline serversSimon Rettberg2022-05-311-5/+5
|
* [dnbd3] graph: Keep running in background for a whileSimon Rettberg2022-05-201-7/+8
|
* [dnbd3] Minor rendering tweaks, mark dead serversSimon Rettberg2022-05-191-6/+12
|
* [dnbd3] Add simple graphSimon Rettberg2022-05-181-9/+82
|
* [dnbd3] Show upload speed and client count in realtimeSimon Rettberg2022-05-175-23/+152
|
* [dnbd3] TypesSimon Rettberg2022-05-121-4/+4
|
* [dnbd3] Update translationsSimon Rettberg2021-06-242-5/+5
|
* Moderize Database handlingSimon Rettberg2021-05-114-8/+8
| | | | | | | * 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] Update translations (dnbd3 help texts)Steffen Ritter2021-03-122-4/+4
|
* [dnbd3] Show version information in proxy/server detailsSimon Rettberg2021-03-092-3/+6
|
* [dnbd3] Allow unit suffixes in advanced settingsSimon Rettberg2020-11-052-2/+2
|
* [dnbd3] Fix typoSimon Rettberg2020-11-051-1/+1
|
* [dnbd3] Allow overriding certain server.conf values for proxySimon Rettberg2020-11-056-21/+73
| | | | | | | 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] Link from image list to client listSimon Rettberg2020-10-303-15/+34
|
* [dnbd3] Add link to used image in client listSimon Rettberg2020-10-282-4/+10
| | | | | Clicking the folder icon next to a client will switch to the image list, and highlight the according image.
* [dnbd3] Make poxy image list sortable (stupidtable)Simon Rettberg2020-08-272-9/+14
|
* [dnbd3] Fix: idle time won't be displayed if > uptimeSimon Rettberg2020-08-271-1/+1
| | | | | This was a sanity check from before we saved idle time to .meta files in dnbd3-server. Remove.
* [dnbd3] Fix randomization of servers with same prioSimon Rettberg2020-08-261-1/+1
|
* [dnbd3] Run mount script when toggling dnbd3 usageSimon Rettberg2020-02-261-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 codeSimon Rettberg2020-02-251-7/+1Star
|
* [dnbd3] Don't stop dnbd3-server when disabling dnbd3 for VMsSimon Rettberg2020-01-282-7/+2Star
|
* [dnbd3] Always add DNBD3 servers to config (for stage4)Simon Rettberg2020-01-143-11/+12
| | | | | Also, change translations for "enable dnbd3" to refer to VMs specifically.
* Fix some more typosStefan Weil2019-12-161-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [sysconfig/runmode] Remove "noSysconfig" functionalitySimon Rettberg2019-11-121-1/+0Star
| | | | Was of limited use and not properly implemented anyways.
* [dnbd3] Prevent A_I value from increasing all the timeSimon Rettberg2019-09-261-1/+13
| | | | | serverid in dnbd3_server would increase a lot on every query of the servers. Stop that.
* [dnbd3] fix mathSimon Rettberg2019-09-161-1/+1
|
* [dnbd3] Update translationsSimon Rettberg2019-09-092-0/+2
|
* [dnbd3] proxy view: Show cache-map when clicking percentage of imageSimon Rettberg2019-09-094-20/+199
| | | | Requires up to date DNBD3-Server
* [dnbd3] Add baseconfig vars for experimental local cachingSimon Rettberg2019-07-034-0/+50
|
* [dnbd3] Put proxies from other locations into SLX_DNBD3_FALLBACKSimon Rettberg2019-05-231-4/+16
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-2/+3
|
* [dnbd3] Mark proxy connections in client listSimon Rettberg2019-03-113-0/+5
|
* [dnbd3] Support specifying port, IPv6 addressesSimon Rettberg2019-03-075-34/+47
|
* [dnbd3] Show image idle time in proxy detailsSimon Rettberg2019-02-216-2/+19
|
* [dnbd3] Remove debug spamSimon Rettberg2019-02-151-3/+0Star
|
* [dnbd3] Fix recursive client countingSimon Rettberg2019-02-151-1/+5
|
* [translation] Satelliten-Server -> SatellitenserverSteffen Ritter2018-04-241-1/+1
|