Commit Graph

94 Commits

Author SHA1 Message Date
Nabeel Shahzad
0251e68ef8 Cleanup the PIREP edit page and add the comments in 2018-01-11 15:07:11 -06:00
Nabeel Shahzad
e61e0bf4c7 Add flag-icon-css library 2018-01-09 18:49:15 -06:00
Nabeel Shahzad
0e36849f16 Fix the flash messages not showing up, styling #126 2018-01-09 13:33:45 -06:00
Nabeel Shahzad
5a12493739 make form inputs more visible 2018-01-08 15:48:36 -06:00
Nabeel Shahzad
37bdd1c5eb make form inputs more visible 2018-01-08 10:21:23 -06:00
Nabeel Shahzad
0495ff27cb Add fares and set prices on flights #125 2018-01-07 10:38:16 -06:00
Nabeel Shahzad
cb772a3c62 Add BASE_URL constant to page and have AJAX calls use it 2018-01-02 10:59:44 -06:00
Nabeel Shahzad
6e4acd2e28 Add the API key to the AJAX requests 2018-01-02 10:50:41 -06:00
Nabeel Shahzad
d4f69bee2a Button styling 2018-01-01 17:00:40 -06:00
Nabeel Shahzad
749f43ac0b don't draw actual route if there are no points 2018-01-01 10:46:31 -06:00
Nabeel Shahzad
cf5d66849c Add missing Leaflet.Geodesic library 2018-01-01 10:42:14 -06:00
Nabeel Shahzad
d93e461266 Field cleanup and some field details 2017-12-31 14:00:50 -06:00
Nabeel Shahzad
4bf3541e25 Fix pjax and inline editable fields in admin 2017-12-30 14:25:50 -06:00
Nabeel Shahzad
92dfea4424 Add the missing fonts 2017-12-30 13:39:56 -06:00
Nabeel Shahzad
41227d3fdb remove auth rewrite from public/htaccess 2017-12-30 13:07:23 -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
4a1d7c59fb added settings page in admin #93 2017-12-30 10:38:18 -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
061b1cba73 js compile 2017-12-29 10:24:02 -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
e2ab6445d2 flight follow if one is selected in map; don't draw full map 2017-12-28 16:00:43 -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
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
9d41121840 refactoring of the systemjs file 2017-12-27 10:17:11 -06:00
Nabeel Shahzad
4f6b8e8e23 plot actual flight path and datapoints from ACARS table 2017-12-26 15:26:12 -06:00
Nabeel Shahzad
70b1476e93 Add markers for the navpoints on the flight and pirep maps 2017-12-24 17:38:38 -06:00
Nabeel Shahzad
44df7fb03d styles updates 2017-12-24 12:11:07 -06:00
Nabeel Shahzad
38b225f37e styles updates 2017-12-24 12:10:51 -06:00
Nabeel Shahzad
1ebf2bd09c Don't allow login if user is pending or rejected; some refactoring of the registration code 2017-12-22 13:38:24 -06:00
Nabeel Shahzad
6c546b5094 Add flight route map; algorithm for picking from multiple nav points; some tests 2017-12-20 19:12:39 -06:00
Nabeel Shahzad
e5278bc0bf Output PIREP map with just the dep/arr airports for now 2017-12-20 11:28:21 -06:00
Nabeel Shahzad
ac4958a2be More fixes for maps; user API key set to design 2017-12-19 17:30:30 -06:00
Nabeel Shahzad
f2131093c4 Simple PIREP overview page (map not working atm) 2017-12-19 15:19:06 -06:00
Nabeel Shahzad
abd2d8e8e2 Rewrite rules and block installed if it's already installed 2017-12-17 11:29:11 -06:00
Nabeel Shahzad
9105c45ad0 Convert .env file to env.php to mask critical info 2017-12-17 01:10:49 -06:00
Nabeel Shahzad
817d3262d4 Add an index page to the root pointing to the bootstrap dir 2017-12-17 01:03:19 -06:00
Nabeel Shahzad
3e52f0aee1 More file cleanup 2017-12-16 15:51:07 -06:00
Nabeel Shahzad
7ab71f9194 remove laravel favicon 2017-12-16 15:13:11 -06:00
Nabeel Shahzad
0ace7c8137 Reorganize and cleanup public assets 2017-12-16 15:12:44 -06:00
Nabeel Shahzad
3d43864bbd Make path to phpvms easier to change 2017-12-15 19:31:32 -06:00
Nabeel Shahzad
1e866f8fa7 Some more cleanup 2017-12-14 22:22:33 -06:00
Nabeel Shahzad
9d2ee0e7df More installer fixes, creation and seeding works 2017-12-14 21:59:54 -06:00
Nabeel Shahzad
710a721305 Made some changes to facilitate moving the public/ folder 2017-12-14 10:56:30 -06:00