Commit graph

332 commits

Author SHA1 Message Date
5d52f6b32a pages.php: use IpNoteQueries 2025-02-18 12:17:06 +01:00
9a5b79452f pages.php: remove unused code 2025-02-16 23:52:56 +01:00
d30e0a1a9b pages.php: add missing mod global 2025-01-21 21:59:25 +01:00
0af5185dd9 pages.php: use context to fetch config in mod_view_catalog 2025-01-21 21:58:52 +01:00
cd2a4b5fac Revert "pages.php: remove seemingly unused code"
This reverts commit e52465753e.
2024-12-29 15:13:07 +01:00
e52465753e pages.php: remove seemingly unused code 2024-12-29 00:19:17 +01:00
c718eb70b0 Revert "pages.php: QUICKFIX handle unban and notes in mod_user_posts_by_ip to workaround security token issue"
This reverts commit 4b49019282.
2024-12-29 00:01:41 +01:00
e87f50407c pages.php: change security token of mod_user_posts_by_ip 2024-12-29 00:01:09 +01:00
4b49019282 pages.php: QUICKFIX handle unban and notes in mod_user_posts_by_ip to workaround security token issue 2024-12-27 20:14:47 +01:00
a45106b65f pages.php: adjust redirect on mod_ip 2024-12-27 19:59:02 +01:00
0c23445d72 pages.php: slightly better ip error 2024-12-27 19:43:22 +01:00
10401bd094 pages.php: add mod_user_posts_by_passwd implementation 2024-12-27 19:39:21 +01:00
11c5748888 pages.php: refactor mod_ip into mod_user_posts_by_ip 2024-12-27 19:32:15 +01:00
3c2bc57245 pages.php: use UserPostQueries for mod_page_ip 2024-12-17 17:18:38 +01:00
d75f3fecf8 pages.php: use ReportQueries for the dashboard report counter 2024-12-08 23:16:25 +01:00
18f1aff2f6 pages.php: use ReportQueries 2024-12-06 21:14:13 +01:00
5ee20431e2 pages.php: mod_merge cast post id 2024-12-06 21:09:08 +01:00
e80160f18c mod.php, pages.php: remove apc debug 2024-12-06 21:09:08 +01:00
8cf497eb93 post.php, mod.php: pass the context to check_login 2024-12-06 21:09:08 +01:00
4197b5a376 auth.php: pass context to mod_login 2024-12-06 21:09:08 +01:00
Zankaria
7ef2d42bb0 mod.php, pages.php: pass the context to the mod pages 2024-12-06 21:09:08 +01:00
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
428d9e9001 functions net.php: add Tor connections to secure connections 2024-05-07 22:44:31 +02:00
Zankaria
aa99d10f1a auth.php: disallow unencrypted logins by default 2024-05-07 10:44:05 +02:00
Zankaria
003152095a auth.php: remove obsolete code 2024-05-07 10:32:34 +02:00
Zankaria
f6cc9a2f9f auth.php: trim 2024-05-07 10:30:50 +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