8chan
980d8784e5
Tinyboard is defunct. No reason to keep the update checker
2015-01-06 01:34:54 -08:00
8chan
0a2dfedb0e
Ban appeals: limit by board, make more efficient, enable in infinity
2015-01-06 01:34:27 -08:00
8chan
8ac83fbba6
Merge
...
Conflicts:
inc/mod/pages.php
2014-12-24 14:19:35 +00:00
8chan
87e914948b
SECURITY / XSS : ?/edit allowed arbitrary HTML to be added by any user thru addition of <tinyboard raw html>1</tinyboard>
...
This allowed ANY user with ?/edit privilege to also have raw_html regardless of whether they had $config['mod']['rawhtml']
Now, any changes to <tinyboard> markup modifiers via ?/edit are not allowed. They are removed at read time, and before write they are removed again and the ones in the database (which should be clean...) are inserted instead.
Please immediately apply this patch to your instance if you are running any version of 8chan/infinity.
2014-12-24 06:08:19 -08:00
Fredrick Brennan
14fce406a8
Merge pull request #308 from forklessanon/patch-6
...
Added tripcode removal to post editing
2014-12-16 09:42:53 +08:00
Forkless
d457cb57b8
Added tripcode removal to post editing
2014-12-14 22:49:54 -06:00
8chan
d705606729
Allow a board called news to exist
2014-12-14 03:27:26 -08:00
8chan
faa51accaa
We dynamic pages now, read.php
2014-11-21 04:05:20 -08:00
Forkless
0df4afe917
Security fix: Added defaults to the banned boards list to protect core folders of the codebase.
...
Added banned boards restriction to the mod_new_board function.
2014-11-10 06:35:53 -06:00
8chan
a754155d5b
Multiple board volunteers patch
2014-10-28 23:23:17 -07:00
8chan
2d296f8c8a
use constants
2014-10-22 21:01:02 -07:00
8chan
2edd6282f2
Fix chained WHERE, fix permissions
2014-10-22 20:12:26 -07:00
8chan
cfb31c53af
Merge https://github.com/ctrlcctrlv/8chan
2014-10-22 19:20:28 -07:00
8chan
a8effc870d
Fix bans page on Firefox
2014-10-22 19:17:18 -07:00
unknown
bac2307140
[ #184 ] Added config+functionality for removing clean status local+global if a post is edited. Fixed an issue where marking a post clean wouldn't trigger template reconstruction.
2014-10-21 08:10:07 -05:00
unknown
9c5ec12aaa
[ #184 ] Reports made to clean posts are now ignored correctly (and in accordance with the local/global duality). Marking posts clean dismisses posts (also in accordance with local/global duality). Fixed up some templating issues (now display more correct messages and omit actions that are invalid). Moved Clean action off post-level and into reports action.
2014-10-21 07:50:25 -05:00
unknown
4c8e920303
[ #184 ] Resolved duplicate report issue. Added rudamentary Clean functionality.
2014-10-20 10:17:19 -05:00
unknown
7cac272396
[ #184 ] FUCK PLEASE WORK
2014-10-19 12:10:50 -05:00
unknown
01c80bd7ad
[ #184 ] System almost completely functional. Woo.
2014-10-19 11:07:07 -05:00
unknown
a8a843bf4b
[ #184 ] Added Promote and Demote to reports. CSS improvements.
2014-10-19 00:07:16 -05:00
unknown
3654c4f7ef
Signed-off-by: unknown <8n-tech@users.noreply.github.com>
2014-10-19 00:00:58 -05:00
unknown
2d6d449bd2
[ #184 ] Added <body> tag classes. Style selector now adds a <body> class. Moved board list under moderator dashboard.
2014-10-18 20:07:04 -05:00
unknown
9920a51ff5
- Resolved board creation script throwing SQL error for mismatched column count.
...
- Resolved warnings would be thrown if inc/dnsbls.php did not exist.
- Resolved problem where shell_exec_error was incorrectly reporting a success in instances where 'md5sum' was not supported, resulting in "'md5sum'" literally being recorded as the file hash. This then lead to hex2bin throwing an error on page load, preventing access to threads (among other problems).
2014-10-17 02:32:39 -05:00
8chan
9bf6ebec43
SECURITY: IPs were still being shown on IP_less in a few places
2014-10-12 16:34:34 -07:00
8chan
a838e2986c
Only show IPs in ?/bans if mod has show_ip
2014-10-10 09:52:23 -07:00
8chan
f07cf32001
Don't show host on IP_less
...
Sometimes there isn't one so you get weird stuff like
127.0.x.x
x.x.0.1
revealing the whole IP. Oops.
2014-10-09 20:26:40 -07:00
8chan
fe9297aaaa
Attempt to hide IPs from board volunteers
2014-10-09 21:39:37 -04:00
czaks
643de18d64
Merge with a private vichan branch
...
Conflicts:
inc/bans.php
inc/mod/pages.php
2014-10-08 23:32:01 +02:00
czaks
9b3fa77719
new banlist implementation; also includes a public banlist
2014-10-08 23:23:59 +02:00
8chan
ba88035109
Edited at feature...add edited_at
DATETIME NULL to all tables to use it.
2014-10-07 17:35:50 -07:00
8chan
c4dc3f4d47
Fix spoiler image not working
2014-10-07 04:33:57 +02:00
8chan
47e81b7e9b
Fix spoiler image not working
2014-10-06 18:02:50 -07:00
czaks
4a4c985235
missed one line
2014-10-05 18:16:18 +02:00
czaks
8b698e36e7
Merge https://github.com/vichan-devel/vichan
...
Conflicts:
inc/mod/pages.php
js/auto-reload.js
js/id_colors.js
js/id_highlighter.js
stylesheets/style.css
templates/index.html
2014-10-05 18:12:19 +02:00
kaf
fe60590d19
Check spoiler_image size before ussuming it is 128×128px
2014-10-05 15:26:28 +00:00
8chan
19e864c15c
I don't know what I did.
2014-09-25 22:53:56 +00:00
8chan
adb1294016
Merge https://github.com/vichan-devel/vichan
2014-09-13 16:38:06 +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
8chan
0ac9aaaf25
Merge vichan-devel
2014-08-10 14:41:40 +00:00
8chan
ef7556194c
Fix 55ch cancer; can now see next page of posts, ?/recent uses templating system
2014-07-19 18:42:52 +00:00
8chan
f7c7b8cd48
Merge https://github.com/vichan-devel/vichan
2014-07-08 15:33:08 +00:00
czaks
f97d2dff85
fix previous commit
2014-07-08 09:44:30 +02:00
czaks
9526f5ed1c
fix #72
2014-07-08 09:43:04 +02:00
8chan
8cd15c9dd8
Merge https://github.com/vichan-devel/vichan
2014-06-21 19:37:24 +00:00
czaks
2c883fda0a
fix ban appeals; thanks to sraczynski for reporting
2014-06-16 11:39:56 +02:00
8chan
c493642bce
Merge https://github.com/vichan-devel/vichan
2014-06-12 14:37:36 +00:00
czaks
427a9938a7
Merge 4.5
2014-06-12 03:12:56 +02:00
Chen-Pang He
7933abd271
Fix vichan #65
...
Conflicts:
inc/mod/auth.php
inc/mod/pages.php
2014-06-12 03:12:27 +02:00
8chan
66066304c1
Merge https://github.com/vichan-devel/vichan
2014-06-11 00:10:05 +00:00
czaks
503903ac0f
Merge 4.5
2014-06-11 02:05:14 +02:00