Matthias Nagel

Results 169 comments of Matthias Nagel

> Idem for the write access for the photo. Obviously the goal of such refactoring is to remove the `authorizeAlbumsWrite` etc. I just kept it here for simplicity. > >...

> No, I was thinking that the trait would only have the `authorize()` method, no longer AuthorizeAlbumWrite sub direction. :) I believe we are talking past each other. Currently we...

I am also in favor of @ildyria‘s workaround. Videos are not really Lychee's primary focus. Moreover, chunked uploads add a lot of complexity to the code. At the moment, the...

Thanks for reporting the problem and my apologies for the late response. I haven't yet tested it myself and thus can neither deny nor confirm this problem, but given the...

Here is a rebased branch, even though it does not seem necessary:https://github.com/LycheeOrg/Lychee/tree/markdown-support_rebase

The column `type` should be renamed to `mimetype` (or `mime_type`) to better reflect what kind of type is stored. There had been quite some code which wrongly used that column...

As this issue has been solved in #1419 can this issue be closed as well?

As one knows, I am a strong advocate of this enhancement. I have already proposed that enhancement myself in the past. My reasons are not because it would save storage...

Thanks for the idea. I agree the UX could really need an improvement here. I see two different issues here: 1. Add a key short-cut to open the import dialog....

Right. I still envision a much better replacement of the whole authentication scheme by something which uses more of the Laravel framework than our home-brewed session management does at the...