Zankaria
cb71e00b50
mod.php: remove last mod_page_* handler, use only mod_* for mod pages
2024-12-06 21:09:08 +01:00
73bc23a4c7
remove mysql 5.5 support
2024-11-28 01:06:59 +01:00
09075b1465
pages.php: mod_reports rework query
2024-11-12 14:20:14 +01:00
c94a7cb403
pages.php: mod_reports signal if there are more reports than the limit
2024-11-12 14:20:12 +01:00
e7518dfe25
pages.php: format mod_reports
2024-11-12 14:19:52 +01:00
4c1a6d3c57
pages.php: skip reports deletion if auto maintenance is disabled
2024-11-04 23:13:14 +01:00
f7fd639d2d
pages.php: use modern array syntax
2024-11-04 23:11:21 +01:00
e3b89dcc9d
pages.php: fix redirection on mod_page_ip
2024-10-15 21:15:06 +02:00
4be1873538
pages.php: functional cursor pagination for mod_page_ip with a single query
2024-10-15 21:15:06 +02:00
52759954c8
pages.php: add a basic cache layer for mod_page_ip
2024-10-15 00:14:59 +02:00
f3d4dfd654
pages.php: define overboards/ukkos board for catalogs
2024-09-16 14:56:58 +02:00
Zankaria
8477f41b52
pages.php: pass mod array to overboard
2024-08-21 19:58:12 +02:00
Zankaria
aec814266c
pages.php: HOTFIX add copy fallback in case of already existing file when moving thread.
2024-08-18 01:00:32 +02:00
bcfc934604
Add auto_maintenance configuration option
2024-07-14 18:22:51 +02:00
870d3812d3
bans.php: split find implementations
2024-07-14 18:22:51 +02:00
f7f1ffed3c
Delete stale unreferenced ban appeals via foreign key constrain
2024-07-14 00:25:52 +02:00
3cbf0c2fcf
post.php, pages.php: pack and unpack source ip addresses of ban appeals
2024-06-13 19:53:37 +02:00
b0b684bdb1
pages.php: use link to create hardlinks isntead of full file copy for thread moving
2024-05-22 23:55:06 +02:00
Zankaria
aa99d10f1a
auth.php: disallow unencrypted logins by default
2024-05-07 10:44:05 +02:00
3351715795
Attempt fix broken unban on serveral pages
2024-04-25 18:50:32 +02:00
Zankaria
a8ff605571
Display split ban mask and appeal IP
2024-03-15 14:54:32 +01:00
Zankaria
7e3a531aa5
Add source IP to ban_appeals table
2024-03-15 14:34:17 +01:00
Zankaria
b742445f50
Add overboard index support. Yet another ugly hack
2024-03-13 13:44:09 +00:00
Zankaria
91e41aa522
Refactor overboard catalog support to be slightly less bad
2024-03-13 13:35:48 +01:00
Zankaria
6fcd4f4779
Add overboard catalog support. This is an horrenouds hack. Pray to god we manage to refactor it away. See #94
2024-03-13 12:32:46 +00:00
Zankaria
ea99ddc6f6
Reimplement overboard
2024-01-29 11:18:06 +01:00
Zankaria
2efd67ef85
Backport vichan 5.1.5 catalog implementation, enabling mod catalog.
2024-01-29 11:18:06 +01:00
discomrade
bf4fb6d0e8
Added Feature - Premade Ban Reasons
...
see 13ac9172e7
2022-05-22 19:42:57 -02:00
discomrade
2f64d7edff
Remove useless debug messages
...
lainchan was a mistake
2022-01-17 13:08:57 -01:00
discomrade
5bb8505dfd
Fix bug in ban appeal counter
2021-09-28 01:16:31 +00:00
discomrade
bbf7ced5db
Block D+ on special IP addresses
2021-09-28 01:13:40 +00:00
discomrade
2dee1c1f38
Fix name typo in post edit SQL
2021-09-28 01:11:09 +00:00
discomrade
9ca34d6ed5
Fix errors moving/merging with spoilers/deleted files
2021-09-28 01:07:35 +00:00
discomrade
78b3a63311
Show ban appeal count on mod dashboard
2021-07-24 04:33:00 -02:00
towards-a-new-leftypol
be1e0bb2be
Fixes moving threads to a different board
...
- it seems that it still chokes on posts with missing files
- this seems to fix this and move the threads intact
- i didn't investigate fully what is going on here
2021-05-03 02:21:10 -04:00
towards-a-new-leftypol
02119c5c58
Improve robustness when moving / merging threads
...
- previously this would choke on threads where the image file is
missing
2021-01-31 01:20:45 +00:00
nonmakina
4c7fbead86
Merge pull request #195 from dedushka1/revert-mod-edit-post-page
...
Revert bad change that commented this out on mod post edit page
2021-01-19 17:01:34 -06:00
Dedushka
801d5d1459
Revert bad change that commented this out on mod post edit page
2021-01-19 14:53:10 -05:00
Dedushka
5ebfb22a5e
Fix minor bug that disallows deletion of themes
2021-01-18 22:32:20 -05:00
nonmakina
d1d0dd2f76
Optimizes board rebuilds on deletion by IP
2021-01-18 18:44:30 -06:00
nonmakina
40012ef81c
Removes rebuild after each deleted post when deleting by ip.
2021-01-18 01:30:20 -06:00
Dedushka
a037d8b5e0
Protect IPs in public moderation logs.
...
As reported, IPv6 addresses were not properly hidden in the public
facing moderation logs. This commit filters both IPv4 and IPv6
addresses.
We broke out into a separate function so that it can be tested with
the test suite.
A rudimentary test has been added to test the newly added
protect_ip($entry) function.
2021-01-17 13:03:17 -05:00
towards-a-new-leftypol
98a69a3188
Fix ban
2021-01-03 21:59:29 -05:00
towards-a-new-leftypol
38f40d3d06
retab pages.php
2021-01-03 21:59:29 -05:00
towards_a_new_leftypol
f75d42d9c4
WIP
2020-12-22 01:35:50 -05:00
Benjamin Southall
c68af19e11
Fixes delete board regression thanks, as per 31e27a51c2
2019-08-31 01:51:56 +10:00
Benjamin Southall
2b741c7477
Rebuild themes after stickying or locking post, so that catalog gets rebuilt
2019-08-26 05:38:22 +10:00
Benjamin Southall
dece1287c4
Only set thread if we can get thread when warning, and fix theme uninstallation
2019-02-26 10:57:12 +10:00
Benjamin Southall
d2429e05d1
Add warning without ban, joke capcode support, SC editor support, home link support, table for calender theme / extension, removing boardalias duplicate citations in markup and other features
2017-09-03 23:39:43 +09:00
Benjamin Southall
490efdc062
Merge pull request from vichan-devel/vichan#220 from kekukin/patch-1 Fixed uninstall error for themes.
2017-06-08 08:09:10 +09:00