summary refs log tree commit diff stats
path: root/lib/Crater/Routes/Auth.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup, document blocksAndinus2022-06-111-0/+1
|
* Protect logout routeAndinus2022-06-111-1/+1
| | | | Only logged in users should be able to logout.
* Display gallery title, fix authentication, show directoriesAndinus2022-06-111-1/+0
| | | | | | | - 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.
* Initial Gallery versionAndinus2022-06-091-0/+34
- Handles login, logout, simple directories.