Releases: Vatsim-Scandinavia/handover
Releases · Vatsim-Scandinavia/handover
v3.0.8
v3.0.7
v3.0.6
- Upgraded PHP version to 8.2
- Applied security updates and updated dependecies
- Added missing token_valid field in response read more here
v3.0.5
v3.0.4
v3.0.3
v3.0.2
- Fixed persistent storage & OAuth keys
Note
Prior to this patch, the OAuth keys would be remade on each container recreations, making the access tokens of your applications invalid.
If you want to persist your current OAuth key you need to
- Make a backup of your oauth keys in /app/storage
- Create and bind a storage volume as referenced in README
- Perform the container update
- Copy the previously backed up keys in to the /app/storage
v3.0.1
v3.0.0
- Added Docker image - recommended and supported from now on
- Added theming features - color, logo, text etc.
- Added daily purge of database to remove expired or revoked data
- Added
passport:client:delete
command to safely revoke clients you no longer use - Fixed suspended accounts not getting logged out
- Tweaked the front-end to be a bit more nice looking
- Tweaked token duration - access tokens are now 1 month and refresh tokens 100 years as it's first-party services only here.
- Removed the authorization behaviour - Users will now only see the actual frontend when accepting privacy policy, otherwise sent directly to service
- Removed unused atc_active column
- Upgraded to Laravel 10 and other dependency updates
Note
Remember to run migration when updating.docker exec -it --user www-data handover php artisan migrate
Warning
- The data return structure has changed. You will be required to reconfigure your clients. The new structure replicates VATSIM Connect's for simplicity, see an example here. Make a special note that
id
is renamed tocid
, easy to miss.- If you use Control Center, this release will now only support v4.0 or higher due to the database change.