]> 91.132.146.200 Git - selfpaste.git/commitdiff
2020 ready
authorBanana <banana@mirage>
Wed, 1 Jan 2020 18:57:00 +0000 (19:57 +0100)
committerBanana <banana@mirage>
Wed, 1 Jan 2020 18:57:00 +0000 (19:57 +0100)
TODO
client/selfpaste.default.sh
webroot/config.default.php
webroot/index.php
webroot/lib/mancubus.class.php
webroot/lib/summoner.class.php
webroot/view/created.inc.php
webroot/view/view.inc.php
webroot/view/welcome.inc.php

diff --git a/TODO b/TODO
index c090e8dad71a0992754a24b0c9d6b28819415297..80befee935475b01c1ca7789226d1bee137f1ebc 100644 (file)
--- 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
index e35c7c76bd98af9e12bf202c4e643f22b7517100..b1c6988d0804f93ace8e9705b2240246ee1f3e55 100644 (file)
@@ -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; }
index 16a9508b49a235d4f3a011d46864cc14f7147654..017141025410cf21068285834f803d9524e82114 100644 (file)
@@ -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.
index 51ff9d796c3f2cf61bbd08e86de16f16f1c4c4a2..ce48e0b1ade1094726e896c1cf96e570741be211 100644 (file)
@@ -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
index 861a866c7ee0335f3e25d583836a00851aa25c60..0eed321a0da506b92136fb5a15911f3f65b628ee 100644 (file)
@@ -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
  */
 
 /**
index 7ac3c460ebf5495a2b26f1ce41fe476455dd727f..cd3424022a7e7d27dab16ba3a93f6861ce53ab5c 100644 (file)
@@ -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
  */
 
 /**
index b2fad1d083740ae18f7df9dfccb4457e433eba38..46ce74691c982d5873bee15fad191d803e074a41 100644 (file)
@@ -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
index 3a85ae50ce8bb174c43bb0d91bfd0293db2df608..fcca9a5c1c083d2036825afb950e545dd0800dde 100644 (file)
@@ -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');
index f2d938f0559fe4fd32bd4fbc67dc91403dd8b517..b8dda95c818afa90c0f9df349a0d5e1142c8f504 100644 (file)
@@ -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
  */
 ?>
 <!DOCTYPE HTML>