czaks
0062125f5c
...
2015-03-10 13:09:53 +01:00
czaks
fe7e9c5103
...
2015-03-10 13:03:47 +01:00
czaks
429c9f890f
...
2015-03-10 13:02:38 +01:00
czaks
f4bba2e9ed
...
2015-03-10 12:57:06 +01:00
czaks
bdb6001f3f
support for slugified links; may introduce a few bugs
2015-03-10 12:48:59 +01:00
czaks
bffe03e651
rearrange config processing a bit
2015-02-27 21:16:03 +01:00
czaks
a93f168c79
Merge branch 'master' of github.com:vichan-devel/Tinyboard
2015-02-26 21:44:52 +01:00
czaks
0ab8890b67
tools/rebuild: show currently rebuilded themes
2015-02-26 21:44:39 +01:00
yeltsew7
aa0d606651
Add in E Z board locking
2015-02-15 21:23:26 -05:00
czaks
daad519b85
config[php_md5] feature
2014-10-24 13:24:33 +02:00
czaks
24548e377c
update locales
2014-10-18 13:54:27 +02:00
clsr
49079e57fb
Fix expanded tabs
2014-10-18 13:43:25 +02:00
clsr
d266908ca9
Fix API: Swap image width/height, make replies an integer, fix original filename
2014-10-18 13:43:25 +02:00
8chan
6052ed8d3d
SECURITY: imagemagick/graphicsmagick was ignoring all errors
...
So, in a much older patch I had a problem where an incorrect RGB
profile would make image uploads fail. I fixed this by using strpos
against the error message...but didn't check the return value
correctly.
That means that any error from gm/im was ignored. This caused people
to upload too large images and flood /b/ with 1 x 10000 pixel images
My fault, patched now. Sorry about that.
Conflicts:
inc/image.php
2014-10-12 10:23:03 +02:00
8chan
803c76a800
.x.x less confusing...will change to less_ip eventually
2014-10-11 20:37:58 +02:00
czaks
5d1b426fa3
fix bans.php on removing a ban by a semi-privileged mod
2014-10-11 20:13:05 +02:00
czaks
3a552e5b76
hopefully fix locales
2014-10-09 04:09:30 +02:00
czaks
dfd05e88f9
possible fix of themes` interactions
2014-10-09 03:57:18 +02:00
czaks
ef3bb46876
bans.php: surpress error
2014-10-09 02:00:31 +02:00
czaks
9b3fa77719
new banlist implementation; also includes a public banlist
2014-10-08 23:23:59 +02:00
8chan
c4dc3f4d47
Fix spoiler image not working
2014-10-07 04:33:57 +02:00
wopot
c7351dff09
4 times "elseif" is not the way
...
and precalc. value sometimes help if well commentent
2014-10-07 00:16:02 +02:00
Bui
aba8d27ace
wasn't aware of DNS function
2014-10-05 23:20:06 +02:00
Bui
1e95e58811
don't break if dns_system is true
2014-10-05 23:20:06 +02:00
Bui
8b9932218f
add forward-confirmed reverse DNS
2014-10-05 23:20:06 +02:00
czaks
8518164352
sync locales with transifex
2014-10-05 18:38:25 +02:00
Marcin Łabanowski
97a25dad03
Merge pull request #102 from cable6-dev/bugfix-genwebmerror
...
[bugfix]$config['error']['genwebmerror'] wasn't set in config.php
2014-10-05 17:56:46 +02:00
Marcin Łabanowski
d01d892896
Merge pull request #100 from cable6-dev/feature-hide-sage
...
Added an option to hide sages
2014-10-05 17:53:32 +02:00
Marcin Łabanowski
42868c672a
Merge pull request #103 from cable6-dev/bug-fix-check_spoiler_size
...
Check spoiler_image size before ussuming it is 128×128px
2014-10-05 17:53:08 +02:00
kaf
3c2529e157
[bugfix]$config['error']['genwebmerror'] wasn't set in config.php
2014-10-05 15:35:52 +00:00
kaf
296e4fd5fa
Added an option to hide sages
2014-10-05 15:29:37 +00:00
kaf
fe60590d19
Check spoiler_image size before ussuming it is 128×128px
2014-10-05 15:26:28 +00:00
kaf
9cee5f6c61
[bugfix]ban appeals (was also present in tinyboard)
2014-10-05 12:53:02 +00:00
czaks
ef53af04ec
fix a recently added md5 api field
2014-09-27 11:31:30 +02:00
hatstand0
d27cddaacc
Add file hash to API
...
The API currently lacks the Base64 encoded file hash 4chan's API provides, which assists in file de-duplication by archive software.
2014-09-26 13:28:04 +02:00
hatstand0
7ea5b129e6
Fix thumbnail width/height in API
...
The API currently has the thumbnail widths and heights switched around
2014-09-26 13:27:49 +02:00
czaks
3b2f448102
restore compatibility with php < 5.5; fixes vichan-devel#86
2014-09-24 12:26:15 +02:00
czaks
ba49bc6c37
update locales
2014-09-24 03:48:46 +02:00
czaks
92183e8e39
add portuguese (portugal) translation by Chorizo
2014-09-21 08:37:16 +02:00
czaks
a1f26e8fd1
update locales
2014-09-21 04:52:18 +02:00
Fredrick Brennan
7288f1dec7
Fix last commit
2014-09-20 16:49:32 +00:00
Fredrick Brennan
23c73ca839
Allow the user to decide whether or not he wants to display his country
2014-09-20 16:35:28 +00:00
Fredrick Brennan
9070b061ee
Bug fix: users were banned from /0/ if they had a ban anywhere else
...
Conflicts:
inc/bans.php
2014-09-20 15:39:47 +00:00
Marcin Łabanowski
4da5f4ec90
Merge pull request #79 from marlencrabapple/master
...
FFmpeg support for WebM uploads
2014-09-17 20:50:21 +02:00
Ian Bradley
306f4ef46b
Added escapeshellarg() for WebM thumbnail generation.
2014-09-15 16:57:06 -07:00
Ian Bradley
0a9de3deb5
FFmpeg support for WebMs. Fixes threads with large amounts of WebM's causing crashes for some users.
2014-09-15 16:34:36 -07:00
Ian Bradley
c1ecef3772
Added support for BSD md5 incase md5sum isn't available.
2014-09-15 16:33:37 -07:00
8chan
66e026b361
?/bans: fix pagination - can now see all bans on all boards if > $config[mod][banlist_page]
...
Conflicts:
inc/bans.php
2014-09-13 16:43:46 +00:00
Juan Tamad
53ada6a5ff
added option for showing the mod in ban page.
...
also fixes issue where the Staff is not shown in ban appeals.
2014-09-01 06:30:33 +08:00
Tomasz Konojacki
1b62fbea6f
added support for statcounter.com tracking code
2014-08-24 23:33:53 +02:00