Martin Stone

Results 127 comments of Martin Stone

Maybe. There's also https://laravel.com/docs/5.2/queries#pessimistic-locking but it's getting complicated and I'm waiting for the edge cases. Though, on the other hand, nothing here should be mission critical. This is making my...

> What I believe we need is to be able to lock the whole `photos` table for a short period of time so that only one caller at a time...

> I am wondering if we should use a pivot table for this: > > * a `tag` table with pretty much 2 columns: `id` `tag` > > * a...

> > @d7415 Every table needs an ID column for a clean DB structure ;) > @qwerty287 That is correct, but as the tag is unique, you can use the...

Some points, in no particular order (but if I don't write them I'll never get around to it): - Can someone think of a sensibly use-case for one photo with...

> Yes, I do: `description`. :+1: > However, I would actually make both attributes available through the photo info panel and call them exactly like this: "photo description (album independent)"...

> * An aside: can we kill the whole "Unsorted" smart album? What's the use case for it? We could either require all photos to be in albums (it would...

Lychee accesses the cookie from its javascript, so will not (currently) work with that setting.

I guess even if we just allowed a single file it would help.

Thanks for this! Was the album password protected? This may also solve #446.