Photo manager web app, written in rust.
5ec073166d
* Store width and height of images. Use it to calculate width and height of small images in lists. Since the old database should be migratable to the new, the width and height fields are nullable. I aim to make them not nullable later, after all images in the database has got width and height. * Don't override picture orientation for existing images in findphotos. * Don't let the map hide dropdowns. * Shorter about string in footer. * Use kamadak-exif instead of rexif. * Updates Diesel to 1.1.0, get rid of unnecessary New* structs. * Miscellaneous code cleanup. |
||
---|---|---|
migrations | ||
res | ||
src | ||
templates | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
README.md | ||
rustfmt.toml |