filesafe/controllers
Bobby Wibowo 31a6940ab4
Updates
Added pagination to uploads and users list.
With that, /api/uploads and /api/users API routes will now add "count"
property to their response object.

Enabled Delete user button in users list.
With that also added /api/users/disable API route.
As usual, you can only disable users whose usergroup is lower than
your own.

Click event will no longer trigger on "disabled" elements (basically any
elements with "disabled" attribute).

Changed all arrow functions into regular functions in public JS files
(there were only a few that I somehow missed).

Bumped v1 version string.
2019-01-02 02:39:08 +07:00
..
albumsController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +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-02 02:39:08 +07:00
utilsController.js Updates [!! update config.js !!] 2018-12-20 18:53:37 +07:00