filesafe/controllers
Bobby Wibowo cb0295e732
Updates
* Patched delete function to continue deleting the file from the database if the physical file is missing from the expected path.

* Patched delete function to not print any error message if the file does not have any thumbnail.

* Patched uploader to check the existence of file with the same name, then try to generate a new random name if true, up to 3 times. If it still can not generate a unique random name after 3 times, it will throw an error saying that it can not allocate a name to the client.
This will be useful when shortening file name in the config file.
2018-03-13 21:51:39 +07:00
..
albumsController.js Fixes to albums 2018-02-07 23:56:32 +07:00
authController.js Various updates 2018-01-24 03:06:30 +07:00
tokenController.js Various updates 2018-01-24 03:06:30 +07:00
uploadController.js Updates 2018-03-13 21:51:39 +07:00
utilsController.js Updates 2018-02-07 13:22:31 +07:00