nielash
nielash
#### What is the purpose of this change? Before this change, the VFS layer did not properly handle unicode normalization, which caused problems particularly for users of macOS. While attempts...
#### What is the purpose of this change? Three fixes for integration tests, discussed on [#7591](https://github.com/rclone/rclone/issues/7591#issuecomment-1950296496). #### Was the change discussed in an issue or in the forum before? -...
#### What is the purpose of this change? Before this change, it was not always possible to delete an empty source root directory during `rclone move`. Furthermore, the behavior was...
(This PR is dependent on #7577 -- only 2 commits are new 🙂 ) #### What is the purpose of this change? This adds a new `genfilters` subcommand to interactively...
#### What is the purpose of this change? Before this change, macOS-specific metadata was not preserved by rclone, even for local-to-local transfers (it does not use the "user." prefix, nor...
#### What is the purpose of this change? `drive` supports metadata as of `v1.65.0` https://github.com/rclone/rclone/commit/9fdf3d548a9d7b98a33492107b41cafc01276ce6 But this was not yet reflected on the Overview page. #### Was the change discussed...
#### What is the purpose of this change? Before this change, undecryptable file names would be skipped very quietly (there was a log warning, but only at `DEBUG` level), failing...
#### What is the purpose of this change? Before this change, `check` and `cryptcheck` would not inform the user of directory differences (for example, an empty directory that exists only...
#### What is the purpose of this change? Before this change, rclone commands that remove empty dirs (including `rmdir`, `rmdirs`, `sync`, and `bisync`) would silently fail to remove dirs if...
#### What is the purpose of this change? Before this change, macOS-specific metadata was not preserved by rclone, even for local-to-local transfers (it does not use the "user." prefix, nor...