Skip to content

Tags: oudrun/phpvms

Tags

7.0.0-beta.4

Toggle 7.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpvms#690 from nabeelio/7.0.0-beta.4

7.0.0-beta.4

7.0.0-beta.3

Toggle 7.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
7.0.0-beta3 Release (phpvms#541)

* 391 Notification refactorings (phpvms#441)

* Refactor notifications to allow easier plugins

* Notification refactoring

* Formatting

* Move news to NewsService; cleanup of events

* More refactoring; added send email out for news item and the template

* Formatting

* Formatting

* Fix missing newsRepo (phpvms#445)

* Refactor and add importer to Installer module phpvms#443 (phpvms#444)

* Refactor and add importer to Installer module phpvms#443

* Refactor for finances to use in import

* Import groups into roles

* Formatting

* Formatting

* Add interface in installer for import

* Notes about importing

* Check for installer folder

* Formatting

* Fix pirep->user mapping

* Unused import

* Formatting

* Replace importer with AJAX powered; better error handling phpvms#443 (phpvms#447)

* Replace importer with AJAX powered; better error handling phpvms#443

* Formatting

* Fix command line importer

* Remove bootstrap cache (phpvms#448)

* Cleanup the bootstrap/cache directory when packaging

* Fix removal of bootstrap cache

* Formatting

* Stricter checks on ACARS API data (phpvms#451)

* Stricter checks on ACARS API data

* More checks

* Fix for flight_number check forcing to exist

* Allow nullable on flight_id

* Avoid proc_open use phpvms#455 (phpvms#456)

* Use PhpExecutableFinder() closes phpvms#457 phpvms#458 (phpvms#460)

* Use DateTimeZone instead of int for creating datetime

closes phpvms#461

* Fix CSV imports giving Storage class not found phpvms#454 (phpvms#462)

* Fix CSV imports giving Storage class not found phpvms#454

* Update yarn files for security alert

* Add PHP 7.4 support (phpvms#464)

* Add PHP 7.4 to build matrix

* DB fix

* YAML parser fix in test data

* Show versions

* Package updates

* Track used ICAOs

* 7.4 METAR parsing fix

* METAR parser fix

* Formatting

* Add meters to response units

* Call instance for unit conversion

* Return value

* Catch exception for unknown quantity

* Comment fix

* Formatting

* METAR parsing fixes on PHP 7.4

* Package updates

* More random airport ID

* More random airport ID

* Properly disable toolbar

* Semver written out to version file

* Use dev as default identifier

* Fix BindingResolutionError when debug toolbar isn't present (phpvms#465)

* Fix BindingResolutionError when debug toolbar isn't present

* Formatting

* Split the importer module out from the installer module (phpvms#468)

* Split the importer module out from the installer module

* Cleanup of unused imports

* Move updater into separate module phpvms#453

* Remove unused imports/formatting

* Disable the install and importer modules at the end of the setup

* Unused imports; update IJ style

* test explicit stage for php+mysql

* add more to matrix

* Add different MariaDB versions

* undo

* Cleanup Model doc

* Pilots cannot use the dashboard or flights without admin rights (phpvms#481)

* Use auth middleware instead of specific groups for logged in state

* Auth check for admin access

* Check user admin access for updates

* Formatting

* Allow nullable field and calculate distance if nulled for flight import phpvms#478 (phpvms#482)

* Check for no roles being attached phpvms#480 (phpvms#483)

* Return the flight fares if there are no subfleet fares phpvms#488 (phpvms#489)

* Return the flight fares if there are no subfleet fares phpvms#488

* Formatting

* Formatting

* Account for units when entering fuel amounts phpvms#493

* Search for ICAO not working properly (phpvms#496)

* /flights and /flights/search direct to the same endpoint

* Properly set the distance/planned_distance on save (phpvms#497)

* 491 Installation Error (phpvms#495)

* Disable CSRF token

* Add error handling around looking up the theme and set a default

* Note about logs in issue template

* Formatting

* Fix GeoService errors when viewing PIREP phpvms#498 (phpvms#499)

* Add new command to export a specific PIREP for debugging (phpvms#501)

* Set a default model value for airports on PIREP (phpvms#500)

* Set a default model value for airports on PIREP

* Fix airport icao reference

* Default airport models

* Catch broader exception writing out config files phpvms#491

* style

* Add reference to docs on doc site (phpvms#502)

* Properly create/update rows importing phpvms#486 (phpvms#503)

* Add base Dockerfile for Dockerhub builds (phpvms#504)

* New subfleet not being attached to an airline on import phpvms#479 (phpvms#505)

* Fix subfleet not being attached to an airline on creation in import phpvms#479

* Call airline name with optional() around subfleet

* Minor cleanup

* Search flights by subfleet phpvms#484 (phpvms#506)

* API level search of flights phpvms#484

* Add Subfleet to flights page for search

* Make the fuel used optional (phpvms#512)

* Add make to Docker container

* Add getRootDomain() to Utils (phpvms#514)

* Show admin dropdown for admin-access ability (phpvms#515)

* Show admin dropdown for admin-access ability closes phpvms#509

* Formatting

* Check user permissions on the routes phpvms#508 (phpvms#516)

* Check user permissions on the routes phpvms#508

* Formatting

* Return default value on exception for setting()

* Correct text for no subfleets phpvms#507 (phpvms#518)

* Add a public_url() helper phpvms#513 (phpvms#519)

* Reduce number of queries for update check (phpvms#520)

* Try to clear caches before updating (phpvms#522)

* Try to clear caches before updating

* Add clear-compiled to maintenance cache list

* Formatting

* Set PIREPs page to public (phpvms#526)

Set PIREPs page to public

* Fix live and route map errors phpvms#527 (phpvms#528)

* Add menu bar for mobile (phpvms#529)

* Format all blade templates to 2 spaces phpvms#530 (phpvms#531)

* Fix PIREP edit endpoint closes phpvms#533 (phpvms#534)

* Fix import during flight cron phpvms#532 (phpvms#535)

* PIREPS resource except for show (phpvms#536)

* Use optional() around the airport fields (phpvms#537)

* Use optional() around the airport fields

* Add null-coalesce around full_name

* Add link to download ACARS config from profile (phpvms#539)

* Add link to download ACARS config from profile

* Formatting

* Update xml config file template (phpvms#540)

7.0.0-beta.2

Toggle 7.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpvms#440 from nabeelio/dev

Merge 7.0.0-beta.2 to master

v7.0.0-alpha2

Toggle v7.0.0-alpha2's commit message
Alpha 2 release

v7.0.0-alpha1

Toggle v7.0.0-alpha1's commit message
Alpha 1 Release