From: Banana Date: Wed, 1 Jan 2020 18:57:00 +0000 (+0100) Subject: 2020 ready X-Git-Tag: v0.3-beta~4 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=49322c787acc58417c9c96962930b41b589bc1d1;p=selfpaste.git 2020 ready --- diff --git a/TODO b/TODO index c090e8d..80befee 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,5 @@ * extending allowed filetypes * creation or even access with basic auth * abstract storage to support different storage solutions +* config file for client script +* proxy setting for client script diff --git a/client/selfpaste.default.sh b/client/selfpaste.default.sh index e35c7c7..b1c6988 100644 --- a/client/selfpaste.default.sh +++ b/client/selfpaste.default.sh @@ -6,7 +6,7 @@ # COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # along with this program. If not, see http://www.sun.com/cddl/cddl.html # -# 2019 https://www.bananas-playground.net/projekt/selfpaste +# 2020 https://www.bananas-playground.net/projekt/selfpaste command -v curl >/dev/null 2>&1 || { echo >&2 "I require curl (https://curl.haxx.se/) but it's not installed. Aborting."; exit 1; } command -v jq >/dev/null 2>&1 || { echo >&2 "I require jq (https://stedolan.github.io/jq/) but it's not installed. Aborting."; exit 1; } diff --git a/webroot/config.default.php b/webroot/config.default.php index 16a9508..0171410 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ # this is your installation secret. Could be anything. diff --git a/webroot/index.php b/webroot/index.php index 51ff9d7..ce48e0b 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ # global debug setting diff --git a/webroot/lib/mancubus.class.php b/webroot/lib/mancubus.class.php index 861a866..0eed321 100644 --- a/webroot/lib/mancubus.class.php +++ b/webroot/lib/mancubus.class.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ /** diff --git a/webroot/lib/summoner.class.php b/webroot/lib/summoner.class.php index 7ac3c46..cd34240 100644 --- a/webroot/lib/summoner.class.php +++ b/webroot/lib/summoner.class.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ /** diff --git a/webroot/view/created.inc.php b/webroot/view/created.inc.php index b2fad1d..46ce746 100644 --- a/webroot/view/created.inc.php +++ b/webroot/view/created.inc.php @@ -7,6 +7,6 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ echo json_encode($contentBody)."\n"; \ No newline at end of file diff --git a/webroot/view/view.inc.php b/webroot/view/view.inc.php index 3a85ae5..fcca9a5 100644 --- a/webroot/view/view.inc.php +++ b/webroot/view/view.inc.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ if (file_exists($contentBody)) { header('Expires: 0'); diff --git a/webroot/view/welcome.inc.php b/webroot/view/welcome.inc.php index f2d938f..b8dda95 100644 --- a/webroot/view/welcome.inc.php +++ b/webroot/view/welcome.inc.php @@ -7,7 +7,7 @@ * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 * along with this program. If not, see http://www.sun.com/cddl/cddl.html * - * 2019 https://www.bananas-playground.net/projekt/selfpaste + * 2020 https://www.bananas-playground.net/projekt/selfpaste */ ?>