Fredrick Brennan
|
9b3f8421fc
|
Fix displaying bans
|
2014-05-14 13:51:49 -04:00 |
|
czaks
|
dafe0d5896
|
Merge branch 'master' of github.com:vichan-devel/Tinyboard into staging
|
2014-05-04 00:19:45 +02:00 |
|
czaks
|
8d4104feb0
|
restore php5.3 compatibility. thx for Kihokki for reporting that
|
2014-05-03 23:58:24 +02:00 |
|
czaks
|
211c1acec9
|
actually fix this bug
|
2014-05-02 19:32:18 +02:00 |
|
czaks
|
9416587d40
|
fix a bug with multiple images; thanks to saiko of tahta.ch for reporting it
|
2014-05-02 18:58:21 +02:00 |
|
Fredrick Brennan
|
042e7b9c59
|
Deprecate postControls(), per-file deletion and spoilering
|
2014-04-30 17:18:35 -04:00 |
|
copypaste
|
c483e1258c
|
multiimage posting
|
2014-04-27 15:48:47 +02:00 |
|
czaks
|
a9c35844c7
|
fix themes resetting the board
|
2014-04-21 15:38:18 +02:00 |
|
czaks
|
b33e8cb10d
|
fix previous commit
|
2014-04-19 23:06:59 +02:00 |
|
ctrlcctrlv
|
465986d06c
|
use all boards for search.php if boards are not specified
|
2014-04-19 23:03:23 +02:00 |
|
kaf
|
f83c87b623
|
Added: /pol/-like flags based on a953229de7
Conflicts:
inc/config.php
templates/post_form.html
|
2014-04-19 18:48:17 +02:00 |
|
czaks
|
2d34274672
|
fix posting of ı and İ, possibly a bit more xD
|
2014-04-18 14:38:05 +02:00 |
|
czaks
|
5a73af9ea1
|
add a webm posthandler
|
2014-04-06 21:54:22 +02:00 |
|
czaks
|
2a41c37fee
|
fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html
|
2014-03-13 22:39:32 +01:00 |
|
czaks
|
75cca1ffb2
|
fix previous commit
|
2014-02-24 15:29:26 +01:00 |
|
czaks
|
58615845ad
|
allow basic commenting of locale string
|
2014-02-23 19:01:41 +01:00 |
|
czaks
|
9c30e380d8
|
actually fix prevous commit
|
2014-02-23 18:54:31 +01:00 |
|
czaks
|
0354b9a5e3
|
finally fix i18n strings in config.php
|
2014-02-23 18:49:04 +01:00 |
|
czaks
|
cbf44d4d75
|
cleanup: don't trigger rebuild code; fail silently (boardlink race fix; I will test it a bit)
|
2014-02-18 20:42:19 +01:00 |
|
czaks
|
c5dfc2937c
|
fix double quoting in links. thanks STI for reporting that
|
2014-01-17 00:30:04 +01:00 |
|
czaks
|
d6b8447233
|
revise 4chan api support
|
2013-12-28 19:46:50 +01:00 |
|
czaks
|
62fe8571e2
|
json api: fix building of catalog.json (NB: this puts extra load on server; we can try to make it lighter)
|
2013-12-28 18:03:49 +01:00 |
|
czaks
|
f5657caf24
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
inc/config.php
install.php
post.php
stylesheets/style.css
|
2013-11-11 21:54:35 +01:00 |
|
Michael Foster
|
9fb63b053f
|
new event: markup-url
|
2013-10-04 20:13:58 +10:00 |
|
Michael Foster
|
964bb83300
|
OK, now it is secure.
|
2013-09-23 14:23:42 +10:00 |
|
Michael Foster
|
9cf6814776
|
Fix secure tripcode hardening
|
2013-09-23 12:53:44 +10:00 |
|
Michael Foster
|
699279d84a
|
Hardened secure tripcode?
|
2013-09-23 12:41:27 +10:00 |
|
Michael Foster
|
a9b7f9b1bc
|
begin implementation of in-built ban appealing
|
2013-09-21 12:51:23 +10:00 |
|
czaks
|
8ca495e5b8
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
inc/config.php
|
2013-09-17 19:12:19 -04:00 |
|
Michael Foster
|
57e4292e9d
|
Improvements to showing post in ban
|
2013-09-18 08:56:04 +10:00 |
|
Michael Foster
|
3471f7c668
|
Optionally show post user was banned for
|
2013-09-18 08:47:34 +10:00 |
|
czaks
|
6cb7eb939e
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard into vichan-devel-4.5
Conflicts:
inc/config.php
inc/display.php
inc/mod/pages.php
install.php
js/quick-reply.js
post.php
templates/index.html
|
2013-09-17 10:43:44 -04:00 |
|
Michael Foster
|
3e57bb04d7
|
Begin upgrade to much better bans table. DO NOT PULL YET; It won't work.
|
2013-09-17 09:15:24 +10:00 |
|
Michael Foster
|
4cd2389655
|
lol
|
2013-09-15 05:48:37 +10:00 |
|
Michael Foster
|
32c999346f
|
Remove $config['url_regex'];
|
2013-09-15 05:46:08 +10:00 |
|
Michael Foster
|
104e2bce6d
|
Combine ban checking into single SQL query. Messy/inefficient query, but good enough.
|
2013-09-10 16:20:54 +10:00 |
|
Michael Foster
|
6f62499160
|
Bugfix: Undefined $cached (when caching is disabled)
|
2013-09-09 19:19:11 +10:00 |
|
Michael Foster
|
eea4e42609
|
Add ability to create custom user/permissions groups
|
2013-09-09 01:33:51 +10:00 |
|
Michael Foster
|
d80af7d077
|
Bugfix: Sometimes caching here fucks up. Not really sure why yet.
|
2013-09-08 13:35:02 +10:00 |
|
Michael Foster
|
55dc5cedc3
|
Steal make_comment_hex() from plainib
|
2013-09-07 12:50:32 +10:00 |
|
Michael Foster
|
ecda7abe92
|
bugfix lol
|
2013-09-07 00:04:22 +10:00 |
|
Michael Foster
|
f309e4037c
|
Better and faster basic flood prevention, while merging it into $config['filters'].
|
2013-09-06 23:09:18 +10:00 |
|
Michael Foster
|
7f0de93608
|
Cleaner check to make sure inc/ files aren't accessed directly.
|
2013-09-06 20:12:04 +10:00 |
|
czaks
|
069f1def9b
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
install.php
|
2013-09-01 11:25:19 -04:00 |
|
Michael Foster
|
b51fc38783
|
Some SQL and indexes improvements
|
2013-09-01 02:04:42 +10:00 |
|
Michael Foster
|
d166fc70bd
|
Fix \t in posts (editing posts, and HTML Tidy)
|
2013-08-31 13:23:29 +10:00 |
|
Michael Foster
|
46d41cd2a7
|
More track_cites work
|
2013-08-30 15:00:33 +10:00 |
|
Michael Foster
|
343803afb9
|
More $config['debug'] improvements to time-related stuff
|
2013-08-30 08:39:11 +10:00 |
|
czaks
|
8de81d176c
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
inc/config.php
|
2013-08-29 07:33:19 -04:00 |
|
Michael Foster
|
738179c766
|
HTML Tidy bug fix: broken attributes, and preserve whitespace properly
|
2013-08-29 21:24:38 +10:00 |
|