Arthur Parienté

Results 11 issues of Arthur Parienté

It may be necessary to review the thumbnail position/style in the frontend and the way to make the distinction between the thumbnail and the file when we upload them.

**Describe the bug** When we run ``npm run prod`` on the lastest dev sass gives us this warning ``Using / for division is deprecated and will be removed in Dart...

wontfix

This adds support for OAuth with VATSIM. I'll update the OAuth PR for the docs to include VATSIM support. We only store the user's CID in the `vatsim_id` field, but...

As you may already know, `laravelcollective/html` will not be compatible with Laravel 11. This PR is an attempt to start preparing for Laravel 11 by removing it from the frontend...

This PR aims to address numerous vulnerabilities within npm packages. Previously, we encountered over 17 vulnerabilities, posing a significant security risk. Our goal is to ensure that phpvms is as...

This PR squashes all migrations into a single .sql file, enabling faster migration and a cleaner migrations folder. As we were performing some inserts into the migrations, I relocated them...

In the first implementation of OAuth, I forgot to account for the fact that tokens could be longer than 191 characters and thus not fit in a string... Since we're...