Skip to content

Releases: tgdrive/teldrive

1.0.22

09 Feb 15:00
Compare
Choose a tag to compare

Changelog

  • 8b7c322 add new internal error codes
  • 6d859f6 Bump github.com/pressly/goose/v3 from 3.17.0 to 3.18.0
  • 18056f6 Bump github.com/gotd/td from 0.95.1 to 0.96.1
  • 4c79535 Bump gorm.io/gorm from 1.25.5 to 1.25.6
  • 5b4437b Bump github.com/gotd/td from 0.95.0 to 0.95.1
  • ddb8ac6 ci: Update Docker Compose file for service dependency
  • c65a925 Bump github.com/gotd/td from 0.94.0 to 0.95.0

1.0.21

20 Jan 10:23
Compare
Choose a tag to compare

Changelog

  • 0505fc6 fix bots tbale constraint
  • f75d12d Update 20231102165658_tables.sql
  • 9837657 Update README.md
  • b02103c Bump github.com/gotd/td from 0.93.0 to 0.94.0
  • 28c2f96 Add support for image thumbnail previews resizing

1.0.20

18 Jan 21:52
Compare
Choose a tag to compare

Changelog

  • e89312f Update subproject commit hash
  • 3344661 Bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2
  • 4a0a037 Bump golang.org/x/crypto from 0.17.0 to 0.18.0
  • 6268b41 Bump github.com/gotd/td from 0.92.0 to 0.93.0

1.0.19

02 Jan 11:21
Compare
Choose a tag to compare

Changelog

1.0.18

24 Dec 22:08
Compare
Choose a tag to compare

Changelog

  • ca46098 multi users fixes
  • e80a252 return empty array instead of null
  • e5e1bef show parent path on all views except my-drive

1.0.17

22 Dec 17:30
Compare
Choose a tag to compare

Changelog

  • 18df57f return parent path in search response
  • 1abf228 sync-ui
  • 58f6dd6 add version in ui
  • 10c13e1 fix bulkmove operation
  • bb47d88 Bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • 1ebaeec Bump github.com/pressly/goose/v3 from 3.16.0 to 3.17.0

1.0.16

18 Dec 12:13
Compare
Choose a tag to compare

Important

Get latest rclone build with this one.

Added dev mod logging to see more refined errors on console and in file. Enable this through DEV env variable.

Disabled Lazy bot streaming its sometime slow so its better to start bots in background.

Encryption was enabled by mistake with empty key in last rclone build so you need to reupload those files if you didn't disable it explicitly using config (applicable only for 1.0.15 version).

update teldrive.files where encrypted =true  set status = 'pending_deletion';

Changelog

  • e2e201a sync-ui
  • 370d555 pass encrypted field in server sside copy
  • 72a4cee check for encrpytion key
  • d5c2387 Update README.md
  • f0f19e1 Enabled debug logging and disabled lazy bots for streaming
  • 095bb1a Bump github.com/go-co-op/gocron from 1.36.1 to 1.37.0
  • 2f83431 Bump github.com/gotd/td from 0.90.0 to 0.91.0
  • 2ea5357 Bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1
  • 7ace28d Update README.md
  • 4428329 Bump github.com/go-co-op/gocron from 1.36.0 to 1.36.1

1.0.15

08 Dec 11:06
Compare
Choose a tag to compare

Changelog

  • 7dda80d cleanup and calulate tg chuck size dynamically
  • d40b0a8 Update README.md
  • 6b07681 enable random salt geenration for file parts
  • 049cc0f Update README.md
  • f586208 remove channeld binding
  • 205cb0b save encrypt state in uploads
  • 3e30b87 enable native file encryption

1.0.14

05 Dec 20:20
Compare
Choose a tag to compare

Changelog

1.0.13

30 Nov 12:22
Compare
Choose a tag to compare

Changelog

  • e08ff97 dont recover upload if gin context is cancelled
  • 88fd0ff fix recent listing
  • 7a2752b sync-ui
  • d25dac1 sync ui
  • ebef802 Bump golang.org/x/time from 0.4.0 to 0.5.0
  • 250ab1f Bump github.com/go-faster/errors from 0.6.1 to 0.7.0
  • f24ab20 enable rate limit for user session by default
  • b128606 sync ui
  • fa51e2f update ui ref
  • c8917ea Bump github.com/go-co-op/gocron from 1.35.3 to 1.36.0
  • 5338dd1 Bump github.com/pressly/goose/v3 from 3.15.1 to 3.16.0
  • d2039f5 Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
  • fb99e5b implement parts retry