Nabeel Shahzad
c69e2c0cc8
Fix for subfleet add/remove on flight page #124
2018-01-07 08:58:57 -06:00
Nabeel Shahzad
94c0eb8502
Create wrapper around versioning library to update on builds
2018-01-06 17:00:47 -06:00
Nabeel Shahzad
d63f0ee2f8
Added /api/settings to retrieve all VA settings #120
2018-01-06 15:41:23 -06:00
Nabeel Shahzad
fbfefa4a3b
Include subfleets in rank list
2018-01-06 15:23:35 -06:00
Nabeel Shahzad
082c33ae59
Add /api/flights to retrieve all flights paginated #120
2018-01-06 15:21:21 -06:00
Nabeel Shahzad
2de8d9ed64
Add /api/airlines and /api/airline/{id} #120
2018-01-06 15:13:33 -06:00
Nabeel Shahzad
46a411e27b
Cleanup tests to automatically inject proper headers when needed
2018-01-06 12:07:22 -06:00
Nabeel Shahzad
60256ab213
Add route for getting the current hubs
2018-01-05 15:30:35 -06:00
Nabeel Shahzad
927be50d9b
A bit more of a rudimentary id generator
2018-01-05 14:56:07 -06:00
Nabeel Shahzad
bf493623c7
Change how route is pulled from post and add another validation
2018-01-05 14:46:00 -06:00
Nabeel Shahzad
4ee6830181
Make sure the dpt airport is known before trying to parse the route
2018-01-05 14:33:22 -06:00
Nabeel Shahzad
5719971a13
Remove route parse from prefile
2018-01-05 14:21:45 -06:00
Nabeel Shahzad
2dd5d8cd5b
Fix /acars/position route
2018-01-05 13:13:56 -06:00
Nabeel Shahzad
500cbb8e06
Add lookup for aircraft as /fleet/aircraft/{id} #120
2018-01-05 13:00:45 -06:00
Nabeel Shahzad
1ee9041058
Add /api/fleet to get subfleets and all the aircraft #120
2018-01-05 10:45:34 -06:00
Nabeel Shahzad
e931310dee
Add /api/airports with pagination to return all the airports #120
2018-01-05 10:23:26 -06:00
Nabeel Shahzad
e04fa2e056
Do a cleanup of the state check
2018-01-04 23:31:57 -06:00
Nabeel Shahzad
8af0c30a18
Check hub values for state in create/update
2018-01-04 23:22:31 -06:00
Nabeel Shahzad
0dc1e6e9c4
Remove error status log
2018-01-04 23:16:52 -06:00
Nabeel Shahzad
dd629b2af8
Make sure arr_airport and dep_airport are included in PIREP prefile response #120
2018-01-04 21:21:51 -06:00
Nabeel Shahzad
c43eef6be2
Add some extra logging for the airport hub save
2018-01-04 21:07:23 -06:00
Nabeel Shahzad
db3c60987e
Change tests to use generated user
2018-01-04 21:05:26 -06:00
Nabeel Shahzad
265fb235f2
Deny user API access if they're not ACTIVE #119
2018-01-04 20:50:57 -06:00
Nabeel Shahzad
591c3e7b8b
Change /acars/logs data format; /cancel to DELETE request
2018-01-04 20:08:22 -06:00
Nabeel Shahzad
b29a07afd3
Split out the saveRoute() fn so it's only during a manual filing, not ACARS
2018-01-04 19:39:41 -06:00
Nabeel Shahzad
b0231ff2a9
Remove RestHelper Facade
2018-01-04 19:34:10 -06:00
Nabeel Shahzad
ab89fada83
Added supporting Resources and Helpers
2018-01-04 19:33:47 -06:00
Nabeel Shahzad
b62fa7757c
Overhaul of ACARS/PIREP APIs
2018-01-04 19:33:23 -06:00
Nabeel Shahzad
0bb4ca78f5
Fix links on admin dashboard
2018-01-04 08:14:39 -06:00
Nabeel Shahzad
64734af419
Fix broken test/Airport model in boot
2018-01-03 22:28:17 -06:00
Nabeel Shahzad
676a310432
Add relationship to pull ACARS log messages
2018-01-03 22:19:06 -06:00
Nabeel Shahzad
8810f03c29
Add separate ACARS route to post log messages to the ACARS table
2018-01-03 22:16:18 -06:00
Nabeel Shahzad
81650f5c34
Added AcarsType::LOG
2018-01-03 22:10:56 -06:00
Nabeel Shahzad
fe4e200983
Trim ICAO/IATA names, clean up model fields
2018-01-03 22:04:51 -06:00
Nabeel Shahzad
507ce5f24f
Add flights to the importer, added a few missing columns with output
2018-01-03 21:40:05 -06:00
Nabeel Shahzad
da1b3b16ee
Add various units to settings
2018-01-03 21:35:03 -06:00
Nabeel Shahzad
61ea069481
Change setting name for pilot flight restriction; some cosmetics
2018-01-03 20:56:46 -06:00
Nabeel Shahzad
e5c34bc8af
Change the PIREP accept/reject buttons
2018-01-03 20:39:24 -06:00
Nabeel Shahzad
1f1acb424c
Fix flight time display on profile page
2018-01-03 20:11:06 -06:00
Nabeel Shahzad
80d68d6d14
search airports close #87
2018-01-03 20:07:34 -06:00
Nabeel Shahzad
1d74558abe
pagination on the airports page #87
2018-01-03 20:03:39 -06:00
Nabeel Shahzad
f58f4fdc39
Fix the mapping logic in the importer; do some more cleanup there
2018-01-03 18:36:08 -06:00
Nabeel Shahzad
6181fb0388
rename to new_login_details
2018-01-03 15:47:29 -06:00
web541
08df20de19
Fixed a few field entries ( #116 )
...
* Stopped inheritance errors popping up
* Added fillable fields
These would not save otherwise.
* Added country fillable field
Wouldn’t save when importing from phpvms classic.
* Added more to classic importer
Change arguments to ask in terminal
Fixed table_prefix names in Importer.php
Added the ability to import users from phpvms classic (tested on
simpilot’s 5.5.x) and when importing, it will then reset the user’s
password to a temporary hash and then email it to the user to then
change when they first log in.
* Changes to ImporterService
2018-01-03 15:41:21 -06:00
Nabeel Shahzad
be6e5e8dec
admin can add comments to PIREPs #70
2018-01-03 15:27:56 -06:00
Nabeel Shahzad
fce6c987fd
Add some stats info for airlines and the stats table #108
2018-01-03 12:58:38 -06:00
Nabeel Shahzad
2394b8e419
Rename field to image_link and add field to edit #111
2018-01-03 12:47:12 -06:00
Nabeel Shahzad
4a5c11fc34
Add a DELETED state for PIREPs
2018-01-03 10:30:12 -06:00
Nabeel Shahzad
6f9e4d725b
Add a PIREP cancel route via API #109
2018-01-03 10:25:55 -06:00
Nabeel Shahzad
162057f940
Filter out cancelled PIREPs
2018-01-03 09:54:32 -06:00