towards-a-new-leftypol
a56f585740
spamnoticer WIP: parse new values being posted to mod_ban_page
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
2c558908b6
SpamNoticer: add illegal checkbox to files
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
a45f3f34a3
SpamNoticer: render out post on ban page with extra checkboxes to allow flagging different parts of it for spamnoticer
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
652ae7639e
minor edit to message on ban page
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
16286aa62b
In ban form, display the post so we can select which parts of it to mark as spam (for spamnoticer)
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
391d4bd70b
Twig3: fix trans tag in view_ip.html
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
f5d61cc459
formatting: retab files
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
4156c2465c
Fixed mod page function call, minor template fixes
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
a0450e49fe
retab config-editor.html
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
8e6d472388
Twig3: Fix config-editor.html for loops
2023-09-05 14:24:06 -04:00
discomrade
2c5c6a8533
Show ban appeal count on mod dashboard
2021-08-21 18:23:18 -04:00
discomrade
c841183584
Extend maxlength of IP for IPv6 subnets
2021-07-04 08:43:38 -02:00
discomrade
10e9e2c455
Place IP notes and ban form above post history
2021-06-23 21:49:51 +00:00
Benjamin Southall
0439a9c6c5
Fixes Where are ip notes displayed #168 , typographical error.
2019-08-18 07:38:02 +10:00
Benjamin Southall
8dfdc5e335
Based on #157 and #158 , revert back to existence checks and length rather than default empty array initialization for ease of reading
2019-08-10 12:01:07 +10:00
Benjamin Southall
c8d609ecf1
Fixes count(): Parameter must be an array or an object that implements Countable #158 by replacing count with existence check for var,name and then using length
2019-08-10 12:00:06 +10:00
Benjamin Southall
b6e1439755
Fixes Recent posts show nothing #157 , because I forgot the length check. Reverts to use not because it is simpler than using default empty array and length
2019-08-10 11:58:12 +10:00
Benjamin Southall
896558fadd
Fixes count(): Parameter must be an array or an object that implements Countable as well as PHP 7.3 regression in users from upstream 3a41c24e6e5bcea2f4b9f328ddf5ff0cb8a8b2e8
2019-08-08 21:20:48 +10:00
Benjamin Southall
9ca35a7c4d
Add missing moderation templates
2018-04-20 06:48:31 +09:00
Benjamin Southall
90e9755195
Add style-select.js for moving CSS theme selections to Options for Public Ban list theme
2017-09-03 22:42:23 +09:00
Benjamin Southall
19e6658bc1
Merge pull request from vichan-devel/vichan#230 from antedeguemon/master Fixed XSS in post edit page and modsearch, this is a partial merge of just modsearch, we already fixed the edit post escaping earlier.
2017-06-08 08:11:18 +09:00
Tobias Umbach
ff4e4b9994
Autofocus username field on mod login page
2017-05-09 15:17:43 +02:00
f0x52
e3b3e1601c
escaping on all fields
2017-04-17 22:30:14 +02:00
f0x52
641b694d59
issue #94 , mod edit form
2017-04-17 22:15:45 +02:00
Benjamin Southall
68e80524c5
Dashboard simplification
2016-12-11 08:14:23 +09:00
Benjamin Southall
a3b9c4405c
Merged lainchan with vichan master at 25/9/2016 a4b619ae5e
@czaks czaks committed on GitHub 2 days ago
2016-09-25 16:34:47 +09:00
Michael Walker
b58fab9814
Simpler mod dashboard (by lisp).
2016-09-12 13:11:36 +01:00
czaks
36d762514c
Merge branch 'master' of github.com:vichan-devel/Tinyboard
2016-06-09 04:51:17 +02:00
czaks
94c91db097
fix news deletion; thanks MrFreeman
2016-06-09 04:51:05 +02:00
fatchan
d285a79667
Move the 'Go back and rebuild again' to the top of the rebuilt page so you dont have to scroll
2016-05-31 23:28:55 +10:00
czaks
3f405b3484
what if IP address contained bad characters? (highly local)
2016-05-06 16:53:28 +02:00
czaks
a5bd39dc4a
mod dashboard html: link to page editor
2016-05-06 16:49:35 +02:00
8chan
d788131202
Allow a board called news to exist
2016-05-06 16:26:17 +02:00
Fredrick Brennan
95b1e103cb
Edit static pages commit
2016-05-06 16:03:55 +02:00
8chan
7911c374e8
Public action logs commit (log.php)
...
Note: In a previous commit, I began making inc/mod/auth.php more modular with the check_login() function. Including it does NOT check mod login by default anymore like it does on vichan. You have to call check_login(). I've finally included it in inc/functions.php. If you have any custom pages that use inc/mod/auth.php, just including functions.php is enough now.
===================================
Also: backports 351375185e5 (early 404)
2016-05-06 15:44:26 +02:00
Michael Walker
166ba2a0a2
Merge remote-tracking branch 'vichan/master'
2015-09-12 21:03:54 +01:00
kellerwhy
d4dcfc6321
Make mod/recent_posts.html respect $config['dir']['res']
...
So certain links don't keep linking to /board/res/postnumber despite any changes to $config['dir']['res'] e.g. changing res/ to thread/
2015-08-10 23:16:23 -04:00
Michael Walker
edde68f97d
Disable dynamic resizing of config textbox
2015-06-17 23:10:22 +01:00
Simon McFarlane
4b40f69a4e
Merge remote-tracking branch 'upstream/master' into vichan-merge
2015-05-29 01:34:53 -07:00
Michael Walker
61d9dacdfb
When banning/deleting a post, return to the thread, not the board index (unless deleting the OP)
2015-05-10 13:22:53 +01:00
Michael Walker
4184fdec6e
Pass the thread ID when banning/deleting
2015-05-10 02:56:48 +01:00
czaks
2d9214ac63
version check should point at engine.vichan.net and not tinyboard.org actually
2015-04-23 08:18:36 +02:00
czaks
bdb6001f3f
support for slugified links; may introduce a few bugs
2015-03-10 12:48:59 +01:00
czaks
9b3fa77719
new banlist implementation; also includes a public banlist
2014-10-08 23:23:59 +02:00
8chan
48f99deaa5
Fix post linking bug in ?/recent
2014-07-21 16:55:36 +00:00
Fredrick Brennan
18f158e2d5
Forgot some |e
2014-07-19 18:47:34 +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
czaks
15810c9bed
fix permission name
2014-03-25 12:15:40 +01:00
czaks
1e92e678a6
add a javascript
2014-03-25 12:09:12 +01:00
czaks
fe95b33022
recent posts link
2014-03-25 12:05:07 +01:00