mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
98b2f32ec5
Fixed browser's timezone offset not being sent with the proper header name ("minOffset" -> "minoffset"). Server will now actually think client is on UTC timezone if "minoffset" header is unset. Stricter "all" header check for uploads list API endpoint. It will now only accept the header if set to "1" (string). Fixed server error when either date: or expiry: keys get parsed as empty strings. "minoffset" header when listing uploads will now only be sent if date: or expiry: keys are properly used (i.e. match expected patterns). Updated filters help message about wrapping with double quotes when specifying both date and time (since there will be a space in between). Filters input will now have some automatic clean ups other than trims. - Replace all tabs with whitespaces. - Remove whitespaces after "<key>:". Bumped v1 version string and rebuilt client assets. |
||
---|---|---|
.. | ||
albumsController.js | ||
authController.js | ||
pathsController.js | ||
permissionController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |