| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
- Error on no images has been removed because there might be nested
directories but 0 images & that is okay.
|
| |
|
|
|
|
| |
Only logged in users should be able to logout.
|
| |
|
|
|
|
|
|
|
| |
- Earlier non-authenticated users could access the images too.
- Serve original image if thumbnail doesn't exist.
- Show directories in gallery.
- Remove lazy loading attribute.
|
|
|
|
|
|
|
| |
- FOUC: On firefox, maybe the '@import' rule caused this.
Also tried out lightGallery.js for lightbox, it doesn't work with text
& anyways, it's buggy with bricks.js & you have to request license key.
|
|
|
|
|
|
| |
multi-column didn't do what I wanted. bricks.js does the masonry
layout, I think left-to-right would be even better but we'll go with
this.
|
|
|
|
|
|
|
|
| |
- Prints password required to access.
- will-change lets the browser prepare for those changes in advance.
- loading="lazy" enables lazy loading on images.
- column-fill: balance -- not an optimization.
|
|
- Handles login, logout, simple directories.
|