Nabeel Shahzad
|
33daaf4a35
|
Add an InternalError type that piggybacks ValidationError
|
2018-03-23 17:29:54 -05:00 |
|
Nabeel Shahzad
|
f5c492bb7e
|
Sort aircraft by registration
|
2018-03-23 16:41:09 -05:00 |
|
Nabeel Shahzad
|
c81fc5f25b
|
only output airline icao in subfleet export
|
2018-03-23 16:38:56 -05:00 |
|
Nabeel Shahzad
|
eb64f268d3
|
Fix flight field bugs
|
2018-03-23 15:02:26 -05:00 |
|
Nabeel Shahzad
|
f8f5a71564
|
Move subfleet add/remove to fleet service for a flight
|
2018-03-23 14:10:18 -05:00 |
|
Nabeel Shahzad
|
1161106d9c
|
Fix airport field row being inserted and check against airport ID
|
2018-03-23 12:27:28 -05:00 |
|
Nabeel Shahzad
|
c6f423087d
|
fix failed to error
|
2018-03-23 10:37:34 -05:00 |
|
Nabeel Shahzad
|
182cb2d33b
|
Change flight_number field to uint
|
2018-03-22 23:11:59 -05:00 |
|
Nabeel Shahzad
|
49dfa7fc17
|
Sort flights by flight_number
|
2018-03-22 22:50:41 -05:00 |
|
Nabeel Shahzad
|
28a44631fc
|
add field values to flight api
|
2018-03-22 22:48:54 -05:00 |
|
Nabeel Shahzad
|
29b84f9281
|
Reverse the iata/icao columns for airport import
|
2018-03-22 22:21:54 -05:00 |
|
Nabeel Shahzad
|
7105e82922
|
Add days of week to flights table; add to import/export for flights
|
2018-03-22 21:21:35 -05:00 |
|
Nabeel Shahzad
|
8b53ca2fdc
|
Fix types and codes import
|
2018-03-22 19:59:35 -05:00 |
|
Nabeel Shahzad
|
112a72ac6f
|
Subfleet exporter #194
|
2018-03-22 17:59:10 -05:00 |
|
Nabeel Shahzad
|
46d8fb125a
|
Add fare import/exporter #194
|
2018-03-22 17:48:57 -05:00 |
|
Nabeel Shahzad
|
a44204b185
|
Import/export expenses #194
|
2018-03-22 17:17:37 -05:00 |
|
Nabeel Shahzad
|
4e3a9fd9ea
|
Export airports
|
2018-03-22 13:04:13 -05:00 |
|
Nabeel Shahzad
|
d4f79b1331
|
Add aircraft export
|
2018-03-22 12:55:56 -05:00 |
|
Nabeel Shahzad
|
78e70fec3b
|
Fix directory creation path
|
2018-03-22 12:48:27 -05:00 |
|
Nabeel Shahzad
|
fbfd71adcf
|
Cleanup Exporter; use firstOrCreate for any missing data we can infer/setup defaults for
|
2018-03-22 12:43:58 -05:00 |
|
Nabeel Shahzad
|
9657e8bd40
|
Rename import/export, fix tests with parser
|
2018-03-21 19:12:36 -05:00 |
|
Nabeel Shahzad
|
276b93fc57
|
Export flights to CSV in admin #194
|
2018-03-21 17:07:30 -05:00 |
|
Nabeel Shahzad
|
95a7365fee
|
remove unique on update #214
|
2018-03-21 12:35:06 -05:00 |
|
Nabeel Shahzad
|
dad44db0bc
|
Fix table reference for uniques
|
2018-03-21 10:34:04 -05:00 |
|
Nabeel Shahzad
|
0dca866f11
|
Fix unique validation
|
2018-03-21 09:55:02 -05:00 |
|
Nabeel Shahzad
|
bb5bb4d4c7
|
Fixed scoping rules in Model classes
|
2018-03-20 19:40:19 -05:00 |
|
Nabeel Shahzad
|
b9beb6c804
|
Add importers in console and admin for flights/aircraft/subfleets and airport #194
|
2018-03-20 19:17:11 -05:00 |
|
Nabeel Shahzad
|
782121829a
|
Fix seeder for flight_subfleet
|
2018-03-20 16:12:33 -05:00 |
|
Nabeel Shahzad
|
5d5565e5a8
|
rename flight subfleet join table
|
2018-03-20 16:11:24 -05:00 |
|
Nabeel Shahzad
|
9e43955fbb
|
rename yaml import/export
|
2018-03-20 16:10:52 -05:00 |
|
Nabeel Shahzad
|
25a299fb74
|
Add flight fields for templated fields on edit flight #213
|
2018-03-20 13:47:47 -05:00 |
|
Nabeel Shahzad
|
485c6e86bb
|
add separate flight_fields table and move over to flight_field_values
|
2018-03-20 13:06:06 -05:00 |
|
Nabeel Shahzad
|
a9454c319a
|
Add helper field() method to Pirep model
|
2018-03-20 11:46:48 -05:00 |
|
Nabeel Shahzad
|
712cb185b4
|
Add a helper method in the Flight model to more easily get a custom value
|
2018-03-20 11:36:28 -05:00 |
|
Nabeel Shahzad
|
4e59bd0442
|
view flight bids in flights screen #203
|
2018-03-20 11:28:06 -05:00 |
|
Nabeel Shahzad
|
06e1cd15c0
|
Fix database connection test in installer
|
2018-03-20 09:29:45 -05:00 |
|
Nabeel Shahzad
|
273ccc648d
|
Set some more methods as final in interfaces
|
2018-03-19 21:01:32 -05:00 |
|
Nabeel Shahzad
|
ccf56ddec1
|
Fix formatting and interfaces in nearly every file
|
2018-03-19 20:50:40 -05:00 |
|
Nabeel Shahzad
|
04c5b9e7bf
|
Move Enum base class to App\Interfaces
|
2018-03-18 21:24:41 -05:00 |
|
Nabeel Shahzad
|
36ea12e135
|
Move the model callbacks into Observables; reduce caching since it held balances incorrectly
|
2018-03-18 20:37:35 -05:00 |
|
Nabeel Shahzad
|
6b002f24a8
|
Store full datetime in post_date; recalculate finances on every pirep
|
2018-03-17 22:20:08 -05:00 |
|
Nabeel Shahzad
|
6fa724d7b7
|
Reduce the number of flights created in tests to reduce collisions
|
2018-03-17 18:45:18 -05:00 |
|
Nabeel Shahzad
|
02a6d0d056
|
Change the PilotFlightAwards parameter name to be more descriptive #155
|
2018-03-17 18:38:09 -05:00 |
|
Nabeel Shahzad
|
28d180e850
|
Change the parameter name into the award check() method #155
|
2018-03-17 18:19:05 -05:00 |
|
Nabeel Shahzad
|
3a1ee94acf
|
Ordering in ClassLoader
|
2018-03-17 18:07:42 -05:00 |
|
Nabeel Shahzad
|
776cea7055
|
Add error handler when trying to invoke in ClassLoader
|
2018-03-17 18:07:13 -05:00 |
|
Nabeel Shahzad
|
4b7cd6ce6e
|
Splice the logger to use the cron stack for the console
|
2018-03-17 18:05:51 -05:00 |
|
Nabeel Shahzad
|
67ef6872af
|
Call the AwardListener in the proper UserStatsChanged event #155
|
2018-03-17 12:55:50 -05:00 |
|
Nabeel Shahzad
|
3c39aeee43
|
Change rank field from image_link to image_url for consistency
|
2018-03-17 12:19:26 -05:00 |
|
Nabeel Shahzad
|
e9baf4acb5
|
Add/edit the award class in Admin #155
|
2018-03-17 12:17:38 -05:00 |
|
Nabeel Shahzad
|
a21e2dd412
|
Clean up Award controller in admin #155
|
2018-03-17 11:39:51 -05:00 |
|
Nabeel Shahzad
|
7feecb507d
|
Add ability to pass in parameters to an Award class #155
|
2018-03-17 11:35:34 -05:00 |
|
Nabeel Shahzad
|
26f00ccaae
|
Add the event listener for the awards #155
|
2018-03-17 00:55:39 -05:00 |
|
Nabeel Shahzad
|
31b9195a6e
|
Implement the other functionality for awards #154
|
2018-03-17 00:18:03 -05:00 |
|
Nabeel Shahzad
|
45a22e26be
|
Merge #154 Awards into dev
|
2018-03-17 00:03:17 -05:00 |
|
Nabeel Shahzad
|
7dd6a7e7f3
|
Awards base class and scaffolding #155
|
2018-03-16 23:59:53 -05:00 |
|
Nabeel Shahzad
|
067fb0f9f0
|
Implement events for cron expenses; add processing of daily/monthly expenses #136
|
2018-03-16 20:12:56 -05:00 |
|
Nabeel Shahzad
|
d34de098e5
|
Add separate redirect config after registration
|
2018-03-16 11:42:01 -05:00 |
|
Nabeel Shahzad
|
428d016e26
|
Customize redirect after login
|
2018-03-16 11:41:18 -05:00 |
|
Nabeel Shahzad
|
15d483b332
|
Add config to change redirect after login
|
2018-03-16 11:40:09 -05:00 |
|
Nabeel Shahzad
|
92bb56e344
|
Add recaptcha implementation #212
|
2018-03-16 11:38:06 -05:00 |
|
Nabeel Shahzad
|
b9380b2c3a
|
Dependencies for captcha #212
|
2018-03-16 10:50:04 -05:00 |
|
Nabeel Shahzad
|
ccbc109db2
|
Add setting to automatically remove bid on PIREP accept #200
|
2018-03-15 18:20:07 -05:00 |
|
Nabeel Shahzad
|
58fbbd98a4
|
url param was missing
|
2018-03-14 19:54:58 -05:00 |
|
Nabeel Shahzad
|
2aae789e2a
|
Make sure inline scripts in admin all have the full base url
|
2018-03-14 18:14:35 -05:00 |
|
Nabeel Shahzad
|
e5ff927f7d
|
Add bid was missing url() call to put the URL correctly
|
2018-03-14 10:40:57 -05:00 |
|
Nabeel Shahzad
|
afd7aebe20
|
Allow the fares to be submitted via API for ACARS #125
|
2018-03-14 10:34:41 -05:00 |
|
Nabeel Shahzad
|
7148f27d33
|
Find/replace the LoadConfiguration class #163
|
2018-03-14 09:46:02 -05:00 |
|
Nabeel Shahzad
|
6975167a77
|
formatting to js standard
|
2018-03-14 09:07:41 -05:00 |
|
Nabeel Shahzad
|
57cddee3fd
|
Cleanup the api_key and csrf_token setters
|
2018-03-13 01:55:14 -05:00 |
|
Nabeel Shahzad
|
684ee545cf
|
include csrf token and fix escaping for admin scripts
|
2018-03-13 01:48:47 -05:00 |
|
Nabeel Shahzad
|
bff80c2dc7
|
Change user bid to POST
|
2018-03-13 01:26:27 -05:00 |
|
Nabeel Shahzad
|
acb289f6d0
|
Make sure login uses Form to get the csrf token
|
2018-03-12 22:17:58 -05:00 |
|
Nabeel Shahzad
|
05655632cc
|
Update ssri npm package bc of vulnerability
|
2018-03-12 20:20:59 -05:00 |
|
Nabeel Shahzad
|
1896e1cc35
|
Configure axios library and read the api-key dynamically
|
2018-03-12 20:14:55 -05:00 |
|
Nabeel Shahzad
|
0f9ce8bbb9
|
Frontend maps to use the commonjs compiled files
|
2018-03-12 18:10:35 -05:00 |
|
Nabeel Shahzad
|
8076c2d8c1
|
Fixing XSS vulnerability by using the proper output tags
|
2018-03-12 17:58:12 -05:00 |
|
Nabeel Shahzad
|
17f9464208
|
first pass splitting js into commonjs modules
|
2018-03-12 17:30:52 -05:00 |
|
Nabeel Shahzad
|
843cf26140
|
Add Axios dependency
|
2018-03-12 11:00:12 -05:00 |
|
Nabeel Shahzad
|
a3264c1cd1
|
re-enable csrf token for forms
|
2018-03-12 10:33:46 -05:00 |
|
Nabeel Shahzad
|
46452edf55
|
Include Theme as facade
|
2018-03-11 22:26:19 -05:00 |
|
Nabeel Shahzad
|
d90e118f56
|
Move vaCentral config to its own config file and ServiceProvider
|
2018-03-11 18:14:34 -05:00 |
|
Nabeel Shahzad
|
7cc3fc6a3a
|
Remove the phpvms.skin config, use theme instead
|
2018-03-11 18:05:53 -05:00 |
|
Nabeel Shahzad
|
98ebd5e358
|
Remove the skin_view() call from base Controller class
|
2018-03-11 18:03:15 -05:00 |
|
Nabeel Shahzad
|
f05e37767f
|
Update skinning with more flexible theme module
|
2018-03-11 18:00:42 -05:00 |
|
Nabeel Shahzad
|
03c15473b9
|
remove with()
|
2018-03-11 17:22:25 -05:00 |
|
Nabeel Shahzad
|
df8f6372f1
|
Fix issue with SKIN_NAME being undefined
|
2018-03-11 10:55:20 -05:00 |
|
Nabeel Shahzad
|
2ec7bc1caa
|
dependency updates
|
2018-03-11 10:39:49 -05:00 |
|
Nabeel Shahzad
|
4f8f82f69f
|
find proper rank when assigning subfleet
|
2018-03-09 13:03:43 -06:00 |
|
Nabeel Shahzad
|
724daabc5a
|
Fix error with adding rank
|
2018-03-09 10:24:22 -06:00 |
|
Nabeel Shahzad
|
83f0f1bfe3
|
Fix notification events callers
|
2018-03-09 08:52:55 -06:00 |
|
Nabeel Shahzad
|
aac355b077
|
Fix boot magic name in trait
|
2018-03-08 08:56:27 -06:00 |
|
Nabeel Shahzad
|
f13c961863
|
Fix flight page errors and some naming fixes
|
2018-03-08 08:51:36 -06:00 |
|
Nabeel Shahzad
|
fefc6bc22a
|
Add back in --base-only to version generation
|
2018-03-08 08:16:42 -06:00 |
|
Nabeel Shahzad
|
d42bfc7aae
|
Fix version number generation
|
2018-03-07 10:24:29 -06:00 |
|
Nabeel Shahzad
|
dc2570a408
|
Rename the PirepService class
|
2018-03-06 17:36:06 -06:00 |
|
Nabeel Shahzad
|
a325470b8f
|
Aircraft can have its own expenses #130
|
2018-03-06 17:32:56 -06:00 |
|
Nabeel Shahzad
|
c7925db0e7
|
Add field to charge an expense to a user #130
|
2018-03-06 17:15:42 -06:00 |
|
Nabeel Shahzad
|
dad923489b
|
Set tags on transactions #130
|
2018-03-06 06:40:49 -06:00 |
|
Nabeel Shahzad
|
453ca5b180
|
Cleanup the transaction memos
|
2018-03-06 06:17:45 -06:00 |
|