- Extract taken date from Exif IFD0 group
- Search taken date in picture info
- Password change can be restricted by login
- Add metric on static preview directory
- Fix: Application startup when static preview directory is enabled
- Directory access can be restricted by login
- Add endpoint to download directory images
- Add configuration flag to restrict password change
- Move getImage GraphQL query to getImages
- Add getImage GraphQL query
- Add image taken date and time as metadata
- Update getImage GraphQL query signature
- Move image type from ID to String
- Update getImage GraphQL query signature
- Image path argument is replaced by image directory and image name
- Image returned is replaced by an image list with: previous image, asked image and next one image
- Add getImage GraphQL query
- For directories with no image, preview directory is the first directory with a preview available
- Add configuration flag to define preview directory as static on server startup
- Fix: Preview directory reversed order is not applied
- Based on a configuration flag images can be public shared
- Fix: Incorrect encoding on Docker volumes
- Fix: Missing bc tool for generateAlternativeFormats.sh
- Build Docker image for Linux ARM v7
- Add user role on signin endpoint
- Add deleteImage mutation
- Fix: changePassword mutation parameters can be optionals
- Check password has changed during changePassword mutation
- Improve changePassword mutation errors details
- Add changePassword mutation
- Save user hashed password in correct User field
- Remove password from User in GraphQL schema
- Don't display hidden directories
- Set cache control to images and alternative formats Feature dedicated to @raoul2000
- Add script to generate alternative formats
- Alternative formats generation can be specified for a directory
- Add logs when alternate formats are created
- Fix: Missing JPEG libraries for Docker image
- User registration can be disabled by configuration
- Save logged user in an audit CSV file
- Rename config folder into data folder
- Set without distortion preview image maximum size to 1080 pixel
- Release IDS backend Jar and Docker image