Matthias Nagel

Results 30 issues of Matthias Nagel

`Local::ensureDirectory` should use the configured visibility if available. I discovered this problem while working on a Laravel 8 project which still uses Flysystem v1. This bug fix does probably not...

- [x] Added or updated tests - [ ] Documented user facing changes - [x] Updated CHANGELOG.md Resolves #1284 **Changes** This PR - heavily adds more PHPstan annotations to the...

- Larastan Version: 2.1.11 - `--level` used: 7 - Pull request with failing test: _\_ ### Description If one creates a trait to equip a model with a custom query...

`HasOneOrMany` has only a single template parameter `TRelatedModel` which is bound to the model class which the relation points to. However, `HasOneOrMany` also uses `TRelatedModel` as the type for the...

Fix for [issue #513](https://github.com/lazychaser/laravel-nestedset/issues/513)

I have implemented a Eloquent class which uses the trait `NodeTrait`. Deleting objects of such a class fails with an `InvalidArgumentException` exception `"Model must be node."` in [`BaseRelation::__construct()`](https://github.com/lazychaser/laravel-nestedset/blob/abf4c8602977874368a79eb6648d5d0014b613bb/src/BaseRelation.php#L40) due to...

Maybe this issue is not an issue of this library but an error in my code, but I am unable to track down the root cause. It simply manifests as...

This PR only adds a lot of tests to Lychee which cover the authorization for photos and albums. I would like to see this PR merged before https://github.com/LycheeOrg/Lychee/pull/1357, because this...

This PR fixes some TODO which I left behind in the source during my many refactorings. It adds the complete user object to the JSON returned by `SessionController::init` (not only...

ready4merge

This change request addresses the aspect when a photo is considered to be publicly accessible. This question has recently be raised in the discussion of #1141. While both topics influence...