Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Releases: bargate-project/bargate

v1.5.9

25 Jan 18:38
Compare
Choose a tag to compare

This is a security update.

  • Switched from the unmainted pycrypto to pyca/cryptography for password encryption to resolve security issues in pycrypto which are not being resolved (dead project)

You should install bargate via pip: http://bargate.io/install.html

v1.5.8

21 Dec 13:52
Compare
Choose a tag to compare

This is a minor bug fix release.

  • Added improved debugging
  • Fixed app disable mode

You should install bargate via pip: http://bargate.io/install.html

v1.5.7

03 May 15:20
Compare
Choose a tag to compare

This is a minor bug fix release.

  • Fixed directory sorting (again)

You should install bargate via pip: http://bargate.io/install.html

v1.5.6

11 Apr 16:49
Compare
Choose a tag to compare

This is a minor bug fix update.

  • Fixed grid-view sorting by name

v1.5.5

01 Oct 15:07
Compare
Choose a tag to compare

This is a minor feature release.

  • File upload progress, speed and percentages added to file uploads
  • Updated several javascript libraries
  • Updated Bootstrap to 3.3.7
  • Improved page padding in grid layout

v1.5.4

28 Sep 16:23
Compare
Choose a tag to compare
  • Fix a bug where legacy bookmarks would not load

v1.5.3

28 Sep 15:57
Compare
Choose a tag to compare
  • Fixed a bug where file uploads with non-existing files were not working

v1.5.2

28 Sep 10:50
Compare
Choose a tag to compare
  • Added support for 'chunked' file uploads, enabling support for extremely large file uploads
  • A small bug in debug output was fixed

v1.5

22 Sep 13:44
Compare
Choose a tag to compare

This is the v1.5 release. This version marks a major change in how bargate is installed - it is now installed via setuptools/pip rather than via git.

  • Added setuptools support
  • Added LOCAL_STATIC_DIR support for serving site-specific static files
  • Added support for a site-specific favicon served from LOCAL_STATIC_DIR
  • Bookmarks can now link into custom (Connect to server) locations
  • Bookmarks can now link into the top level of custom locations
  • Bookmarks can now be renamed, and bookmark deletions include a user confirmation prompt first
  • Added configuration checks on startup
  • Cleanup of smb code to remove unnecessary sorting
  • Moved checking of file click actions into templates
  • Fixed search results on click view/download when file click behaviour is set to not prompt
  • Added support for handling 'connection refused' errors
  • Removed remaining Southampton specific files
  • Fixed an error where the CSRF protection code didn't cope with POST requests to non-existing views
  • Fixed various issues with error handling
  • Fixed an issue where TOTP libraries were required to start bargate
  • Fixed a bug in 'create directory' where the user was incorrectly redirected to the parent directory above

v1.5rc3 Release Candidate 3

24 Jul 15:18
Compare
Choose a tag to compare
Pre-release
  • Small bug fix to RC2