Commit Graph
1092 Commits
Author SHA1 Message Date
Nabeel Shahzad ed91ddb5a8 Formatting again 2019-07-15 15:19:22 -04:00
Nabeel Shahzad 08a2be165c Formatting 2019-07-15 15:18:49 -04:00
Nabeel Shahzad c04bfb78c6 Formatting 2019-07-15 15:17:51 -04:00
Nabeel Shahzad 06d8f11ca3 Cleanup SI Unit classes and interface for REST responses; fixes to a few METAR parsing issues 2019-07-15 15:14:40 -04:00
Nabeel Shahzad 54347c6706 Set default for read_only to false 2019-06-20 23:24:08 -04:00
Nabeel Shahzad b169337fb6 Styling 2019-06-20 23:19:35 -04:00
Nabeel Shahzad b28ace970c Add interface to additional roles/permissions 2019-06-20 16:52:37 -04:00
Nabeel Shahzad fb9c1c3681 Check for calendar extension in installer 2019-06-19 13:02:06 -04:00
Nabeel Shahzad a176ed2dae Apply fixes from StyleCI 2019-06-18 22:58:09 +00:00
Nabeel Shahzad e1bdef98d6 Keep uploaded avatar images within the same aspect ratio #309 2019-05-13 07:52:07 -05:00
Nabeel Shahzad 2ca1f33e68 Formatting 2019-05-12 18:05:36 -05:00
Nabeel Shahzad dbd7c5e90b Style fixes 2019-05-12 17:49:58 -05:00
Nabeel Shahzad d65b74d7a0 Formatting 2019-05-12 17:37:22 -05:00
Nabeel Shahzad 88957f4071 Add php-cs-fixer to build 2019-05-12 13:26:44 -05:00
Nabeel Shahzad 75eaec2f11 phpcs standards 2019-05-12 12:08:31 -05:00
Nabeel Shahzad 7f0fb16dc3 Update to Laravel 5.8 2019-05-12 10:10:31 -05:00
Nabeel Shahzad 82f6dfbece Fix not found debug() call 2019-05-11 17:39:58 -05:00
Nabeel Shahzad 1ec866d4dc Style fixes 2019-05-11 11:38:56 -05:00
Nabeel Shahzad 7fce5421b4 Reset the criterea before a new search 2019-05-11 11:37:06 -05:00
Nabeel Shahzad 099600cf4c Fix the PHP Docker image 2019-05-10 19:46:50 -05:00
Nabeel Shahzad 4dd3fc5244 Show if there are database errors 2019-05-10 19:31:11 -05:00
Nabeel Shahzad 2b45b9fd70 Fix the searchable fields 2019-05-10 16:24:34 -05:00
Nabeel Shahzad 5b061ba636 Add greater than/less than search options #297 2019-05-10 16:03:04 -05:00
Nabeel Shahzad 3a6e3e0e24 Style fixes 2019-04-07 22:27:10 -05:00
Nabeel Shahzad ec662243d8 Style fixes 2019-04-07 22:27:10 -05:00
Nabeel Shahzad 29a578ea6a Move the MigrationService to the main package 2019-04-07 22:27:10 -05:00
Nabeel Shahzad 8d8857e552 Turn closure into static 2019-04-07 22:27:10 -05:00
Nabeel Shahzad 6816c77845 Cleanup array_merge call 2019-04-07 22:27:09 -05:00
Nabeel Shahzad 2f2eb2e5b2 Mark ID as fillable for ACARS 2019-04-07 22:27:09 -05:00
Nabeel Shahzad d2257095da Remove block_time from seed file 2019-04-07 22:27:09 -05:00
Nabeel Shahzad 6f7735afa7 Formatting 2018-10-25 18:10:37 -05:00
Nabeel Shahzad 3aef1a0aae Merge branch 'dev' of github.com:nabeelio/phpvms into dev 2018-10-25 17:56:03 -05:00
Nabeel Shahzad cd327502d9 API: Call submit() for the PIREP 2018-10-08 09:01:35 -05:00
Nabeel Shahzad 3911d95107 Set the currect aircraft location #277 2018-09-21 22:40:30 -04:00
Nabeel Shahzad 61c7a3d54d Merge pull request #280 from nkevins/expired_flight_cleaning
Hide expired live flight from live map and remove from DB
2018-09-20 18:44:42 -05:00
Kevin 075d4b3069 Add missing php extension 2018-09-21 06:46:44 +08:00
Nabeel Shahzad f8b21c99e2 Use ClassMapGenerator from composer, symfony 4.x removed theirs 2018-09-20 14:08:42 -05:00
Nabeel Shahzad 2e0cc10ded Move redirect configs into phpvms config 2018-09-20 13:55:08 -05:00
Nabeel Shahzad bbce735e31 Fix ordering for styleci 2018-09-20 13:55:07 -05:00
Nabeel Shahzad 262aad2d7a Add the Laravel 5.7 email verification 2018-09-20 13:55:07 -05:00
Kevin d40c9ba91f Hide expired live flight from live map and remove from DB 2018-09-21 02:27:39 +08:00
Nabeel Shahzad ab5480fdc9 Add explicit TOC accepted checkbox #244 2018-09-20 11:14:18 -05:00
Nabeel Shahzad d04565919b Allow admin to set a user's airport to be anywhere 2018-09-08 14:07:31 -05:00
Nabeel Shahzad 146fe05bdc Remove return nulls 2018-09-08 11:40:03 -05:00
Nabeel Shahzad daffd1017f Add alt airport to pirep tables 2018-09-08 11:38:30 -05:00
Kevin Susanto bac6396b19 Fix styleci checking 2018-09-05 09:27:16 +08:00
Kevin b73182f830 Capturing pilot transfer hours 2018-09-05 08:09:33 +08:00
Nabeel Shahzad ec873f2b82 Merge pull request #273 from nkevins/fix_repo_saving
Fix SettingsController saving boolean value as 'on'
2018-09-04 17:35:40 -04:00
Kevin f7ae027156 Optimize query with eager loading 2018-09-04 20:02:16 +08:00
Kevin Susanto f46e5090ae Fix SettingsController saving boolean value as 'on' 2018-09-04 16:11:51 +08:00