filesafe/controllers
Bobby Wibowo e45d854c09
Updated
* Updated path resolving for upload folder option.
This SHOULD now allow using an absolute path, even those outside of
the lolisafe installation.

* Added a config option at uploads -> generateThumbs, named placeholder.
It's a string option that lets you set path of the placeholder image
for files whose thumbnail could not be generated.
It defaults to the old hard-coded path when set to falsy value.

* Fixed thumbs script not using upload folder from config file.

* Added filters for thumb generation error handling.
This is used to ignore some common error messages,
such as file formats not being supported.
2019-08-23 16:49:53 +07:00
..
albumsController.js Updated 2019-08-23 16:49:53 +07:00
authController.js Updated 2019-08-18 16:57:56 +07:00
permissionController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
tokenController.js Updated 2019-06-19 04:04:14 +07:00
uploadController.js Updated 2019-08-20 09:16:34 +07:00
utilsController.js Updated 2019-08-23 16:49:53 +07:00