thomasjacquin / allsky-portal

A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
GNU General Public License v3.0
35 stars 22 forks source link

more image filtering #62

Closed ckuethe closed 3 years ago

ckuethe commented 3 years ago

instead of trying to enumerate and reject all possible bad filenames, define a pattern that describes good filenames and display matches.

change test to test\w* so that test would be allowed too.