Skip to content

WebDAV Support & More!

Compare
Choose a tag to compare
@MaxMaeder MaxMaeder released this 09 Nov 02:41
· 321 commits to master since this release

In this update, we're adding support for WebDAV as well as implementing Dropbox chunked uploads which should allow for more stable uploads. This update also includes many bugfixes.

Changelog:

  • Added support for WebDAV uploading. Read more on how to configure here: WebDAV Setup | DriveBackupV2 Wiki
  • Implemented Dropbox chunked uploading which should improve connection stability for larger uploads (>150MB)
  • Added debug mode which can be enabled by setting: debug: true
  • Added an update prompt to the player join update message
  • Reduced okhttp clients to one to lower overhead
  • Prevented slow upload from timing out Google access token
  • Fixed issue with update checker when server cannot fetch latest version info
  • Fixed issue with Windows path splitting
  • Fixed problem with external sftp backups failing
  • Fixed MySQL zero dates causing errors