Changelog
2024-08-04
Added missing comment.
forgor to update VERSION
Updated Sasae for PHP 8.3 and Index changes.
Even stricted PHPStan rules!
2024-08-03
Added script for creating release tags.
Removed precommit.bat and made scripts extensionless.
Added nextParameter method to IDbStatement.
Raised PHPStan analysis level and fixed issues.
2024-08-02
Added docs to MediaType class.
2024-08-01
Switch to constructor property declaration where possible.
Removed 32-bit related type signatures.
2024-07-31
Updated to PHP 8.3 and added cache provider requirements to the README.
Updated OAuth2 error handling.
Updated authorisation request endpoint path.
Updated all websites to run on PHP 8.3 and their own separate FPM pools.
2024-07-30
Restructured code authorisation flow.
Removed mentions of "device" from the UI and URLs.
Implemented partial UI for device authorisation.
2024-07-27
Removed stray Jeff.
Configurable refresh token lifetimes.
Added OAuth2 based auth to Satori.
2024-07-21
Added very preliminary support for Bearer tokens to chat authentication.
Corrected method name.
Made the method part case insensitive.
Added stinky token check endpoint.
Adjustments to WWW-Authenticate header and altered device routes.
Added styling to the authorisation prompt etc.
2024-07-20
Added interop endpoints for Hanyuu.
Added example config file.
Added Apps and OAuth2 migrations.