filesafe/controllers
Bobby Wibowo 479db54cd3
Updates (experimental)
* Possible performance improvement. Some bulk db queries will now be executed in a single query instead of spawning multiple async task for each query. This is sorta experimental though, use it at your own risk (though I'll use it right away at safe.fiery.me).

* It's now possible for root user to add files to other users' albums through the API route. I don't plan on allowing root user to list other users' album list from the dashboard, I just thought that there'd be no harm in extending the API a little bit.

* Kinda better error logging for uncaught exception and unhandled rejection. Their stack trace should be logged now.
2018-05-11 00:25:52 +07:00
..
albumsController.js Updates (experimental) 2018-05-11 00:25:52 +07:00
authController.js Updates (please update your config.js) 2018-05-09 15:41:30 +07:00
tokenController.js Updates 2018-04-13 23:20:57 +07:00
uploadController.js Updates (experimental) 2018-05-11 00:25:52 +07:00
utilsController.js Updates (experimental) 2018-05-11 00:25:52 +07:00