774 Commits

Author SHA1 Message Date
Frantisek Sumsal
a87bdb9d8c Use correct dbdriver for PostgreSQL 2016-07-04 15:57:12 +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
Christian
fc719bca81 * Added the ability to configure the favorite languages 2016-07-03 18:06:19 +02:00
sthsieh
23e9ad0fd5 update traditional chinese translate 2016-07-01 13:28:46 +08:00
Christian
215571976d BBCode support 2016-06-11 20:01:40 +02:00
John Walker
3a4d15f58b YOURLS support. Issue #358 2016-06-04 13:54:43 -07:00
Zacharias Sdregas
bfaf3856c3 Update date_lang.php
Minor update
2016-04-15 09:10:58 +03:00
Zacharias Sdregas
01c1a8be0f Greek language added 2016-04-05 11:28:44 +03:00
Ridho Muhammad
69c3781da4 Updated Indonesia translation
Updated Indonesia translation and language configuration files
2016-03-16 23:57:19 +07:00
Ridho Muhammad
3b39097e1e Updated Indonesia translation
Updated Indonesia translation and language configuration files
2016-03-16 23:47:34 +07:00
Ridho Muhammad
cc1d9be1d2 Indonesia Translate 2016-03-16 23:43:50 +07:00
Ridho Muhammad
ac32f95da1 Added files via upload
Update geshi.php with php7 fix
2016-03-16 22:03:16 +07:00
Florian Bruhin
cf2c15181a API help: Explain how to create a paste via a pipe. 2016-01-07 22:47:02 +01:00
IEM Network Operation Center (JMZ)
c0d3599d72 fixed footer fot stikkedizr theme
'stikkedizr/footer' -> 'defaults/footer'
2016-01-05 11:06:18 +01:00
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
e09fbe7fbb display expire notice in bootstrap themes 2015-09-30 14:14:07 +02: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
8e61afc646 -upgrade 2015-09-29 11:14:23 +02:00
Claude
853ef0f1a4 only show diff when its a reply. fixes #301 2015-09-29 11:07:17 +02:00
Claude
e529be3ddb word-wrap: break-word, fixes #302 2015-09-29 10:50:28 +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
438dcb2378 no cm 2015-09-03 16:43:23 +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
41e63fbd80 stikkedizr encrypted pastes, fixes #226 2015-09-02 15:13:58 +02:00
Claude
0c7b48ada3 boy, i do the versioning! 2015-09-02 14:41:15 +02:00
Claude
18bab3cc14 monospaced code field, fixes #237 2015-09-02 13:35:23 +02:00
Claude
6895cff3db qrcode fix 2015-09-02 13:29:58 +02:00
Claude
ab3afec3f4 sqlite3 support, yiiiha! 2015-09-02 13:15:12 +02:00
Claude
2f3c3a6b87 i386 theme - just copied, not optimized yet 2015-09-02 12:38:10 +02:00
Claude
a9c5fee0c6 db must be first initialized before any sessions start 2015-09-02 12:21:57 +02:00
Claude
1fdaf1251c ci 3 stuff 2015-09-02 10:35:35 +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