100 Commits

Author SHA1 Message Date
Nilpferd
85f42f2f92 Shorturl are now shown for 'burn' pastes after creation 2017-05-21 10:33:31 +02:00
Claude
3ddf79a5a6 manual copy from https://github.com/claudehohl/Stikked/pull/370 - thanks mrc0mmand! 2016-09-01 09:13:14 +02:00
Claude
70e43b0fe8 boys, boys, boys. test your shit! 2016-09-01 08:30:56 +02:00
Claude
94f04359e5 ran php_beautifier 2016-09-01 08:14:51 +02:00
Claude
e235c51ee2 ran php_beautifier 2016-09-01 08:13:41 +02:00
Christian
fc719bca81 * Added the ability to configure the favorite languages 2016-07-03 18:06:19 +02:00
John Walker
3a4d15f58b YOURLS support. Issue #358 2016-06-04 13:54:43 -07:00
Team BlueRidge
054180f69a Properly fix 'trending' and 'recent' API bugs
Prior fixes either didn't fix these API points or broke the normal
lists. This fix adds check to make sure we're in the right place and
then does a specifc sql query for the API. We should be good now.
2015-10-01 11:28:05 -04:00
Claude
26dbfe0789 Merge branch 'dev' 2015-09-29 10:35:24 +02:00
tivyhosting
584f79408f changed variable names
Changed them to more specified variables, as to not conflict with other possible code.
2015-09-23 18:57:31 -07:00
tivyhosting
2e64ba0dd7 #303 Fix
Fix to issue #303, by using variables for !empty if statement
2015-09-22 17:29:29 -07:00
David Ibarra
cf6b71cd4d Fix issue with RAM consumption during expiry maintenance
Currently, we SELECT * from the pastes table, when all we need is the pid and the expiry.
This causes elevated RAM consumption by Stikked since it has to pull in paste bodies as well.
Make the cron only pull in pid and expiry.
2015-09-16 18:51:26 -05:00
Claude
f690927e84 codeformatter, time, default-val 2015-09-01 22:56:43 +02:00
Claude
cfabdfbeec ucfirst classes 2015-09-01 17:05:34 +02:00
xZero
768ba95606 Fixed issue #295 2015-08-19 21:38:20 +02:00
xZero
7352969758 Added support for Googl and Bitly shortening. Small changes on system. 2015-08-19 19:00:06 +02:00
Jason Y. Lee
998904e589 Use the defined $TABLE variable 2015-08-13 09:42:12 -07:00
Franklyn Tackitt
40a22a4686 Fix #235, db_prefix causes Recent and Trending to break 2015-08-10 10:56:37 -07:00
PJanisio
d55e065896 Burn on pastes delete and stikkedizr theme fix
Cron used to delete all pastes with toexpire set to 1. Burn on read
pastes had this param set by default to 1 also, so they get removed even
if unreaded.

Stikkedizr theme updated for dynamic width for different devices.
2015-05-26 21:02:06 +02:00
Claude
64a5a097d1 search optimisation 2015-01-27 13:49:40 +01: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
filereal
8d7ff6ce46 Fixing Trending & Recent API bug
Fixed Trending & Recent API bug

Fixing Trending & Recent API bug

Fixed Trending & Recent API bug
2015-01-06 22:00:26 -05:00
PJanisio
09851c5709 Hardcoded paths fix
using APPPATH instead of regular dir name.
2014-11-16 20:01:08 +01:00
Frantisek Sumsal
b6d705c147 Added LIMIT-OFFSET clause for compatibility with PostgreSQL
http://www.postgresql.org/docs/current/static/sql-select.html#SQL-LIMIT
2014-10-01 12:27:33 +02:00
Florian Bruhin
3f6f708dbb Move 'Plain Text' to top in language list. 2014-09-30 15:31:29 +02:00
Claude
b4291a1940 Burn on reading.
fixes #180
2014-09-30 14:05:37 +02:00
Claude
dcda194809 Broken rss feed
fixes #196
2014-09-30 11:08:56 +02:00
Claude
bf4ef942f7 pagination 2014-09-30 10:29:16 +02:00
Claude
e3d4810cf5 delete from trending
fixes #176
2014-09-29 17:08:12 +02:00
Claude
d5e10cd784 count total rows.... kinda sux 2014-09-07 23:36:15 +02:00
Claude
cf215f328c ability to search 2014-09-07 23:23:20 +02:00
Claude
02d3590322 fixed removed spaces when viewing differences (#142) 2014-09-03 15:51:10 +02:00
Claude
4ef0194d40 Fix utf8 with 4-byte unicode characters
Yes, very annoying. WTF unicode??! Thought this charset supports *every
fuckin character out there*?

 #fail

fixes #152
2014-09-03 15:29:20 +02:00
Claude
44872d9f45 Thanks to BalzySte for the hint! 2014-09-03 12:43:38 +02:00
Claude
63b8233d0c display qr code in-place, doesn't require writeable dir and saves space 2014-01-30 16:14:58 +01:00
jonrandoem
3ab3ff723b Added QR codes in pastes 2013-12-12 16:53:49 +01:00
Claude
27106f39c4 random improvement 2013-11-10 12:31:08 +01:00
Claude
c69548107c YOURLS support. issue #6 2013-11-08 15:14:27 +01:00
Claude
79e3d7193a hits counter was broken 2013-11-08 11:02:42 +01:00
Claude
f3730cacda https://github.com/claudehohl/Stikked/pull/94 works. 2013-11-07 14:59:54 +01:00
Eric Renfro
0f1e9b6bd1 Adjusted pastes for trending updates to be more database agnostic 2013-08-10 18:09:34 -04:00
Claude
e59a21c459 lang field in replies 2013-04-26 16:21:00 +02:00
Claude
e30e26a159 hach unicode... 2013-04-13 16:19:00 +02:00
Claude
041b6d471f replace tabs with spaces 2013-04-13 15:30:15 +02:00
Claude
b92c64767f htmlspecialchars hassle 2013-04-13 12:27:54 +02:00
Claude
d65e23ccf3 no lis 2013-03-28 11:34:06 +01:00
Claude
ff1027a8d8 word granularity 2013-03-28 11:17:41 +01:00
Claude
415e51eb5a diff formatting 2013-03-28 11:07:04 +01:00
Claude
bd1370d6e1 diff view 2013-03-28 10:29:30 +01:00