Skip to content

Releases: stephenmcd/filebrowser-safe

v1.1.1

05 Jan 18:59
Compare
Choose a tag to compare

1.1.1 (2022-01-05)

Bug Fixes

  • prevent path traversal when browsing, fixes #137 (c6d60c4)

v1.1.0

29 Dec 23:42
Compare
Choose a tag to compare

1.1.0 (2021-12-29)

Features

v1.0.0

19 Nov 23:22
Compare
Choose a tag to compare

1.0.0 (2021-11-19)

Bug Fixes

  • provide fallback for THUMBNAILS_DIR_NAME (f9991d5)

Features

BREAKING CHANGES

  • dropped support for Python 2 and Django < 2.2

  • Swap self.path for self.name

  • Remove future import
    Fix formatting

  • Add a renderer kwarg to FileBrowseWidget.render

Required by Django>=2.1

  • Python bump for travis

  • Version bump for tox

  • Make widget scripts load in correct order in dj2.2

  • Fix crash when date filtering folders with folders inside

Co-authored-by: zriv [email protected]
Co-authored-by: Frankie Robertson [email protected]

v1.0.0-rc.2

22 Sep 23:16
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2021-09-22)

Bug Fixes

  • provide fallback for THUMBNAILS_DIR_NAME (f9991d5)

v1.0.0-rc.1

29 Jul 01:01
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

1.0.0-rc.1 (2021-07-29)

Features

BREAKING CHANGES

  • dropped support for Python 2 and Django < 2.2

  • Swap self.path for self.name

  • Remove future import
    Fix formatting

  • Add a renderer kwarg to FileBrowseWidget.render

Required by Django>=2.1

  • Python bump for travis

  • Version bump for tox

  • Make widget scripts load in correct order in dj2.2

  • Fix crash when date filtering folders with folders inside

Co-authored-by: zriv [email protected]
Co-authored-by: Frankie Robertson [email protected]

v1.0.0-alpha.1

18 Aug 17:12
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-08-18)

Features

BREAKING CHANGES

  • dropped support for Python 2 and Django < 2.2

  • Swap self.path for self.name

  • Remove future import
    Fix formatting

  • Add a renderer kwarg to FileBrowseWidget.render

Required by Django>=2.1

  • Python bump for travis

  • Version bump for tox

  • Make widget scripts load in correct order in dj2.2

  • Fix crash when date filtering folders with folders inside

Co-authored-by: zriv [email protected]
Co-authored-by: Frankie Robertson [email protected]