audiobookshelf/server
Lars Kiesow 987842ed04
Fix file names with URL control characters
This patch ensures that files names like `series #3 xy.jpg` are actually
handled correctly instead of the part after `#` being interpreted as
fragment and being discarded.

I noticed that in a few rare cases the App wouldn't properly display
cover images. It turns out that due the file names containing a `#`, the
file path got corrupted, causing Audiobookshelf to return a 403.
2024-02-29 17:56:55 +01:00
..
controllers Merge branch 'advplyr:master' into fix-match-update 2024-02-22 12:20:49 +02:00
finders Update:Match author use closest name match by levenshtein distance #2624 2024-02-18 13:06:51 -06:00
libs Remove old login rate limiter 2024-02-17 15:29:06 -06:00
managers Update:Windows binary manager to install ffmpeg/ffprobe 5.1 #1098 2024-02-28 16:16:44 -06:00
models Merge pull request #2659 from mikiher/quick-match-dup-authors 2024-02-25 08:12:05 -06:00
objects Fix:Podcast schedule max new episodes to download setting to 0 and fix input blurs #2680 2024-02-27 17:17:33 -06:00
providers Update:Match author use closest name match by levenshtein distance #2624 2024-02-18 13:06:51 -06:00
routers Update:Added button to user edit modal for unlinking user from openid #2587 2024-02-18 15:38:45 -06:00
scanner Update:Log uncaught exceptions to crash_logs.txt #706 & cleanup logger 2024-02-15 16:46:19 -06:00
utils Fix file names with URL control characters 2024-02-29 17:56:55 +01:00
Auth.js Update:Passport openid-client request timeout set to 10s (default was 3.5s) #2669 2024-02-26 17:20:11 -06:00
Database.js Fix:Clear library filter data cache when library item is updated #2597 2024-02-18 14:58:46 -06:00
Logger.js Update:Log uncaught exceptions to crash_logs.txt #706 & cleanup logger 2024-02-15 16:46:19 -06:00
Server.js Remove old login rate limiter 2024-02-17 15:29:06 -06:00
SocketAuthority.js Fix:Disconnect from socket on logout, remove unnecessary logout function 2024-02-17 16:58:49 -06:00
Watcher.js Fix:Watcher waits for files to finish transferring before scanning #1362 #2248 2023-10-25 16:53:53 -05:00