Changelog
2024-04-02
Overwrite existing filename on reupload.
Fixed inability to delete uploads.
Fixed routes with similar regexes not being able to match.
Removed Discord notification sound trigger.
2024-04-01
Added Mogeko Castle sound triggers.
2024-03-30
Removed old router code.
Fixed wrong HTTP verb.
Fixed various oversights.
Updated Misuzu to new HTTP router.
Fixed regex.
Fixed the thumbnailing.
Updated to new HTTP router.
Updated HTTP router.
Updated Index library.
Updated Satori scripts to new HTTP router.
2024-03-29
Updated to new HTTP router and replaced database statement cache.
Updated EEPROM to new HTTP router.
2024-03-28
Updated Awaki to new router.
Updated to new HTTP router.
Revert to implicitly supporting HEAD..
Alternative attempt at support HEAD requests.
Attempt to make trailing slash optional.
Switch default charset to UTF-8 again.
Added content and error handling.
Fixed full match not being removed from args list.
Today I learned: attribute declaration does not inherit.
Fixed inheritance.
Fixed is_array being used instead of array_key_exists.
Fixed PHPStan detections.
Fixed typo.