filesafe/controllers
Bobby Wibowo aea89ecbd4
Updates and merged changes from 'master'
* Removing files from an album will now update the state of the said album. Which means, the Download Album as zip feature will properly make a new zip instead of re-using the old one which would obviously still have the said files.

* "migration.js" will no longer try to create column if it already exists.

* Changed type of all columns that used to be DATETIME to INTEGER. Apparently SQLite would have stored them as INTEGER anyways, so you don't have to change anything else.
2018-04-05 10:10:10 +07:00
..
albumsController.js Updates and merged changes from 'master' 2018-04-05 10:10:10 +07:00
authController.js Updates 2018-03-30 06:22:08 +07:00
tokenController.js Updates 2018-03-29 00:40:50 +07:00
uploadController.js Updates 2018-04-05 00:38:15 +07:00
utilsController.js Updates 2018-04-05 00:38:15 +07:00