Claude
8d61ba5c60
fix split url with burn on read + encrypted paste
...
ugly hack, fixes #518
2019-11-24 15:17:59 +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
70df71f49f
nicer burn on read description. fixes #436
2018-09-29 15:28:00 +02:00
Claude
6bf8243634
unlink url for burn on reading, handle it in js
2017-09-29 13:36:05 +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
Claude
94f04359e5
ran php_beautifier
2016-09-01 08:14:51 +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