Patrik J. Braun
Patrik J. Braun
Opening directory with a lot (2000+) of photos or running a big search query takes too long. The issue is two fold: 1. server side processing 2, data download time....
Listing and searching is relatively slow currently, see: https://github.com/bpatrik/pigallery2/blob/master/benchmark/README.md. Did some minimal local benchmarking and found that Issuing a `SELECT * FROM media_entry` takes
Building on #56 and using [face-api.js](https://github.com/justadudewhohacks/face-api.js), PiGallery2 will detect and recognize faces.
Pigallery2 is using multiple exif, iptc parers (as I could not find one that can do all at once) to get all the metadata for a photo: 1) fs.statSync for...
Currently there are 4+1 types of users with fixed right settings in the app (see: https://github.com/bpatrik/pigallery2/blob/master/USERRIGHTS.md) Furthermore all users can see the whole gallery and it cannot be split up....
Search sofar supports exact matching or wildcard matching (with SQL lingo: `LIKE "%str%"`): https://github.com/bpatrik/pigallery2/blob/d9a91a824f1299de62f862e8ac6c2ca3cc9349ea/src/common/entities/SearchQueryDTO.ts#L70-L72 Search should support start only and end only exact matching (i.e.: `LIKE "%str"` and `LIKE "str%"`)....
This is not an app related issue, but rather a setup issue. I have noticed that my server gets requests from unexpected IPs requesting wordpress related sites. Example: ``` "GET...
In case of rotating the image, after that fitting and finally reinitalising the guillotine with the same transformation pramteres, the library zooms in. The sollution for the problem can be...
**Describe the bug** Using multiple `` in a ``, the layer control will render all tile layer at once on top of eachother. (Only the top one will be visible.)...
Hi, I'm using your nice leaflet lib for my [hobby project](https://github.com/bpatrik/pigallery2) and I found it difficult to integrate it with `angular-cli`. I figured that leaflet-ng2 has a dependency on leaflet,...