mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
535d3df73f
* When version string is not specified in the URL query of /api/zip/:identifier (the API route to generate and download ZIP archive of the album), it will redirect the request with the album's editedAt timestamp as the value in the version string (only if editedAt timestamp exists). This will ensure that any bare calls to the API (without version string) will always be redirected to its latest state. This is mainly useful when being used with CDN that respects query string. * Download button and CDN notice will no longer be visible in empty album pages. * Matched empty album phrase as the one being used with the zipping API. |
||
---|---|---|
.. | ||
albumsController.js | ||
authController.js | ||
tokenController.js | ||
uploadController.js | ||
utilsController.js |