568 Commits

Author SHA1 Message Date
Claude
0d3efb00f9 give it more space 2019-11-24 16:49:17 +01:00
Claude
fe75336691 Fix a critical bug that allows pasting despite captcha 2019-11-24 16:14:27 +01:00
Claude
8d61ba5c60 fix split url with burn on read + encrypted paste
ugly hack, fixes #518
2019-11-24 15:17:59 +01:00
Claude
4745921930 encode html chars (for spamadmin) 2019-11-24 13:21:11 +01:00
Claude
07879fcf12 formatting
closes #532
2019-11-24 12:45:52 +01:00
Claude
59573236d6 force private on previously encrypted pastes 2019-11-24 12:15:27 +01:00
Claude
26cd691cea apply new code formatter
phpfmt using PSR-2 coding style
2019-11-24 11:58:37 +01:00
Claude
c687068fd4 remove unused variable 2019-11-24 11:40:34 +01:00
Claude
e579784507 Merge branch 'master' into dev 2019-04-08 15:12:25 +02:00
Claude
a5c44e536c apply blocked_words to title as well 2019-04-08 15:11:58 +02:00
larry_the_cow
e8e0fd123c Commit 6da09613 deleted htdocs/application/hooks/pick_language.php to fix #264,
but it did not remove the hook from htdocs/application/config/hooks.php.

This commit reverts htdocs/application/config/hooks.php back to f97a5331 and
disables $config['enable_hooks'] in htdocs/application/config/config.php.
It was introduced in b69c6650.
2018-11-21 23:54:26 +00:00
Claude
442d206186 version 0.13.0 2018-10-02 11:40:39 +02:00
Claude
52b4026318 lets keep a fixed language. makes live easier. 2018-10-01 14:49:46 +02:00
Claude
adfc08b573 doc 2018-10-01 14:42:46 +02:00
Claude
6da0961358 kill this hitler-hook. fixes #264 2018-09-30 17:37:36 +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
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
Razvan Rosca
2537c599d3
Fix Geshi for PHP7.2+
This will fix "Function create_function() is deprecated".
2018-07-24 21:15:35 +03: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
Th3R3p0
45379764bb Fixed private captcha issue https://github.com/claudehohl/Stikked/issues/454 2017-11-15 23:49:30 -05:00
Claude
615119a496 only htmlspecialchars when post. fixes #452 2017-10-04 19:50:07 +02:00
Claude
b32c3e5a3e version 0.12.0 2017-09-29 17:51:23 +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
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
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
Claude
6302bfbc4b 3.1.3 customizations
https://www.codeigniter.com/user_guide/installation/upgrade_313.html
2017-09-25 16:59:53 +02:00
Claude
e13772038b prepare db for 3.1.2
https://www.codeigniter.com/user_guide/installation/upgrade_312.html
2017-09-25 16:56:54 +02:00
Claude
bc4c8379df space 2017-09-25 16:27:32 +02:00
Simon Sickle
d6ca6ec4ee Protect the langs api call with the apiKey 2017-09-14 10:22:20 -05:00
Pascal Briehl
4f359384a2 Merge branch 'master' of github.com:ColdSphinX/Stikked 2017-05-30 10:12:39 +02:00
Pascal Briehl
d7be2b8855 add missing example 2017-05-30 10:11:35 +02:00
ColdSphinX
aa0ed6aae0 fix spaces 2017-05-29 18:39:21 +02:00
Pascal Briehl
85833dbfc9 add support for polr url shortener (https://github.com/cydrobolt/polr, https://docs.polrproject.org/en/latest/developer-guide/api/) 2017-05-29 18:34:53 +02:00
Nilpferd
7ce90a574b spaces to tabs 2017-05-21 10:36:43 +02:00
Nilpferd
85f42f2f92 Shorturl are now shown for 'burn' pastes after creation 2017-05-21 10:33:31 +02:00
Th3R3p0
e92895c7ca fixed a regex issue causing a WARNING which was breaking ldap 2017-03-21 20:45:20 -04:00
Th3R3p0
e5afab8429 fixed security bug when ldap is enabled, the api was still accessible without auth 2017-03-21 20:14:07 -04:00