filesafe/controllers
Bobby Wibowo 535d3df73f
Updated some things involving album zipping
* 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.
2018-04-27 10:03:13 +07:00
..
albumsController.js Updated some things involving album zipping 2018-04-27 10:03:13 +07:00
authController.js Updates 2018-04-13 23:20:57 +07:00
tokenController.js Updates 2018-04-13 23:20:57 +07:00
uploadController.js Updates 2018-04-25 20:39:07 +07:00
utilsController.js Updates 2018-04-21 04:39:06 +07:00