filesafe/views
Bobby Wibowo 3a398721b5
Updated
* Replaced all instances of getElementById and getElementsByClassName
with querySelector or querySelectorAll.

* Updated utilsController.js to stop disabling
no-async-promise-executor eslint rule.

* Removed unused lines in dashboard.njk.

* Refactored maxFileSize to maxSize in home.{css,js,njk}.

* Updated ClamAV codes in lolisafe.js. No more pinging.
Since querying version will also check connection anyway.

* Option "Upload to album" in homepage is now selectable.
Selecting this option will restore the uploader to not associate files
with an album.

* Fixed uploader to properly respect server's max file size.
Also updated error message of file size to use MB instead of MiB.

* Creating an album from homepage will automatically select the album.

* Updated Dropzone.js to v5.5.0.

* Bumped v1 & v3 version strings.

* Various other small fixes.
2019-08-20 09:16:34 +07:00
..
_partial Updates 2018-12-08 05:10:35 +07:00
_globals.njk Updated 2019-08-20 09:16:34 +07:00
_layout.njk Updates 2018-12-11 19:31:48 +07:00
album.njk Updated albums public page 2019-04-19 11:56:57 +07:00
auth.njk Updated 2019-08-18 16:57:56 +07:00
dashboard.njk Updated 2019-08-20 09:16:34 +07:00
faq.njk Updated faq.njk 2019-04-05 09:27:10 +07:00
home.njk Updated 2019-08-20 09:16:34 +07:00
nojs.njk Updates 2019-01-09 17:11:45 +07:00