| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [locations] Cleanup Location class | Simon Rettberg | 2025-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | There was a mess of functions which mostly, but not quite, did the same things. Get rid of a couple of them and fix call sites to use alternative ones that also fit the job. While at it, add phpdoc and comments to the remaining functions, trying to clarify what they were designed for. Lastly, the return type of functions that retrieve a location id has been changed from false|int to ?int (nullable types are just nicer). | ||||
| * | [dnbd3] Fix 0.0.0.0 check | Simon Rettberg | 2024-06-17 | 1 | -2/+2 |
| | | |||||
| * | [dnbd3] Ignore servers with 0.0.0.0 | Simon Rettberg | 2024-06-04 | 1 | -0/+2 |
| | | | | | | | This happens if you reset a client in the statistics module. Until the according client reboots and gets a proper IP assigned again, ignore it for polling and delivery in client config. | ||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -2/+5 |
| | | |||||
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+1 |
| | | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
| * | [dnbd3] Add option to prefer satellite server for initial connection | Simon Rettberg | 2023-06-13 | 1 | -1/+1 |
| | | |||||
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | | | | | | | | * 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] Fix randomization of servers with same prio | Simon Rettberg | 2020-08-26 | 1 | -1/+1 |
| | | |||||
| * | [dnbd3] Always add DNBD3 servers to config (for stage4) | Simon Rettberg | 2020-01-14 | 1 | -7/+8 |
| | | | | | | Also, change translations for "enable dnbd3" to refer to VMs specifically. | ||||
| * | [dnbd3] Put proxies from other locations into SLX_DNBD3_FALLBACK | Simon Rettberg | 2019-05-23 | 1 | -4/+16 |
| | | |||||
| * | [dnbd3] Allow configuring alternative IP address for managed proxy | Simon Rettberg | 2017-12-11 | 1 | -1/+2 |
| | | |||||
| * | [dnbd3] Extend server details page (altservers, config) | Simon Rettberg | 2017-11-13 | 1 | -0/+6 |
| | | |||||
| * | [dnbd3] Improve server sorting, main-warning, errormsg, Taskmanager intergration | Simon Rettberg | 2017-10-26 | 1 | -2/+3 |
| | | |||||
| * | [dnbd3] Fix CIDR generation for proxies, add baseconfig hook for clients | Simon Rettberg | 2017-10-11 | 1 | -0/+46 |
