- 16 Jun, 2021 2 commits
-
-
-
Peter Dave Hello authored
With apk `--no-cache` parameter, there is no need to run `apk update` and manually clean up the cache, apk will update automatically without leaving local cache files to be cleaned up.
-
- 14 Jun, 2021 3 commits
- 13 Jun, 2021 6 commits
- 09 Jun, 2021 1 commit
-
-
neil authored
fix _get_root() so that it successfully gets the root domain
-
- 06 Jun, 2021 5 commits
-
-
neil authored
-
neil authored
fix dns_1984hosting_add() so checks for HTML responses actually find HTML responses
-
DerVerruckteFuchs authored
-
Christophe B Billheimer authored
-
Christophe B Billheimer authored
-
- 02 Jun, 2021 4 commits
-
-
neil authored
Fix typo (#3521)
-
neil authored
-
Stéphane Parunakian authored
-
neil authored
sync
-
- 01 Jun, 2021 6 commits
- 31 May, 2021 1 commit
-
-
Christophe B Billheimer authored
change "$url" -> $url so the value of $url gets passed by reference, and the string "$url" does not erroneously get passed as a variable into _post()
-
- 30 May, 2021 1 commit
-
-
Roman Zabaluev authored
See gh-3450
-
- 29 May, 2021 1 commit
-
-
neil authored
-
- 27 May, 2021 1 commit
-
-
neil authored
Synology DSM - Make certificate descriptions sed safe
-
- 26 May, 2021 2 commits
-
-
Brian Hartvigsen authored
shellcheck sees '\\' as trying to escape the trailing quote (see koalaman/shellcheck#1548 ).
-
Brian Hartvigsen authored
This escapes special characters used in POSIX sed to prevent mismatches. e.g. `SYNO_Certficiate=*.example.com` would not match a description of "*.example.com" and would look to match any number of double quotes (the last character in the sed regex prior to certificate description), followed by any single character, followed by "example", followed by any character, followed by "com". After this change, it will properly match `*.example.com` and not `""zexamplefcom`. Additionally we now store the certificate description as base64 encoded to prevent issues with single quotes. Tested on DSM 7.0-41222 (VDSM) and DSM 6.2.4-25556 (DS1515+).
-
- 25 May, 2021 1 commit
-
-
neilpang authored
-
- 23 May, 2021 3 commits
- 22 May, 2021 2 commits
- 20 May, 2021 1 commit
-
-
neil authored
Better fix for Synology DSM setting wrong default
-