Taylor Broad

Results 22 comments of Taylor Broad

Sounds good. Looks like you added VAOS support a while ago (thanks btw). How difficult would it be to add buttons to the information panel in relation to the flight?...

Are you by chance using .NET Core? I noticed that this issue is specifically related to the fact this project wasn't compiled against Core. I have no problems using .NET...

If you implement a provider for Laravel Socialite, then it should be possible to add it to phpVMS. This is the same library used for VATSIM and Discord OAuth features....

I forgot too, to be quite honest. I made a modification to my repo on this a while ago for my VA. Maybe a behavior like this could be enabled/disabled...

> We discussed having it on the registration page for discord, and it was the case during the initial implementation of OAuth that I did. However, Nabeel requested its removal...

@DarkArtek What instructions did you use to setup email settings for vms7? https://docs.phpvms.net/config/email To the Contributors The error found in the log, based on some quick searches, gives me a...

> I tried sanctum to see how it works. It looks pretty cool, it allows you to generate tokens that are attached to a model so you can create tokens...

If admins can accept/reject pireps on the view side, then I think it's not needed. I don't know if there's any demand for this feature.

I have no ideas as to the progress on this issue. This, as well as the ability to edit/remove the profile image is a very necessary admin function (e.g. Removing...

> Why not > > ``` > $flights = Flight::where('active', 1)->whereNull('owner_type')->get(); > ``` > > This will eliminate already inactive flights and the ones owned by a 3rd party module...