Commit Graph

4 Commits

Author SHA1 Message Date
Arthur Parienté
992b6d343a
[8.x] feature: upgrade to Laravel 13 (#2204)
* upgrade to laravel 13

* phpstan

* rollback to symfony 7.4

* fix: ModuleService merge

* refactor: new rector rules
2026-05-06 11:27:21 -05:00
arthurpar06
16a31d2b82
Upgrade to Laravel 10 (#1546)
* Update dependencies

* Update to Laratrust v8

* Update public path declaration

* Add return types in Unit and Metar

* Laravel 10 changes

* New types for Controllers

* Update gh actions to php 81

* Fix dbal version

* Style CI

* Style CI

* Fix new public path

* Fix view:cache command not working

* Fix laratrust new methods

* Upgrade PHP Domain Parser

* Update some more controller parameters

* Style fixes

---------

Co-authored-by: Nabeel Shahzad <nabeelio@users.noreply.github.com>
2023-06-21 11:34:11 -05:00
Nabeel S
3ec64c989b
Fixes (#435)
* Add flight level field to PIREP field closes #401

* Default value for distance 0 closes #400

* Block airline deletion if assets exist #367

* Formatting

* Move some of the base exception classes

* Fix skin references to use settings table

* Set default for theme name if setting is wrong
2019-11-19 10:06:07 -05:00
Nabeel S
aedb1f22b6
Don't allow cancels from certain states (#396)
* Don't allow cancels from certain states

* Unused imports

* Don't reset the state doubly

* Move SetUserActive into listener; code cleanup

* Unused imports

* Add missing files into htaccess

* Move Command contract to correct folder
2019-09-16 13:08:26 -04:00