Commit Graph

124 Commits

Author SHA1 Message Date
Nabeel Shahzad
07bcc5f199 Fixed login and added suspended message 2017-12-23 08:36:02 -06:00
Nabeel Shahzad
014aea6ae1 Cleanup registration and add a generic TOC 2017-12-23 08:21:40 -06:00
Nabeel Shahzad
babdca627e Fixes and cleanup for user pending/registration calls 2017-12-22 16:32:21 -06:00
Nabeel Shahzad
81ac281d9f simple user search and pagination 2017-12-22 15:11:27 -06:00
Nabeel Shahzad
50ede116ca Show count of pending pilot registrations; pagination 2017-12-22 14:48:15 -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
161623c85e Fixes for emails; send user registered/pending depending on state 2017-12-22 12:46:46 -06:00
Nabeel Shahzad
7fbe2f5e30 cleanup and ensure forgot password functionality is working 2017-12-21 17:23:45 -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
0375bb420f Major refactoring for PIREP statuses and states to accomodate ACARS/route data 2017-12-19 20:19:36 -06:00
Nabeel Shahzad
f2131093c4 Simple PIREP overview page (map not working atm) 2017-12-19 15:19:06 -06:00
Nabeel Shahzad
ddd92c8b37 Changes for shared hosting and numerous installer fixes 2017-12-17 16:58:53 -06:00
Nabeel Shahzad
ff2ec20e37 remove the project files 2017-12-16 12:12:26 -06:00
Nabeel Shahzad
5bc8dab6f8 Add check to see that we're installed, and remove the .env that's created 2017-12-16 12:01:21 -06:00
Nabeel Shahzad
5bedbba2a7 use laratrust to replace entrust #78 2017-12-15 12:36:13 -06:00
Nabeel Shahzad
b97b47cd8c Add some error state pages and installer fixes 2017-12-15 11:22:46 -06:00
Nabeel Shahzad
ab75ef7cf8 Fix and enable Subfleet/Fare tests and factories 2017-12-13 11:29:14 -06:00
Nabeel Shahzad
55250b8789 PIREP tests working, using minutes to track flight hours instead of seconds 2017-12-13 10:56:26 -06:00
Nabeel Shahzad
248a8d1488 Add more API resources; user bid management and tests #35 #36 2017-12-12 16:58:27 -06:00
Nabeel Shahzad
5b25a464ba Rename the PilotService to UserService 2017-12-12 14:48:03 -06:00
Nabeel Shahzad
de582f617c Rename UserFlight to UserBid to match functionality 2017-12-12 11:49:35 -06:00
Nabeel Shahzad
373f45c86c Convert flight transformer to the native Laravel resource object 2017-12-12 07:25:11 -06:00
Nabeel Shahzad
2fca28993e don't cache for now #36 2017-12-11 22:10:48 -06:00
Nabeel Shahzad
0f18e60fd9 #36 Add authentication for API; generate API key 2017-12-11 22:05:22 -06:00
Nabeel Shahzad
f2add8908b add setting() helper; fix invalid defaults for mysql in table 2017-12-09 21:56:26 -06:00
Nabeel Shahzad
d34e30666d Cleanup for settings table and moved some seed data into the migrations 2017-12-09 21:21:49 -06:00
Nabeel Shahzad
fa4be69774 Cache the api calls to vacentral and make the iata field optional 2017-12-07 17:44:05 -06:00
Nabeel Shahzad
ddb8a6f5e9 Airport lookup from vaCentral API; changes to Airports tables 2017-12-07 17:22:15 -06:00
Nabeel Shahzad
f0309e65de set/add timezone information for airports and users 2017-12-06 16:07:25 -06:00
Nabeel Shahzad
ac0f163090 Saner way of password change check 2017-12-06 10:07:10 -06:00
Nabeel Shahzad
9c1a8f8251 Flight search on frontend 2017-12-04 14:21:46 -06:00
Nabeel Shahzad
8d4f1efd52 cleaned searching for flights, specific fields in admin 2017-12-04 12:05:31 -06:00
Nabeel Shahzad
e032fd2dbf cleanup searchCriteria generation for flights 2017-12-04 10:59:25 -06:00
Nabeel Shahzad
6bb0a52d81 Pagination on the pireps/flights on the front-end 2017-12-04 10:34:01 -06:00
Nabeel Shahzad
5593d01035 Edit user PIREP 2017-12-03 15:29:34 -06:00
Nabeel Shahzad
83cc5111b6 count/filtering of pending PIREPs 2017-12-03 10:55:01 -06:00
Nabeel Shahzad
4c8fca39eb accept/reject pireps in admin; cleanup and refactoring 2017-12-03 00:48:33 -06:00
Nabeel Shahzad
df2b092d60 sample event listener and scaffolding for a module 2017-12-02 09:19:58 -06:00
Nabeel Shahzad
58a8d2cdbe cleanup aircraft controller 2017-12-02 08:29:53 -06:00
Nabeel Shahzad
6a8e224546 Fix the call to parent 2017-12-01 14:35:59 -06:00
Nabeel Shahzad
622e099b97 add recent() call to BaseRepository 2017-12-01 11:25:58 -06:00
Nabeel Shahzad
9566da84a5 Cleaned up select box stuff, moved to repositories 2017-12-01 11:11:03 -06:00
Nabeel Shahzad
9706114289 Caching & search configuration in repository classes 2017-12-01 10:53:33 -06:00
Nabeel Shahzad
8509daab35 pagination for pireps (admin) 2017-12-01 10:44:35 -06:00
Nabeel Shahzad
e1b0b92f83 flight search and pagination (in admin), schema changes to accomodate 2017-11-30 20:28:45 -06:00
Nabeel Shahzad
f52b4bb4d9 Initial user management in admin panel 2017-11-29 18:01:07 -06:00
Nabeel Shahzad
30737a7644 fixed the remaining edit pages 2017-11-22 20:03:49 -06:00
Nabeel Shahzad
5e990164ee updated subfleet admin design 2017-11-22 11:52:02 -06:00
Nabeel Shahzad
321f2e94f5 cleanup of edit flight page; added deps 2017-11-01 11:08:36 -04:00