~fkooman/vpn-server-api

prepare for release
source formatting
drop paragonie/constant_time_encodig
drop psr/log, drop lc/openvpn-connection-manager
update psalm.xml.dist
set PDO::ATTR_STRINGIFY_FETCHES to true (PHP 8.1 compat)
only create index if it does not yet exist in migration
add database index to `connection_log` table

Fixes: https://todo.sr.ht/~eduvpn/server/64
set platform, ignore composer.lock in git diff
Revert "add API call to delete certificates based on authKey for APIv3"

This reverts commit fad5b2e31e71debbde4e04523f2697b5c6f4ca35.
add API call to delete certificates based on authKey for APIv3
Next