- 10 Jul, 2022 5 commits
-
-
lufi42 authored
-
lufi42 authored
Plesk SPI return domain names always lower-case. Therefore the search for domain names in the API response must be case-insensitve. Set debug logging to the values that are reallys used for the spi calls. added comment
-
lufi42 authored
-
lufi42 authored
-
lufi42 authored
Improved error handling when result contains data-structure which might contain another status-flag that is related to the status of the related object and not the api call Revert "Improved error handling" This reverts commit fa6df1cfab134d38baad19fc1caa0842f00416d5. Revert "Revert "Improved error handling"" This reverts commit 5a4b78392f063863ee9f56686f5c429e9376af1b.
-
- 21 Jun, 2022 1 commit
-
-
neilpang authored
-
- 07 Jun, 2022 1 commit
-
-
Guilherme Capilé authored
-
- 06 Jun, 2022 1 commit
-
-
Guilherme Capilé authored
fixed compatibility for UltraDNS API v3: https://docs.ultradns.neustar/Content/REST%20API/Content/REST%20API/Zone%20API/Zone%20API.htm; also a minor bugfix for fecthing the domain_id using egrep
-
- 05 Jun, 2022 1 commit
-
-
rm authored
-
- 04 Jun, 2022 1 commit
-
-
rm authored
-
- 01 Jun, 2022 2 commits
-
-
Reto Schüttel authored
fixes #3596
-
-
- 31 May, 2022 1 commit
-
-
Bob Belnap authored
When there are errors with namecheap hosts, acme.sh fails with: dns_namecheap.sh: line 262: _error: command not found Based on usage elsewhere in the file, I believe this should be _err
-
- 29 May, 2022 3 commits
-
- 22 May, 2022 1 commit
-
-
Lukas Brocke authored
The REST API now sends back response bodies for UPDATE and CREATE operations.
-
- 21 May, 2022 1 commit
-
-
Avi Miller authored
The change made in #4057 broke the decoding of OCI_CLI_KEY from the encoded OCI_CLI_KEY_FILE content so this removes the multiline parameter to fix it. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 18 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
-
- 16 May, 2022 1 commit
-
-
Sebastiaan Hoogeveen authored
The dns_nederhost DNS API relies on the exact HTTP status code to be returned (e.g. 204); however, the _get function always returns 200 for a succesful call when using wget instead of curl. This patch fixes this by using the _post function for all requests done by dns_nederhost.
-
- 12 May, 2022 3 commits
-
-
Paul Lettington authored
-
neil authored
-
Manuel Sanchez Pinar authored
The function '_get_root' tries to retrieve the hostedzone iterating the domains, eg: 1. srv.prod.example.com 2. prod.example.com 3. example.com This doesn't work if '_acme-challenge' is in it's own hostedzone for security reasons. Starting that iteration with '_acme-challenge.srv.prod.example.com' fixes this issue.
-
- 10 May, 2022 1 commit
-
-
denkristoffer authored
-
- 02 May, 2022 1 commit
-
-
nicolaspn authored
-
- 28 Apr, 2022 1 commit
-
-
Lorenz Stechauner authored
Signed-off-by:
Lorenz Stechauner <lorenz.stechauner@necronda.net>
-
- 25 Apr, 2022 1 commit
-
-
Jakob Aarup Skov authored
-
- 16 Apr, 2022 1 commit
-
-
DerVerruckteFuchs authored
-
- 15 Apr, 2022 1 commit
-
-
Marcin Konicki authored
MyDevil updated their tool to require y|n confirmation when deleting record.
-
- 13 Apr, 2022 1 commit
-
-
Christopher Cope authored
-
- 12 Apr, 2022 1 commit
-
-
neil authored
-
- 10 Apr, 2022 1 commit
-
-
Bruce Lam authored
-
- 07 Apr, 2022 1 commit
-
-
hyper_ch authored
-
- 06 Apr, 2022 1 commit
-
-
Kevin Brown authored
-
- 25 Mar, 2022 1 commit
-
-
neil authored
-
- 23 Mar, 2022 1 commit
-
-
Timur Umarov authored
-
- 15 Mar, 2022 1 commit
-
-
waldner authored
-
- 10 Mar, 2022 1 commit
-
-
Nikolaj Brinch Jørgensen authored
-
- 09 Mar, 2022 2 commits
-
-
Gabriel Thörnblad authored
-
lufi42 authored
This implementation of the Plesk API will add support for Plesk web admin edition and will now discover all domains ( of customers & administrative users) managed by the specific plesk instance. The previous implementation of the Plesk API uses the customer API. This brings two problems: 1. The current API call only fetches the domains of resellers/customers and not the domains that are managed by administrative users. compare: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-customer-accounts/retrieving-the-list-of-customer%E2%80%99s-domains.75309/ https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-plesk-server/getting-server-information/response-packet-structure-and-samples/list-of-domains.75294/ 2. The customer API is only available in the web pro/host editions. The most common license on VPS/Dedicated Servers is nowadays the web admin edition. See: https://www.plesk.com/editions/ The correct way to get all domains in all Plesk editions is to use the Sites (Domains) API: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-sites-domains/getting-information-about-sites.66583/ This way is working for all plesk editions the same way.
-