959 Commits

Author SHA1 Message Date
Claude
f99519d2a0 add lighttpd config-uri-protocol in troubleshooting guide. fixes #450 2018-09-30 16:47:05 +02:00
Claude
aadb48832f added rewrite-rules in doc for shorter urls. fixes #451 2018-09-30 16:42:51 +02:00
Claude
5e433758d5
Merge pull request #484 from xrobau/bugfix/spamadmin-undefined
Fix spamadmin undefined value
2018-09-29 17:14:20 +02:00
Claude
63bf35a691
Merge pull request #458 from b4d/master
Letsencrypt support
2018-09-29 16:00:44 +02:00
Claude
dd3e481ba1
Merge pull request #502 from timwhite/master
Fix docker bug when setting DB_PASSWORD
2018-09-29 15:58:54 +02:00
Claude
3f2d2fa988
Merge pull request #464 from Th3R3p0/master
Fixed private captcha issue
2018-09-29 15:58:26 +02:00
Claude
494580f3fe Update to CodeIgniter 3.1.9 2018-09-29 15:54:51 +02:00
Claude
72a692e610 leave log_path empty. fixes #5501 2018-09-29 15:43:55 +02:00
Claude
70df71f49f nicer burn on read description. fixes #436 2018-09-29 15:28:00 +02:00
Claude
3fdf283386 ability to set content expiration. fixes #457 2018-09-29 15:16:47 +02:00
Claude
83f52c2f38 use default expiration when expiration is not set via api. fixes #480 2018-09-28 16:58:23 +02:00
Claude
d5ffd57956 fix decryption in stikkedizr. fixes #499 2018-09-28 15:36:52 +02:00
Tim White
3091ea6e8c Fix docker bug when setting DB_PASSWORD 2018-09-26 21:22:39 +10:00
Claude
c24e053f0e
Merge pull request #495 from Razva/patch-1
Fix Geshi "Function create_function() is deprecated" for PHP7.2+
2018-08-03 17:48:38 +02:00
Razvan Rosca
2537c599d3
Fix Geshi for PHP7.2+
This will fix "Function create_function() is deprecated".
2018-07-24 21:15:35 +03:00
Claude
20077ab2a0
Merge pull request #483 from xrobau/feature/rewrite-docker
Rewrite docker setup
2018-03-23 10:32:07 +01:00
Rob Thomas
cf6b357967 Fix brain-typo. Sorry about that!
Somehow I managed to type STIKKIT instead of STIKKED all those times.
I honestly have no idea how I managed to get that into my head.
2018-03-16 21:17:03 +00:00
Rob Thomas
a94f015136 This is what happens when you commit without testing 2018-03-16 05:56:55 +00:00
Rob Thomas
71a42842f1 Fix spamadmin undefined value
Also changed != to !==, because 's' == 1. Yay PHP.
2018-03-16 05:45:46 +00:00
Rob Thomas
f3399c45df Better documentation in docker-compose
Also put the version back to 3, which was a typo.
2018-03-16 05:02:48 +00:00
Rob Thomas
0ef7cbf4c6 Remove debugging left in there 2018-03-16 04:44:31 +00:00
Rob Thomas
2f182ba55c Rewrite docker setup
This now allows ANY Stikked configuration variable to be overridden
by environment variables.
2018-03-16 04:37:08 +00:00
Th3R3p0
45379764bb Fixed private captcha issue https://github.com/claudehohl/Stikked/issues/454 2017-11-15 23:49:30 -05:00
Deni
dc7411cfa6
Letsencrypt support
Whitelisted .well-known folder to enable Letsencrypt SSL certificate issuing.
2017-11-06 08:20:33 +01:00
Claude
7128b94377 spaces 2017-11-02 10:14:27 +01:00
Claude
d214b69e38 Merge branch 'dev' 2017-10-04 20:23:55 +02:00
Claude
615119a496 only htmlspecialchars when post. fixes #452 2017-10-04 19:50:07 +02:00
Claude
6059120327 Merge branch 'master' into dev 2017-10-04 19:36:54 +02:00
Claude
b32c3e5a3e version 0.12.0 0.12.0 2017-09-29 17:51:23 +02:00
Claude
db44796ca2 Merge branch 'master' into dev 2017-09-29 17:45:43 +02:00
Claude
b11e13d062 update readme 2017-09-29 17:38:26 +02:00
Claude
21b4ff3b2e update authors 2017-09-29 17:30:13 +02:00
Claude
6228dff3fa fix codemirror error in other themes as well 2017-09-29 15:05:33 +02:00
Claude
e170c9b02c remove echo and strange chars 2017-09-29 14:47:17 +02:00
Claude
6ea5cbf403 Merge pull request #438 from Th3R3p0/master
fixed reflected xss
2017-09-29 14:45:15 +02:00
Claude
4a0f12ec5a fix #426 2017-09-29 14:28:55 +02:00
Claude
9013ec4b15 ability to disable the qr code. fixes #427 2017-09-29 14:17:36 +02:00
Claude
cf2b0e3731 implemented changes proposed in #422. 2017-09-29 13:46:35 +02:00
Claude
6bf8243634 unlink url for burn on reading, handle it in js 2017-09-29 13:36:05 +02:00
Claude
09fb700923 captcha js for bootstrap as well 2017-09-29 10:31:06 +02:00
Claude
0490766273 force encrypted pastes to use the captcha. fixes #425 2017-09-29 10:22:34 +02:00
Claude
9f3f7b326c exclude sqlite3 from db migrations as well. fixes #391 2017-09-29 09:37:25 +02:00
Claude
67351dbd81 update geshi to 1.0.9.0 2017-09-26 17:36:42 +02:00
Claude
ad7bc27982 docker instructions 2017-09-26 17:11:37 +02:00
Claude
66e05d5934 point to new location 2017-09-26 17:06:08 +02:00
Claude
9042f9d960 moove! 2017-09-26 17:03:14 +02:00
Claude
9b5fc8823b fail on my side 2017-09-26 16:57:11 +02:00
Claude
9c5ae14f4a use time instead of mktime. fixes #391 2017-09-26 14:33:44 +02:00
Claude
c102202745 make it 128 in the first place 2017-09-25 17:11:27 +02:00
Claude
6c194f612d a methods name changed 2017-09-25 17:09:51 +02:00