Nabeel S
9b2e466b7e
Discord notifications for PIREP and News events #433 ( #1215 )
...
* Discord notifications for events #433
* Style fixes
* Check for blank webhook urls and disable
* Cleanup items after review
* Changes and fixes
* Style fixes
* Don't load env for testing
* Fix status text
* Refactor saving fields/fares so events get the latest data
* Cleanup
* Style fixes
2021-06-04 10:51:59 -04:00
B.Fatih KOZ
ac1d5e1555
Fix PilotHoursAwards ( #1011 )
...
!is_int was causing the check always return false even when user enters a proper value like 6000 or 30000 in admin/award settings.
We should use !is_numeric instead to see if it is a valid numeric value.
2021-01-26 19:48:43 -05:00
Nabeel S
584d37f230
FlightRouteAwards - fix if last pirep is empty/other error conditions ( #886 )
2020-10-22 16:25:52 -04:00
Yash Govekar
5803487d51
Installing and managing modules from admin panel ( #847 )
2020-10-19 10:10:28 -04:00
DaGeek
d001704880
Adding a new AwardClass for Flight Time ( #869 )
...
Adding a new AwardClass for Flight Time
2020-10-13 17:07:12 -04:00
DaGeek
6c553569bf
Create FlightRouteAwards.php ( #865 )
...
Award - FlightRoute- this allows the Admins to create an Award that will be granted if a Pilot completes a flight with a defined Departure and Arrival Airport
2020-10-12 18:54:42 -04:00
Nabeel S
48087fb05f
Metar: TEMPO and trend causing issue with values being overwritten ( #862 )
...
Metar: TEMPO and trend causing issue with values being overwritten
2020-10-10 14:55:12 -04:00
Nabeel S
77fe6679ce
Update module generation #714 ( #716 )
...
* Update module generation #714
* Fix method signatures
* Fix paths within stubs, use single provider.stub file
* Add separate index controller
* Update module generation #714
* Fix method signatures
* Fix paths within stubs, use single provider.stub file
* Update module generation
Disable/lower the cache time as found as a workaround in https://github.com/nWidart/laravel-modules/issues/995
* Update editorconfig for line endings
* Formatting
* Formatting
2020-09-20 19:10:52 -04:00
Nabeel Shahzad
23962a1abb
Add fileinfo
ext to requirements #735
...
closes #735
2020-09-04 11:28:33 -04:00
Nabeel S
4fa58cec5a
Fix clear cache errors with duplicate route names #759 ( #787 )
2020-08-13 17:53:30 -04:00
Nabeel S
3ebf4f2924
Custom user fields #711 ( #772 )
...
Custom user fields during registration and profile edit #711
2020-08-11 17:48:51 -04:00
Nabeel S
e4b1c238f3
Add ACARS update event #755 ( #756 )
2020-06-09 09:10:40 -04:00
Nabeel S
3d211535f7
Remove Google Analytics #728 ( #745 )
...
* Remove Google Analytics #728
* Remove config file
* Don't set the vacentral url
2020-06-04 10:36:55 -04:00
Nabeel Shahzad
975ee9b88e
Fix for update showing available when one isn't #707
2020-05-21 11:50:13 -04:00
Nabeel Shahzad
5754103a17
Bump minimum PHP version to 7.3
2020-05-15 18:22:24 -04:00
Nabeel Shahzad
876457af71
Use absolute paths for permissions check #693
2020-05-15 15:45:54 -04:00
Nabeel S
1054d53826
Emails/notifications not sending #675 ( #686 )
...
* Add test call to test notification #675
* Fix queue driver with emails not sending; formatting #675
2020-05-09 11:31:25 -04:00
Nabeel S
2ea18ae1c6
Fix airline creation logic in installer #677 ( #678 )
2020-05-02 15:09:27 -04:00
Nabeel S
03cfc648b0
Create journal when new airline is created #667 ( #670 )
2020-04-26 10:31:58 -04:00
Nabeel S
877d5a5479
Account for admin role, don't error out on null rows #632 ( #637 )
2020-03-23 11:50:15 -04:00
Nabeel Shahzad
04b9e37e1d
Fix formatting
2020-03-09 16:40:06 -04:00
Nabeel Shahzad
e458a761d3
Include airline name in subfleet name #628
2020-03-09 16:20:04 -04:00
Nabeel Shahzad
3443f6b31e
Check for empty on airline id #628
2020-03-09 16:06:54 -04:00
Nabeel S
2a03d53b3f
Fix airline mapping for aircraft #628 ( #633 )
2020-03-09 15:06:36 -04:00
Nabeel S
412919fe21
Account ICAO for subfleet, airline/location if columns exist #628 ( #632 )
2020-03-09 13:40:10 -04:00
Nabeel S
80b20a8b25
Increase ID column size; seed ID generator with uniqid() #630 ( #631 )
2020-03-09 13:16:10 -04:00
Nabeel S
2c238763cb
Disable using apc/opcache by default if found #625 ( #629 )
2020-03-09 13:08:07 -04:00
Nabeel S
16c977c769
Add load_factor and load_factor_variance to flights #352 ( #620 )
2020-03-05 20:19:12 -05:00
Nabeel S
174b602d7c
Remove the flight fields link from admin #614 ( #615 )
...
* Remove the flight fields link from admin #614
* Change flight_field_value col to be nullable
* Fix updater design
2020-03-04 09:49:51 -05:00
Nabeel S
89481b5fa1
HTTP/HTTPS mixed content errors #612 ( #613 )
...
* Configure TrustProxies middleware
* Add trusted proxies to deps
* Replace jquery request with axios request code
* Trust current user IP for forwarded headers
* Update dependencies
* Downgrade self-updater package for PHP 7.2
2020-03-03 10:20:13 -05:00
Nabeel S
b0f122a301
Table prefixes not being added to indexes ( #597 )
...
* Enabled prefixes on any created indexes (multi-site install in single db)
* Formatting
* Check if enum label is looking for a translation
* Return value
* Fix view namespace across modules
2020-02-28 18:56:01 -05:00
Nabeel S
2f40f4737c
Installer fixes, remove bcmath, fix design ( #596 )
...
* Installer cleanup
* Installer design fixes
2020-02-28 18:00:56 -05:00
Nabeel S
7e742518bc
Module/plugin installation working #593 ( #594 )
...
* Remove the Sample module
* 593-Fix-Modules-From-Composer
* Fix pre/post install scripts in composer #593
* Formatting
2020-02-28 16:06:45 -05:00
Nabeel S
14aacdfb75
Import expense and ledger entries #443 ( #588 )
...
* Fix rank importing with PIREP pay #443
* Import ledger information #443
* Uncomment out testing importers
* Import expense log and settings #443
* Formatting
2020-02-25 14:45:23 -05:00
Nabeel S
07a75de0bf
Recalcuate aircraft stats in nightly cron and importer #585 #443 ( #587 )
2020-02-24 19:35:28 -05:00
Nabeel S
30786b7b27
Set the payrate for the ranks #443 ( #586 )
2020-02-24 17:52:49 -05:00
Nabeel S
11bbcd1df7
User country mapping; ignore unused groups #443 ( #584 )
...
* Fix the user country import #443
* Ignore the old "core" groups because they're unused #443
* Properly sync roles and individual permissions #443
2020-02-24 15:12:36 -05:00
Nabeel S
dfbaa1afd3
Fix rowmapper generator, check for fields, map users #443 ( #583 )
...
* Fix rowmapper generator, check for fields, map users #443
* Formatting
* Remove value store at the end of the import
* Update the notes for the importer about users
* Uncomment importers disabled during testing
2020-02-23 19:48:28 -05:00
Nabeel S
a1d6fa17ad
Respect home hubs setting for registration #580 ( #581 )
...
Respect home hubs setting for registration #580
2020-02-23 17:21:26 -05:00
Nabeel S
6e87f7804c
Fix the namespace path on updater templates #570 ( #571 )
2020-02-21 20:36:27 -05:00
Nabeel S
0297ec3746
Add bcmath to the required extensions list #558 ( #564 )
2020-02-20 11:36:47 -05:00
Nabeel S
8300a69ad5
Fix migrations when table prefix is involved #442 ( #555 )
...
* Fix migrations when table prefix is involved #442
* Formatting
2020-02-18 08:23:32 -05:00
Nabeel S
b36a3009dd
Cleanup Utils #467 ( #547 )
...
* Remove Utils Facade
2020-02-11 12:32:41 -05:00
Nabeel S
99118daad9
Auto update #449 ( #545 )
...
* Add custom repository type for updates
* Direct to self update module
* Formatting
2020-02-10 17:47:46 -05:00
Nabeel S
59d09c0cec
Format all blade templates to 2 spaces #530 ( #531 )
2020-02-01 13:05:56 -05:00
Nabeel S
51b50972c8
Try to clear caches before updating ( #522 )
...
* Try to clear caches before updating
* Add clear-compiled to maintenance cache list
* Formatting
2020-01-30 14:59:48 -05:00
Nabeel S
3c1b433c29
Reduce number of queries for update check ( #520 )
2020-01-30 12:44:59 -05:00
Nabeel S
ff913e5304
Show admin dropdown for admin-access ability ( #515 )
...
* Show admin dropdown for admin-access ability closes #509
* Formatting
2020-01-30 09:00:41 -05:00
Nabeel Shahzad
b7b0ac0a73
style
2020-01-15 13:59:02 -05:00
Nabeel Shahzad
bf24ffb1ba
Catch broader exception writing out config files #491
2020-01-15 13:57:56 -05:00