filesafe/controllers
Bobby Wibowo 922269181c
More improvements to uploads filtering!
Renamed "orderby" key to "sort" (for sorting uploads).

Fixed non-keyed keyword exclusions not working as expected when
more than one are used at the same time.

Support not specifying "from" date when filtering with range keys
(date and expiry).

Proper logic for NULL values inclusion/exclusion when filtering with
user and/or ip keys.

Improved Help? prompt again!!
Also clarify about timezone differences.

Added logger.debug() function.
Basically a shorthand for console.log(require('util').inspect()).

Rebuilt client asssets and bumped v1 version string.
2020-04-20 01:19:20 +07:00
..
albumsController.js Added sorting feature for Manage Uploads 2020-04-04 23:36:43 +07:00
authController.js Massively overhauled uploads filtering endpoint 2020-04-19 02:52:11 +07:00
pathsController.js Updated pathsController.js 2020-04-04 21:20:17 +07:00
permissionController.js Added group bypass to virus scanning 2019-11-06 03:35:04 +07:00
tokenController.js Updates (very important to read) 2019-09-15 13:20:11 +07:00
uploadController.js More improvements to uploads filtering! 2020-04-20 01:19:20 +07:00
utilsController.js Updated utilsController.js 2020-04-19 21:52:34 +07:00