Commit Graph

740 Commits

Author SHA1 Message Date
Nabeel Shahzad
f3f9e3043d grr not all files/directories cleaning 2018-01-04 14:58:01 -06:00
Nabeel Shahzad
93f36ca530 reverse the make clean to clear out any leftovers 2018-01-04 14:48:06 -06:00
Nabeel Shahzad
d15e44d5b6 Explicitly output version number in travis output bc I'm paranoid 2018-01-04 14:02:25 -06:00
Nabeel Shahzad
29fc8c6046 Make sure the env.php file and other dev files are being removed 2018-01-04 13:58:38 -06:00
Nabeel Shahzad
2a270086ad Force a clean in case caches are being included 2018-01-04 13:55:07 -06:00
Nabeel Shahzad
75d4ecc3c8 Made some fonts more visible 2018-01-04 08:26:07 -06:00
Nabeel Shahzad
0bb4ca78f5 Fix links on admin dashboard 2018-01-04 08:14:39 -06:00
Nabeel Shahzad
be8ac25cc0 update versioning library 2018-01-04 08:06:12 -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
4272946dba Fix AJAX URLs for when running in a subfolder 2018-01-03 20:42:10 -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
a1696d3007 Style all the buttons the same 2018-01-03 12:52:01 -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
15726d0610 Add ICAO field for aircraft #111 2018-01-03 12:41:01 -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
Nabeel Shahzad
8744a8b17b Add a CANCELLED state for PIREPs 2018-01-03 09:49:32 -06:00
Nabeel Shahzad
2bcfe76289 Add user email unique to CreateUserRequest only 2018-01-02 23:20:36 -06:00
Nabeel Shahzad
1b5107a085
Merge pull request #115 from web541/master
Remove unique email entry
2018-01-02 23:19:34 -06:00
web541
e3bd4fb169
Remove unique email entry 2018-01-03 16:15:48 +11:00
Nabeel Shahzad
aa19bbd5dc Cleanup test output 2018-01-02 22:20:00 -06:00
Nabeel Shahzad
07ef5ba8c1 Updated to Laravel 5.5.28 2018-01-02 22:14:36 -06:00
Nabeel Shahzad
085b2bd5be Set the input field for rank hours to a number 2018-01-02 21:23:48 -06:00
Nabeel Shahzad
497229039e Assign the first airline found to the newly created subfleet #114 2018-01-02 21:16:35 -06:00
Nabeel Shahzad
a6ddecf159 Basic import logic and scaffolding #114 2018-01-02 21:00:46 -06:00
Nabeel Shahzad
da9d47513f Add sessions table for if DB is the session driver 2018-01-02 19:47:56 -06:00
Nabeel Shahzad
da4093b75f add sessions table migration for DB session driver 2018-01-02 18:23:21 -06:00
Nabeel Shahzad
2d81072dbd travis-ci caches the composer/npm download dirs 2018-01-02 14:45:55 -06:00
Nabeel Shahzad
9a605bf93f use api auth user 2018-01-02 14:42:56 -06:00
Nabeel Shahzad
6d2f705b40 fix api auth problem 2018-01-02 14:37:52 -06:00
Nabeel Shahzad
7700bd6683 Add tests for the duplicate PIREP via prefile/API 2018-01-02 14:31:00 -06:00
Nabeel Shahzad
9c319e73f9 Check whether a duplicate PIREP has been submitted 2018-01-02 13:17:22 -06:00
Nabeel Shahzad
6b63214154 mark code/leg as optional 2018-01-02 13:10:00 -06:00
Nabeel Shahzad
b0907504b6 Updates to settings code for creating the ID and setting the order 2018-01-02 11:42:26 -06:00