From 62a99d28447e5c86f337e6ee2119e47638cfac4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Ke=C3=9Fler?= Date: Tue, 1 Dec 2020 10:21:51 +0100 Subject: [PATCH] init of nigtrogen --- CHANGELOG | 6 +++++- VERSION | 2 +- client/webclient/config.default.php | 2 +- webroot/config.default.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6aad23c..5053bfe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ -202008xx version 1.2 Carbon +20200814 version 1.3 Nitrogen +* Added new default allowed file types +* Cleanups + +20200814 version 1.2 Carbon * Cleanup version only. No new fetures 20200530 version 1.1 Boron diff --git a/VERSION b/VERSION index 4ed135d..56e3251 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2 Carbon +1.3 Nitrogen diff --git a/client/webclient/config.default.php b/client/webclient/config.default.php index 856bb47..b624570 100644 --- a/client/webclient/config.default.php +++ b/client/webclient/config.default.php @@ -18,7 +18,7 @@ define('FRONTEND_USERNAME','some'); /* please provide a unique password for this installation */ define('FRONTEND_PASSWORD', 'admin'); -/* please provide a unique secret for this installation and add this to the allowed ones*/ +/* please provide a unique secret for this installation and add this to the allowed of your selfpase installation ones*/ define('THE_SECRET','your super duper secret'); /* the selfpaste installation endpoint url. Absolute or relative */ define('THE_ENDPOINT','http://www.some.tld/path/to/selfpaste/index.php'); diff --git a/webroot/config.default.php b/webroot/config.default.php index 81aa6ab..f340899 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -26,7 +26,7 @@ define('LOG_CREATION',true); define('SELFPASTE_UPLOAD_DIR','pasties'); # those are the allowed file types. # Make sure you read the README and documentation! -define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl,text/x-shellscript,text/html,text/javascript,text/c-x'); +define('SELFPASTE_ALLOWED_FILETYPES','text/plain,text/comma-separated-values,text/css,text/xml,text/x-php,text/x-perl,text/x-shellscript,text/html,text/javascript,text/c-x,text/x-makefile'); # this is your domain and path on which selfpaste is accessible # needed to respond with the correct link for your paste # please NO / at the end -- 2.39.5