Changelog
2026-03-13
Use an enum for the forum category type.
Reuse the settings sidebar for the broom closet.
2026-03-12
oops
Added forum category management to the broom closet.
(it appended backwards lol)
Wrong column name used.
Allow raw HTML for XHR action replacements.
Added adoption.
Fixed topic redirect input fields.
Removed container--lazy class at long last.
2026-03-11
increase
Renamed global permission category back to general.
2026-03-10
Fixed empty forum categories returning a 404 error.
Use guest permissions instead of a category whitelist for chat forum polling.
2026-03-08
that should do it i guess
Update src/Torrents/TorrentsContext.php
Update src/Torrents/TorrentsContext.php
2026-03-07
updates updates updates
Actually use the password and email address change email templates that have been sitting in the repo for years.
2026-03-06
Redid the mailer system a little.
Resolve newest members on the spot rather than reading a config key (maybe cache this later too though).
Resolve newest members on the spot rather than reading a config key (maybe cache this later too though).
I fixa da oversight
Reworked the permission system again.
Sort params before submission.
2026-03-05
Made ancestry and offspring retrieval methods only return ids.
Updated Index.
Made DbResult itself iterable.
Replaced DbResultIterator with a simple generator routine.
Added non-object return type handling in DbResultIterator.