Sunset mirror dns-root.de
mirrors - remove inactive ones from the list. (new ones won't be added as people can use the custom option for this)
(cherry picked from commit cf5180306bf64347feb28d52ecc855b775e26592)
mirrors - remove inactive ones from the list. (new ones won't be added as people can use the custom option for this)
mirrors - remove inactive ones from the list. (new ones won't be added as people can use the custom option for this)
mirrors - remove inactive ones from the list. (new ones won't be added as people can use the custom option for this)
(cherry picked from commit dbb5ffa7e9080f7c84dc3269917d9b7952e0c13d)
mirrors - remove inactive ones from the list. (new ones won't be added as people can use the custom option for this)
Update opnsense.xml
Updated LeaseWeb and NYC BUG mirrors to use HTTPS
(cherry picked from commit 993585c56402b20c22f3949794a2b590f77d1d6a)
firmware: c0urier.net mirror moved a while ago
(cherry picked from commit a93d72629abfcdd5b724def6eaa1e755a8e2c21d)
firmware: c0urier.net mirror moved a while ago
firmware: remove defunct mirror
Was shut down a while ago due to lack of resources
(cherry picked from commit 97d5675125f7eefdc27635f6294573a2ec40dbbd)
firmware: remove defunct mirror
Was shut down a while ago due to lack of resources
Update opnsense.xml
Updated LeaseWeb and NYC BUG mirrors to use HTTPS
OPNSense/core 43b7b69 — src/opnsense/mvc/app/controllers/OPNsense/Core/Api FirmwareController.php, src/opnsense/mvc/app/controllers/OPNsense/Core/Api/repositories opnsense.xml
firmware: move settings handling to full-fledged model #4881
Move to a more standard way of doing UI->API communication and remove
the stale flavour types from the configuration. This also splits the
subscription from the mirror making the UI less difficult in the long
run.
There is no intention to change any functionality, but the API endpoints
were renamed to fit the mutable standard.
(cherry picked from commit 9187fe78bf0f0e2b97ae7c3c83dbf6c20c78ce76)
(cherry picked from commit e18d3374191a631ffad4b4d1ab781b01c8fbb7fa)
(cherry picked from commit 13b70a69c7d09c221afd1ccce53d33b65f44765c)
(cherry picked from commit 4c65524322ce246cf3c0e182e6068f033323bd35)
(cherry picked from commit e79a8a1af02fee9327796d07c49019163deb6b37)
(cherry picked from commit fc8fb4e289ec140d7368a573d572a892c8e3be05)
(cherry picked from commit ac0f58f2912c614aa6a43b9ea37d2038ac0a88fd)
(cherry picked from commit 84f0bcdbdb182c104c07b1170daf8a4927655253)
(cherry picked from commit 477f6e85a6244cbe4bf84fa5a25a220e48f10647)
OPNSense/core 4c65524 — src/opnsense/mvc/app/controllers/OPNsense/Core/Api FirmwareController.php, src/opnsense/mvc/app/controllers/OPNsense/Core/Api/repositories opnsense.xml
firmware: use model for more generic set and validation #4881
We do have to jump through a few hoops to make this work. First and
foremost during validation the model should have a "cleansed" view
of its data which means we add the subscription as a separate field
and append it to the mirror after validation.
It might be good to straighten this out later, also in the get path
so that we can hide all required translation in the controller until
we can move this to a standard GUI component and straighten out the
mirror read on the other end when subscriptions are required (but
currently no appended).