filesafe/controllers
Bobby Wibowo 57c17d3157
Updates
Updated utilsController.bulkDeleteFiles() to chunk opeartion by a max of
999 values (which is SQLite's default var limit).
However, there's a risk of hitting SQLITE_BUSY since we attempt to
delete chunks all at once (as can be seen by how we use Promise.all
instead of patiently waiting the chunks one by one).
However, I'm not really sure why, but the operations will still
be finished eventually, so I'll let that be for now (?).

Fixed a silly concat in albumsController.js.
2019-02-05 10:36:14 +07:00
..
albumsController.js Updates 2019-02-05 10:36:14 +07:00
authController.js Updates 2019-01-02 02:39:08 +07:00
permissionController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
tokenController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
uploadController.js Updates 2019-01-31 16:29:34 +07:00
utilsController.js Updates 2019-02-05 10:36:14 +07:00