phpvms/app/Http
B.Fatih KOZ 65015cbce2
Move SimBrief aircraft selection to Controller (#1093)
* Move SimBrief aircraft selection to Controller

Instead of passing subfleets to blade (and doing two foreach loops and ifs to populate the dropdown), we are building a proper aircraft list here.

Did not removed $subfleets from data being passed to blade on purpose, it may be removed later on.

* Style Fix

* Update aircraft selection blade to use $aircrafts

* Order generated Aircrafts collection

First ICAO then Registration

* Add privatized name setting for simbrief

To prevent possible privacy issues according to latest regulations.

* Add privatized name to SimBrief form

It is controlled with a setting, if not enabled we will not pass any names to SimBrief via API (this will result users SimBrief membership name being used at the OFP as before)
2021-03-22 10:55:33 -04:00
..
Composers Add ability to use a link instead of a page #750 (#757) 2020-06-11 08:27:38 -04:00
Controllers Move SimBrief aircraft selection to Controller (#1093) 2021-03-22 10:55:33 -04:00
Middleware Block user if they're not active #1066 2021-03-08 11:24:09 -05:00
Requests Allow flight_id to be nullable 2020-10-27 21:47:19 -04:00
Resources Fix aircraft retrieval for Simbrief (#1089) 2021-03-19 18:25:19 -04:00
Kernel.php Apply theme globally; add mail templates into theme folder #715 2020-05-22 19:00:54 -04:00