audiobookshelf/server/controllers
James Ross 207ba7ec8e x-accel: encode all paths to URIs
updates util function  encodeUriPath to use node:url with a file:// path
prefix, and updates all instances x-accel redirection to use this helper
util instead of sending unencoded paths into the header.
2023-09-18 13:08:19 -07:00
..
AuthorController.js
BackupController.js x-accel: encode all paths to URIs 2023-09-18 13:08:19 -07:00
CacheController.js
CollectionController.js
EmailController.js
FileSystemController.js Fix:Browse folders when adding new library folder crashing server #2065 2023-09-09 07:47:17 -05:00
LibraryController.js
LibraryItemController.js x-accel: encode all paths to URIs 2023-09-18 13:08:19 -07:00
MeController.js
MiscController.js
NotificationController.js
PlaylistController.js Fix:Server crash when removing item from playlist #2115 2023-09-17 12:40:13 -05:00
PodcastController.js
RSSFeedController.js
SearchController.js
SeriesController.js
SessionController.js
ToolsController.js
UserController.js