Commit Graph

29 Commits (cc0be6cd909efe2f9ee25f1ef7a300e04657f9ae)

Author SHA1 Message Date
lufi42 ca0981645f Fixed shfmt error 3 years ago
lufi42 bc7e02b47a Fixed removal of TXT record when subdomain is case-sensitive and improved debug logging
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
3 years ago
lufi42 55a55e9f74 Fixed debug log to prevent globbing and word splitting. 3 years ago
lufi42 b41d40da40 Extended debug logging in dns_pleskxml_rm() 3 years ago
lufi42 ba3e088b23 Improved error handling
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.
3 years ago
lufi42 a6b58bc88d Corrected use of Plesk API calls to fetch all domain for all Plesk editions
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.
3 years ago
neil 19c4345162 fix shfmt 5 years ago
neilpang d795fac37a update repo name 5 years ago
stilez 51cfd996eb
rmv space 5 years ago
stilez 6d0e4bed4b
remove \n in output messages 5 years ago
stilez 05247dc4a4
fix 5 years ago
stilez 43011f3bfa
enhance 5 years ago
stilez 38854bd876
bugfix 5 years ago
stilez a9726bd52f
bugfix 5 years ago
stilez 4216c9e8f7
rmv spaces 5 years ago
stilez a8d670fc0d
Rest of sed -r 5 years ago
stilez cbacc779fc
Fix some sed -r, and clean up some variable references ("$1" -> "$varname") 5 years ago
stilez 896778cead
Grep fixes and minor improvements 5 years ago
stilez 04b0c62bf9
basic regex's to use \+
Maybe BRE aren't as basic as they sound. But I'm sure `man grep` didn't list the extra syntax of "preceded by backslash" :)  So let's use it
5 years ago
stilez 63a779baa8
remove unnecessary \ 5 years ago
stilez 2d1a776db7
Replace egrep -> basic regex grep
(( ... isn't it annoying that basic regex has * but not + ..... ))
5 years ago
stilez 343d7df57c
shellcheck directive 5 years ago
stilez a32b95544b
[[:space:]] -> " " 5 years ago
stilez 2422e0b481
grep -E and sed -E 5 years ago
stilez 3441bd0e7c
improve _err message and remove a dubious _debug message. 5 years ago
stilez 05ced9fbc4
edit a comment 5 years ago
stilez b7c3df455e
travis fix 5 years ago
stilez d7affad059
various small improves 5 years ago
stilez bc291141b1
fix filename 5 years ago