Michael Save
|
a44e0571bc
|
Automatically rotate and mirror images based on EXIF orientation (only compatiable with "convert" option selected at the moment)
|
11 years ago |
Michael Save
|
7a68fc9525
|
Copyright and license update for 2013.
|
11 years ago |
Macil Tech
|
0da1c18a7f
|
Add field_disable_subject and field_disable_reply_subject config options.
|
11 years ago |
Macil Tech
|
67ab3760ba
|
Removed redundant code in image processing.
Both paths of the code here did the same thing.
|
12 years ago |
Macil Tech
|
91e8547b04
|
Add image_reject_repost_in_thread option
|
11 years ago |
Michael Save
|
c919e73625
|
Temporary bugfix for incorrectly escaped email field
|
11 years ago |
Michael Save
|
6775eebcfa
|
$post['id']
|
12 years ago |
Michael Save
|
ad220b725d
|
Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented
|
12 years ago |
Michael Save
|
9058d202ed
|
Bugfix: the number of successful passes for an anti-spam "hash" was often incorrectly incremented
|
12 years ago |
Michael Save
|
890b541191
|
custom capcode permissions
|
12 years ago |
Michael Save
|
2082fcde24
|
Bugfix: with file uploading (introduced with last commit)
|
12 years ago |
Michael Save
|
b5c7e30609
|
Bugfix: non-image file uploading
|
12 years ago |
Michael Save
|
d6f5fc28ce
|
Bugfix: with file uploading (introduced with last commit)
|
12 years ago |
Michael Save
|
9286ec4928
|
Bugfix: with file uploading (introduced with last commit)
|
12 years ago |
Michael Save
|
4c2066bc27
|
Bugfix: non-image file uploading
|
12 years ago |
Michael Save
|
df97c559bd
|
Bugfix: non-image file uploading
|
12 years ago |
Michael Save
|
f48bfbf299
|
typo
|
12 years ago |
Michael Save
|
1437a121f7
|
typo
|
12 years ago |
Michael Save
|
51675e7a9b
|
code cleanup
|
12 years ago |
Michael Save
|
95709e7588
|
Removed `board`.`id`. Use the board URI/name at the key instead.
|
12 years ago |
Michael Save
|
a564a95ab4
|
Improved Tinyboard anti-bot/spam filter. See large comment in inc/config.php for details.
|
12 years ago |
Michael Save
|
c9423a2c34
|
large cleanup
|
12 years ago |
Michael Save
|
1b5f2b08f4
|
moved $OP to $post['op']. post() now has one argument instead of two.
|
12 years ago |
Michael Save
|
033491f84f
|
increase character limit on board URI, title and subtitle
|
12 years ago |
Michael Save
|
8cfc5460d3
|
New event: post-after
|
12 years ago |
Michael Save
|
4c6faeb7a2
|
Convert $post to an object before passing it to event(). This way it can be modified by event handlers before entering the database. See http://tinyboard.org/docs/events.html#examples
|
12 years ago |
Michael Save
|
8703ea3d4a
|
$post['file_path']
|
12 years ago |
Michael Save
|
7c8dc230b8
|
Moved rebuildThemes() in post.php back for now.
|
12 years ago |
Michael Save
|
9d58186360
|
New feature: "events". Will eventually replace/extend "themes".
|
12 years ago |
Michael Save
|
c136d44894
|
Better upload handling (don't move file before handling it)
|
12 years ago |
Michael Save
|
6db45d4c3d
|
$config['thumb_method']
|
12 years ago |
Michael Save
|
60aab92f47
|
allow quick-reply.js to work
|
12 years ago |
Michael Save
|
c8d1f1cdd4
|
ability to adjust thumbnail size for OP images independently from reply images
|
12 years ago |
Michael Save
|
de17bdb317
|
Remade config[redraw_image]
|
12 years ago |
Michael Save
|
25cdd35663
|
bug: avoid using empty() or values such as "0" will not work as intended
|
12 years ago |
Michael Save
|
56821eb375
|
allow mods to bypass forced anonymity (and other disabled fields). also fixed some small per-board permission bugs
|
12 years ago |
Michael Save
|
a431994016
|
fixed bug causing "bot" errors when disabling fields on certain boards only
|
12 years ago |
Michael Save
|
cd30f3b0b9
|
prohibit using same anti-bot hashes across different boards/threads
|
12 years ago |
Savetheinternet
|
0dd36bda54
|
logical error syslog()ing reports
|
12 years ago |
Savetheinternet
|
41b2990234
|
syslog() reports and deletions
|
12 years ago |
Savetheinternet
|
be860577a9
|
optionally disable image requirement for new threads
|
12 years ago |
Savetheinternet
|
75f7ebd49b
|
bugfix: PHP notices on raw posts
|
12 years ago |
Savetheinternet
|
c83d192103
|
removed $_SESSION
|
12 years ago |
Savetheinternet
|
6a02dfd5aa
|
use multibyte-aware mb_strlen() instead of strlen(); fixed issue #8)
|
12 years ago |
Savetheinternet
|
d454fc6423
|
syslog() mod actions
|
12 years ago |
Savetheinternet
|
799af6907a
|
..
|
12 years ago |
Savetheinternet
|
d4dc36cd74
|
..
|
12 years ago |
Savetheinternet
|
4454904461
|
syslog() new posts
|
12 years ago |
Savetheinternet
|
290335194a
|
integer overflow bug on 32-bit systems
|
12 years ago |
Savetheinternet
|
b57be65c9f
|
track cites (remove broken links after a post 404s)
|
12 years ago |