westberliner / checksum

Plugin for Nextcloud and ownCloud to create hashes of files.
GNU General Public License v3.0
29 stars 15 forks source link

Use IRootFolder instead of IMountManager #53

Closed st3iny closed 3 years ago

st3iny commented 3 years ago

Just a small refactor to replace some of my hacky backend code. Apparently, there is a storage independent wrapper for accessing the file system I didn't know back then: IRootFolder.

I already tested some edge cases like object storage (S3) and group folders and they all worked fine.

st3iny commented 3 years ago

Cc @westberliner