Claude
232752683f
Merge pull request #310 from teamblueridge/fix-api3
...
Properly fix 'trending' and 'recent' API bugs
2015-11-20 14:32:23 +01:00
Patrício dos Santos
518dc66a2a
Improve portuguese translation
2015-11-20 13:43:56 +01:00
Patrício dos Santos
6e82a029d3
fix 404 error when selecting page in paste replies #317
2015-11-20 13:21:59 +01:00
Liudas Ališauskas
0aa1269fb6
Updated Lithuanian translation and language configuration files
2015-11-18 22:25:36 +02: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
369104c787
fixes #279
2015-09-30 12:39:55 +02:00
Claude
1221a712f3
create new object
2015-09-30 12:24:52 +02:00
Claude
2e7be5e1cb
fix the language mess
2015-09-29 12:51:36 +02:00
Claude
1ef3c0b911
pagination lang. fixes #304
2015-09-29 12:21:04 +02: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
6026180fa9
its so epic
2015-09-03 16:57:10 +02:00
Claude
c103d8ef52
animation
2015-09-03 16:33:00 +02:00
Claude
44b9cf1e81
Merge branch 'master' into dev
2015-09-03 16:10:10 +02:00
Claude
18ef419bd8
fonts
2015-09-03 16:09:47 +02:00
Claude
f065f7e3a1
config entries for expiring pastes. fixes #214
2015-09-03 13:36:02 +02:00
Claude
da3b080dfa
paste expire msg
2015-09-03 13:22:39 +02:00
Claude
0c7b48ada3
boy, i do the versioning!
2015-09-02 14:41:15 +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
ef682a2c8b
CI 3.x my_loader
2015-09-02 10:26:51 +02:00
Claude
8ffabdb05e
-core/Config.php
2015-09-02 10:20:06 +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
74737ab3d6
ren
2015-09-02 10:08:40 +02:00
Claude
597e2a4732
new routing
2015-09-02 10:07:32 +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
f690927e84
codeformatter, time, default-val
2015-09-01 22:56:43 +02:00
Claude
0b040a42d9
captcha check
2015-09-01 22:50:52 +02:00
Claude
570f50bd21
ffuuuu
2015-09-01 22:38:38 +02:00
Claude
245090981d
ffuuu
2015-09-01 22:34:07 +02:00
Claude
b2f07844bd
sigh
2015-09-01 22:21:09 +02:00
Claude
66042e069d
-core/Input.php
2015-09-01 21:55:24 +02:00
Claude
1d2c39bc67
qb
2015-09-01 21:47:44 +02:00
Claude
09959e9fec
session handling
2015-09-01 21:44:35 +02:00
Claude
f6d5e52588
mimes
2015-09-01 17:10:28 +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
eb8a74c417
Chnaged to comply with new URL shortening system.
2015-08-19 19:05:36 +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
Liudas Alisauskas
e708e168ec
Added Lithuanian translations
2015-07-21 14:17:39 +03:00
Aleksandar Puharic
aa74dc2718
Fixed reCaptcha not loaded
...
Fixed reCaptcha bug which was causing reCaptcha to not be loaded if site is loaded over SSL.
2015-06-12 22:59:17 +02: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