B.Fatih KOZ
bd892f5407
Fix Admin/Subfleet Edit ( #1315 )
...
As like the db and model, admins should be able to not choosing a hub for their fleets here.
2021-09-21 13:29:47 -04:00
B.Fatih KOZ
96e63f1572
Make hub_id
optional in subfleet import ( #1314 )
...
`hub_id` is not a mandatory field (both in model and database), so it should be `nullable` here too.
2021-09-21 09:14:36 -04:00
B.Fatih KOZ
a0309b6303
Maintenance Status for Aircraft ( #1311 )
...
* Update AircraftStatus.php
* EN
* DE
* ES
* IT
* PT-BR
2021-09-16 15:15:50 -04:00
B.Fatih KOZ
e13a019a40
Flight Type Translations ( #1306 )
...
* Flights EN
* Flights DE
* Flights ES
* Flights IT
* Flights PT-BR
2021-09-10 08:17:19 -04:00
B.Fatih KOZ
91f928ecf4
Add missing base fare values from template ( #1302 )
...
Add missing base fare values
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-09-08 12:22:17 -04:00
Nabeel Shahzad
226ae6d109
Style fixes
2021-09-08 10:51:04 -04:00
lesmar54
90d1708aab
Fixes to CSV import Exports ( #1299 )
...
* Update SubfleetImporter.php
Correction to the import to include Simbrief Code
* Update SubfleetImporter.php
Added in the missing fields HUB-ID and SIMBrief as these are input on the main screen
* Update AircraftImporter.php
Part of the missing data fields in csv import export
* Update FlightImporter.php
Part of the missing fields in csv import and export
* Update AircraftImporter.php
* Update FlightImporter.php
* Update aircraft.csv
Test data amended as part of the missing csv fields
* Update subfleets.csv
Part of the fix for missing fields in csv files used for import/export
* Update flights.csv
* Update FlightImporter.php
* Update subfleets.csv
Removed unused fields
* Update FlightImporter.php
* Update FlightImporter.php
* Update FlightImporter.php
* amended for new csv file layouts
2021-09-08 09:50:34 -04:00
B.Fatih KOZ
6eef246b6a
Improve Map features (GeoJson) ( #1290 )
...
* Update GeoService.php
Replace double name usage with more valuable info
* Update GeoService.php
Changed `GS` with `Spd` 'cause it may be IAS or GS according to the phase of the flight.
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-08-30 13:00:27 -04:00
B.Fatih KOZ
fc8ca69729
Fix Private Profile fields not being editable ( #1289 )
...
* Update ProfileController.php
* Update UserRepository.php
* Update UserRepository.php
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-08-30 12:55:33 -04:00
B.Fatih KOZ
57277c558d
Fix Fare not properly set in controller ( #1291 )
...
* Update FareService.php
* Update PirepController.php
Move the logic to controller as requested
* Update FareService.php
Reverting back the service changes as requested
* StyleFix
2021-08-30 12:50:04 -04:00
B.Fatih KOZ
b0f52ed1d0
Remove SimBrief with Bid ( #1283 )
...
* Update BidService.php
* Update BidService.php
Delete directly ;)
2021-08-13 14:39:18 -04:00
Khendal
d64e674c21
Update pirep_card.blade.php ( #1282 )
...
Added Pilot name in card to know who have submitted the pirep.
2021-08-13 11:51:52 -04:00
B.Fatih KOZ
40c911ff17
Add web middleware to laravel-widgets ( #1281 )
...
Title says it all ... Added web middleware to laravel-widgets config so the widget auto-reload / auto-refresh options can work with full functionality.
2021-08-12 08:40:41 -04:00
B.Fatih KOZ
b6abe8dd5b
Bid check for flights/show ( #1278 )
...
* Update FlightController.php
Add missing $bid to flight/show so when needed Load In Acars button can be placed there too.
* Update show.blade.php
Add Load In Acars button to flight details page (flights/show.blade.php)
2021-08-10 13:23:43 -04:00
Nabeel Shahzad
54c3c8f346
Fix user id check in template
2021-08-09 18:12:48 -04:00
Nabeel S
c250fce84b
Cast the user ID to int in the sb model ( #1277 )
2021-08-09 13:54:40 -04:00
Nabeel S
4125cdd373
Launch ACARS link on the simbrief page #1272 ( #1276 )
2021-08-09 12:01:27 -04:00
Nabeel S
6eb883de73
Dependency updates ( #1274 )
...
* Dependency updates
* Downgrade league/commonmark to 1.6
2021-08-08 11:48:45 -04:00
Nabeel Shahzad
49528c9644
Remove tar-to-zip dep
2021-08-07 12:58:31 -04:00
Nabeel Shahzad
4475813a12
remove dotfiles again
2021-08-07 12:51:13 -04:00
Nabeel Shahzad
681e39650b
Try to fix dots in tar
2021-08-07 12:24:15 -04:00
Nabeel Shahzad
bbbe8a8bd3
remove base dir
2021-08-07 12:16:16 -04:00
Nabeel Shahzad
0acab21712
Fix cd
2021-08-07 11:54:33 -04:00
Nabeel Shahzad
a17840d690
Another zip fix attempt
2021-08-07 11:46:43 -04:00
Nabeel Shahzad
fe87f21599
Restrict zip to current dir
2021-08-07 11:37:26 -04:00
Nabeel Shahzad
2756c34702
Try fixing zip
2021-08-07 11:34:06 -04:00
Nabeel S
564f9ec06e
Add ability to launch acars for flight/bid #1272 ( #1273 )
...
* Add ability to launch acars for flight/bid #1272
* Check for module active/inactive status
* Just some formatting
2021-08-06 14:53:04 -04:00
Nabeel S
95e1df619e
Trap exception/check for module existing on disk #1211 ( #1271 )
...
* Trap exception/check for module existing on disk #1211
* Style fixes
2021-08-06 13:30:24 -04:00
B.Fatih KOZ
4a04d73d08
Update DownloadController.php ( #1267 )
...
* Update DownloadController.php
* StyleFix
* Another StyleFix !
* Update DownloadController.php
* Last StyleFix and Update
* Apply StyleCI fix
Co-authored-by: Nabeel Shahzad <nabeel@nabeel.sh>
2021-08-02 14:43:38 -04:00
Nabeel S
88a8ffe48a
Check for blank values on import and omit them ( #1266 )
...
* Check for blank values on import and omit them
* Add paused status to the pirep changed
2021-07-22 15:56:03 -04:00
Nabeel Shahzad
78d3c6b577
Fix where for paused
2021-07-22 12:47:55 -04:00
Nabeel S
f42a41286d
Add a 'paused' state ( #1265 )
...
* Add a 'paused' state
* Check paused status
2021-07-22 11:59:52 -04:00
Nabeel S
f8ded4e410
Update dependencies ( #1262 )
...
* Update dependencies
* Rebuild assets with updated deps
2021-07-21 10:43:36 -04:00
B.Fatih KOZ
6304f3cab4
Fix PirepService ( #1261 )
...
`$fv['name']` should be used instead of `$fv->name` due to the nature of source data.
Fixes #1260
2021-07-16 13:24:31 -04:00
Nabeel Shahzad
4eb73ab5f3
Update 3rd party services config
2021-07-13 14:38:42 -04:00
Nabeel Shahzad
2af72d137d
Have emails go into the logs by default, make note to users to change that #1259
2021-07-12 17:18:28 -04:00
Nabeel Shahzad
f68e068f87
Use MAIL_MAILER #1259
2021-07-12 13:50:36 -04:00
Nabeel Shahzad
89f9706520
Include all dotfiles in zip
2021-07-12 12:47:24 -04:00
Nabeel Shahzad
cde6fb314b
Add footer requirement into license explicitly
2021-06-20 09:07:13 -04:00
Nabeel Shahzad
1a944f320c
Make the license extra clear
2021-06-19 15:58:56 -04:00
Nabeel Shahzad
d7ad2bdd11
Fix PIREP rejected message #1246
2021-06-18 13:21:59 -04:00
Nabeel Shahzad
24fca650f8
Use old notification handler for admin notifications
2021-06-18 11:33:02 -04:00
Nabeel S
35359b8646
Create endpoint to load bid by ID ( #1248 )
...
* Create endpoint to load bid by ID
* Fix endpoint
2021-06-17 19:42:56 -04:00
B.Fatih KOZ
b6a2fe405d
Update AcarsRepository ( #1245 )
...
* Update AcarsRepository.php
Use `where` instead of `whereDate` , as you know whereDate only checks the date, it skips the time part completely, thus not providing correct live pireps collection.
* Switch from created_at to updated_at
Also remove the UTC conversion 'cause `updated_at` field is not being populated with UTC values.
2021-06-14 07:05:28 -04:00
Nabeel Shahzad
bd9c429cfc
Don't force status to airborne
2021-06-13 15:28:57 -04:00
Nabeel Shahzad
b18f1bbe6c
Fix paginate on airlines
2021-06-11 09:40:42 -04:00
Andrew Roberts
a5a21fb2fd
Fix missing colon on ./vendor volume ( #1243 )
...
docker up throwing error due to missing colon on the ./vendor folder
2021-06-11 08:46:37 -04:00
Nabeel Shahzad
845514da2c
Fix tests
2021-06-10 13:13:09 -04:00
Nabeel Shahzad
531489bfde
Remove pagination from getting airlines
2021-06-10 12:41:23 -04:00
Nabeel Shahzad
601a17e1e6
Blank out links for ACARS
2021-06-10 11:08:25 -04:00