Commit Graph

628 Commits

Author SHA1 Message Date
Nabeel Shahzad
c4573b02a8 Fix auth header check 2017-12-30 12:40:36 -06:00
Nabeel Shahzad
6a4e89fc40 remove old adminlte references 2017-12-30 12:23:30 -06:00
Nabeel Shahzad
3bbc32e235 allow the API key to be settable 2017-12-30 12:15:26 -06:00
Nabeel Shahzad
becd988343 trying to get datepicker working but enable setting start date #93 2017-12-30 12:03:45 -06:00
Nabeel Shahzad
3fe3946e29 don't rebuild npm 2017-12-30 12:01:58 -06:00
Nabeel Shahzad
aba90ea2d9 add some more details on api key error 2017-12-30 11:58:34 -06:00
Nabeel Shahzad
2bfaa9e584 quick api test command 2017-12-30 11:56:38 -06:00
Nabeel Shahzad
4a1d7c59fb added settings page in admin #93 2017-12-30 10:38:18 -06:00
Nabeel Shahzad
fcec39fe0f output cleanup 2017-12-30 09:35:38 -06:00
Nabeel Shahzad
9ec1273141 ModelNotFound exception handled #92 2017-12-30 09:09:22 -06:00
Nabeel Shahzad
2ee655b9d1 show error messages in json for API calls #92 2017-12-30 09:03:45 -06:00
Nabeel Shahzad
cba86adb28 remove bower files since i moved it over to npm 2017-12-29 17:39:02 -06:00
Nabeel Shahzad
1140c1c1bb Remove first rank which is put in the seeding for the db create 2017-12-29 17:36:17 -06:00
Nabeel Shahzad
520751b151 Move seed data into separate file with importer; fix admin panel js being broken 2017-12-29 17:34:09 -06:00
Nabeel Shahzad
7cd4bf5ffb Add user setup to installer 2017-12-29 16:56:46 -06:00
Nabeel Shahzad
50da3a9e54 rebuild the web assets in the production mode 2017-12-29 10:30:49 -06:00
Nabeel Shahzad
7ab810780f change command name 2017-12-29 10:30:12 -06:00
Nabeel Shahzad
061b1cba73 js compile 2017-12-29 10:24:02 -06:00
Nabeel Shahzad
5ec99167e8 Cleanup of some console commands 2017-12-29 10:23:42 -06:00
Nabeel Shahzad
a5c5518a12 Add middleware to set Content-type to application/json on all API requests 2017-12-28 22:50:07 -06:00
Nabeel Shahzad
d04c11f660 Add api/status call with vms and php versions 2017-12-28 22:49:47 -06:00
Nabeel Shahzad
f809381b25 cleanup composer and swagger 2017-12-28 21:17:26 -06:00
Nabeel Shahzad
6e9c16125d remove the .git folder which could be too large 2017-12-28 18:13:01 -06:00
Nabeel Shahzad
77d89a2192 remove superfluous packages 2017-12-28 18:00:35 -06:00
Nabeel Shahzad
15becf6b67 cleanup some composer requires 2017-12-28 17:45:57 -06:00
Nabeel Shahzad
f57653a784 remove the --prefer-dist flag 2017-12-28 17:35:50 -06:00
Nabeel Shahzad
053ae5c02f remove hhvm from tests; add nightly 2017-12-28 17:34:39 -06:00
Nabeel Shahzad
e4a0bcf9b1 see if build works in hhvm 2017-12-28 17:32:40 -06:00
Nabeel Shahzad
3b5feb9b1f add --prefer-dist to composer install, try to reduce vendor dir size 2017-12-28 17:30:34 -06:00
Nabeel Shahzad
c8381d99ce more js cleanup and consolidation with webpack; removed vendor dir #91 2017-12-28 17:29:00 -06:00
Nabeel Shahzad
e65edc5709 Fix error if there are no points in the ACARS route 2017-12-28 16:09:49 -06:00
Nabeel Shahzad
e2ab6445d2 flight follow if one is selected in map; don't draw full map 2017-12-28 16:00:43 -06:00
Nabeel Shahzad
8e2ef409f9 fix acars tests 2017-12-28 15:02:59 -06:00
Nabeel Shahzad
5a6bc1a7ba draw route when you click on a flight 2017-12-28 14:59:42 -06:00
Nabeel Shahzad
9d92d8af55 More work on the pirep/acars maps 2017-12-28 14:35:28 -06:00
Nabeel Shahzad
ee328dabc6 geojson cleanup 2017-12-27 21:05:53 -06:00
Nabeel Shahzad
10985a7d97 Cleanup some of the geojson code 2017-12-27 20:52:37 -06:00
Nabeel Shahzad
1e5d964c6d cleanup more JS vendors, moved to node_modules and compiled using webpack 2017-12-27 18:08:37 -06:00
Nabeel Shahzad
17f9330183 cleanup of js deps 2017-12-27 17:24:54 -06:00
Nabeel Shahzad
ae2a030ef8 Cleanup some JS files and webpack info 2017-12-27 17:20:34 -06:00
Nabeel Shahzad
a2e6ea5b49 darken admin fonts a bit 2017-12-27 16:51:56 -06:00
Nabeel Shahzad
edca0644ff Add acars map page and show in-progress flights 2017-12-27 16:47:22 -06:00
Nabeel Shahzad
a2e2a2a6a7 fix link to logo 2017-12-27 15:54:32 -06:00
Nabeel Shahzad
88c1277461 Add cache option in repository layer 2017-12-27 10:44:41 -06:00
Nabeel Shahzad
9d41121840 refactoring of the systemjs file 2017-12-27 10:17:11 -06:00
Nabeel Shahzad
13eb1ace31 add extra airports and edit link 2017-12-27 09:57:41 -06:00
Nabeel Shahzad
4f6b8e8e23 plot actual flight path and datapoints from ACARS table 2017-12-26 15:26:12 -06:00
Nabeel Shahzad
a931435b42 cleanup PIREP api; file report via API 2017-12-26 14:54:28 -06:00
Nabeel Shahzad
81d349d78d show all flights in admin/active by default 2017-12-26 14:14:04 -06:00
Nabeel Shahzad
70f1a6ee02 sort airports in drop down 2017-12-26 14:07:41 -06:00