simple-picture-gallery/picture-gallery-server/src
Stefan Forstenlechner 0e28646b62 Remove image check when loading number of files
Checking if an image is processable when loading the directory slowed
 down the initial loading of the directories significantly.
7ms vs 180ms in a small test with about 400 images.
User should not have any other files in these folders.
Other methods still contain sanity checks.
2024-08-15 23:33:40 +02:00
..
controller Add test for securityChecks 2022-06-18 16:03:14 +02:00
router split between api and html router 2024-08-15 20:34:20 +02:00
app.ts split between api and html router 2024-08-15 20:34:20 +02:00
fsExtension.ts Remove image check when loading number of files 2024-08-15 23:33:40 +02:00
logging.ts Catch incorrect path exceptions and add logging 2022-04-17 16:21:44 +02:00
models.ts Show original image in big picture mode 2022-05-26 23:06:24 +02:00
paths.ts First thumbnail attempt 2022-04-10 20:49:19 +02:00
thumbnails.ts Add security check to avoid access violations 2022-04-29 21:14:38 +02:00