]> 91.132.146.200 Git - selfpaste.git/commitdiff
final touches to version 1.0 beryllium 2/head
authorBanana <mail@bananas-playground.net>
Sun, 26 Apr 2020 21:00:08 +0000 (23:00 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 26 Apr 2020 21:00:08 +0000 (23:00 +0200)
CHANGELOG
VERSION
documentation/clients.txt
webroot/config.default.php

index 4a0701c79a4b375f18b505463a74efe2d6071601..989d0e4c1167217df6ab26974ae3276e306cc7a5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,9 @@
-tbd version 1.0 Beryllium
+20200426 version 1.0 Beryllium
 * final 1.0 working version
 * added perl as default allowed file
 * added shellscript to the default allowed files
 * added html and js to the default allowed files
+* added C source files to the default allowed files
 * added an example cronjob file which can be used
   to clean old pastes. See clean-cronjob.txt for more
   details
diff --git a/VERSION b/VERSION
index 12ce1bd9160e2e67ee1c12c75d1b0a4564fb7b7f..19df639fa3b5625710734b7e3004b8553efd062f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4-beta Beryllium
+1.0 Beryllium
index 55e2dd14c81d585e030760ab7adde15b4b4a9e0e..90b01ccd3f79583805c8ebee7bef0ee1f7a52262 100644 (file)
@@ -2,7 +2,7 @@ A bash client 'selfpaste.sh' is available for use in the client folder.
 To create this file just copy selfpaste.default.sh to selfpaste.sh and
 make sure you change ENDPOINT and SELFPASTE_UPLOAD_SECRET.
 
-A c client is available to be build with makefile. Build and see included
+A C client is available to be build with makefile. Build and see included
 help for more information.
 
 Requirements to create a new client are:
@@ -15,4 +15,4 @@ Requirements to create a new client are:
     - Can parse json at success
     -- message: Contains the URL or detailed information
     -- status: integer based in HTML status code.
-    - A normal HTTP 200 without json is not a success
\ No newline at end of file
+    - A normal HTTP 200 without json is not a success
index dfa0af5e019021822472e2b6aba1182017b635c6..81aa6ab5fb7c2450c2c0df85dfa4cd453ee3c768 100644 (file)
@@ -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');
+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');
 # 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