filesafe/controllers
Bobby b17b24b159
feat: new page /file/:identifier
this will display all information recorded from the specified file, but
only to the users that own them (it requires token)

this page also has a delete file button, allowing us to provide link to
this page for sharex deletion url option

once again, this is only for authenticated users, and will only show
file that the users own, unless said user is a moderator or higher
2022-06-28 12:03:49 +07:00
..
handlers fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
utils refactor: relocate db scripts 2022-06-22 13:53:01 +07:00
albumsController.js feat: some env vars support 2022-06-22 13:27:38 +07:00
authController.js feat: initiate db connection only once 2022-06-04 04:21:56 +07:00
pathsController.js fix: verify database dir 2022-06-22 14:23:54 +07:00
permissionController.js feat: usergroup-based file retention periods 2022-05-07 02:17:31 +07:00
tokenController.js feat: initiate db connection only once 2022-06-04 04:21:56 +07:00
uploadController.js feat: new page /file/:identifier 2022-06-28 12:03:49 +07:00
utilsController.js feat: some env vars support 2022-06-22 13:27:38 +07:00