Skip to content

Releases: internxt/drive-web

v1.0.124

20 Jul 07:22
a288802

Choose a tag to compare

Issue:

  • In the case of restoring from the 'undo' button, the items still do not have the 'deleted' field set to true, so the notification 'moved to trash' is displayed.

Details:

  • I removed the logic of checking if any item has the 'deleted' field set to true because the function used is called 'recoverItemsFromTrash,' which should always display the notification for successful restoration, this was done because I see that it is not necessary to display a notification of 'files moved to trash' when the function is dedicated to restoring from the trash, and this is working well.

v1.0.123

19 Jul 09:29
d0ff1e4

Choose a tag to compare

Bumps word-wrap from 1.2.3 to 1.2.4.

Release notes

Sourced from word-wrap's releases.

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

v1.0.122

19 Jul 09:00
3f496d6

Choose a tag to compare

Show the correct icon for each file depending on its extension and also allows the user to preview webp images.

v1.0.121

19 Jul 06:01
d1954e7

Choose a tag to compare

Merge pull request #741 from internxt/feat/WT-325-global-search

Feat/WT-325-global-search

v1.0.120

19 Jul 05:52
5a37d3e

Choose a tag to compare

  • Updated views rerender method to dismiss previous toast notifications.

This can be handled for singular cases of toasts using an id, although I thought this would be a better approach since the different toasts would be belonging to other views. Let me know if you'd rather make this more specific.

v1.0.119

18 Jul 19:33
3fc901b

Choose a tag to compare

Fix minor issues with preview files.

v1.0.118

18 Jul 16:26
5937ddc

Choose a tag to compare

Now you can preview video files up to 100MB on Drive, supported video extensions are:

  • 3gp
  • m4v
  • mp4
  • mov
  • webm
  • f4v

v1.0.117

18 Jul 10:58
698705c

Choose a tag to compare

Now you can preview audio files up to 100MB on Drive, supported audio extensions are:

  • 3gp
  • aac
  • flac
  • m4a
  • mp3
  • ogg
  • oga
  • opus
  • wav
  • webm

v1.0.116

17 Jul 13:15
bda073f

Choose a tag to compare

Merge pull request #721 from internxt/feature/PB-118-advanced-sharing

PB-118 Advanced sharing

v1.0.115

13 Jul 14:22
324f909

Choose a tag to compare

  • Added domain rotation when getting the link to a shared file or folder.

⚠️ Need to merge sdk first internxt/sdk#153