204 Commits

Author SHA1 Message Date
Claude
a5c44e536c apply blocked_words to title as well 2019-04-08 15:11:58 +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
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
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
cf2b0e3731 implemented changes proposed in #422. 2017-09-29 13:46:35 +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
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
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
Simon Sickle
d6ca6ec4ee Protect the langs api call with the apiKey 2017-09-14 10:22:20 -05: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
Claude
e86cc62b2b show a small preview of the paste content 2016-09-04 20:53:03 +02:00
Claude
0a088ea08e spamadmin for bootstrap 2016-09-04 16:43:13 +02:00
Claude
6d00897ed1 make login work for php-fastcgi 2016-09-04 14:09:12 +02:00
Claude
5e85f4c960 delete selected pastes. fixes 2016-09-04 13:40:50 +02:00
Claude
f03278fb7b soft_api allows to bypass blockwords 2016-09-03 11:34:55 +02:00
Claude
2c17ac8e24 soft api 2016-09-03 11:23:14 +02:00
Claude
7279b32453 all prepared for diligent-work 2016-09-02 19:23:28 +02:00
Claude
a993ee2a3c ace modes 2016-09-02 19:10:12 +02:00
Claude
06554e44a8 throw 404 on notfound 2016-09-02 18:59:34 +02:00
Claude
4049cd4447 works indeed. 2016-09-01 21:39:41 +02:00
Claude
6611a550bc set the base_url via controller and re-overwrite base_url. whew! 2016-09-01 15:22:36 +02:00
Claude
09aa798828 only display qr when paste exists. fixes #343 2016-09-01 14:12:05 +02:00
Claude
87004f63eb session-library has been updated. fixes #371
https://www.codeigniter.com/user_guide/installation/upgrade_300.html
2016-09-01 13:36:36 +02:00
Frantisek Sumsal
00c3cff844 Use TEXT instead of LONGTEXT for PostgreSQL
PostgreSQL doesn't have LONGTEXT type
https://www.postgresql.org/docs/current/static/datatype-character.html
2016-07-04 15:57:20 +02:00
Frantisek Sumsal
e3b15762d1 Use TEXT instead of BLOB for PostgreSQL
PostgreSQL doesn't have BLOB type and the most similar
equivalent BYTEA would require several changes in Stikked's
code. Thankfully, TEXT is a suitable alternative in this case.
2016-07-04 14:55:36 +02:00
Claude
1221a712f3 create new object 2015-09-30 12:24:52 +02:00
Claude
c103d8ef52 animation 2015-09-03 16:33:00 +02:00
Claude
18ef419bd8 fonts 2015-09-03 16:09:47 +02:00
Claude
ab3afec3f4 sqlite3 support, yiiiha! 2015-09-02 13:15:12 +02:00
Claude
a9c5fee0c6 db must be first initialized before any sessions start 2015-09-02 12:21:57 +02:00
Claude
7540f11074 allow displaying of the api page 2015-09-02 10:18:15 +02:00
Claude
8ff8b48625 fix file path 2015-09-02 10:14:30 +02:00
Claude
a11b6f76d1 code formatter 2015-09-02 10:00:43 +02:00
Claude
57b2efcfdc -profiler 2015-09-01 22:58:51 +02:00
Claude
0b040a42d9 captcha check 2015-09-01 22:50:52 +02:00
Claude
b2f07844bd sigh 2015-09-01 22:21:09 +02:00
Claude
09959e9fec session handling 2015-09-01 21:44:35 +02:00
Claude
cfabdfbeec ucfirst classes 2015-09-01 17:05:34 +02:00
Claude
9ea9327a1d don't use google captcha on encrypted pastes 2015-01-27 13:41:09 +01:00
Claude
6b1b787023 apply codeformatter 2015-01-27 13:24:13 +01:00
Claude
ce412d56a4 Merge pull request #246 from teamblueridge/fix-api2
Fixing Trending & Recent API bug
2015-01-27 13:23:03 +01:00