Releases: TandoorRecipes/recipes
Releases · TandoorRecipes/recipes
1.5.30
1.5.29
1.5.28
This release contains several security improvements. Thanks for m10x for making me aware of the issues and assisting in fixing them. The impact of these should be pretty low for anyone running tandoor in a private setting and for anyone using the hosted instance. Detailed reports will follow.
- changed allow configuring external recipe sources only as superuser of the instance
- changed blacklist to prevent certain paths from being used in local external recipes (etc, root, medafiles, usr). If you are using any of them you need to change your configuration
- changed local external import only considers pdf and image types
- changed default nginx config to download mediafiles if opened (setting content disposition Attachement)
- changed allow only image, pdf and office files to be uploaded to the UserFile system
- updated django (security update)
1.5.27
- removed healthcheck as it was causing issues for some people
1.5.26
- updated cryptography lib so build doesn't fail
1.5.25
- added warning if a recipe url is imported twice (thanks to lavanyamehn #3412)
- added a health check to the default Dockerfile for external applications to monitor tandoors state (thanks to zodac #3416)
- fixed error when using social providers to sign up
- improved system page (thanks to @igorsantos07 #3448)
- updated dependencies
- improved docs (thanks to hawthorc #3428)
1.5.24
1.5.23
- fixed system page (this time for real ...)
- fixed YouTube importer by switching library from pytube to pytubefix
1.5.22
1.5.21
- added gourmet importer (thanks to vitoller #3280)
- improved paprika importer image handling (thanks to @tlambertz #3361)
- fixed mealie import failing when yield is null (thanks to Chronophylos #3359)
- updated some dependencies