Changes in 1.5.0
Summary
- Bugfix - Fixes "unaligned 64-bit atomic operation" panic on 32-bit ARM: #1888
- Change - Make Protobuf package names unique: #1875
- Change - Update ownCloud Web to v3.0.0: #1938
- Enhancement - Change default path for thumbnails: #1892
- Enhancement - Parse config on supervised mode with run subcommand: #1931
- Enhancement - Update ODS in accounts & settings extension: #1934
- Enhancement - Add config for public share SQL driver: #1916
- Enhancement - Remove dead runtime code: #1923
- Enhancement - Add option to reading registry rules from json file: #1917
- Enhancement - Update reva to v1.6.1-0.20210414111318-a4b5148cbfb2: #1872
Details
-
Bugfix - Fixes "unaligned 64-bit atomic operation" panic on 32-bit ARM: #1888
Sync/cache had uint64s that were not 64-bit aligned causing panics on 32-bit systems during
atomic access -
Change - Make Protobuf package names unique: #1875
Introduce unique
package
andgo_package
names for our Protobuf definitions -
Change - Update ownCloud Web to v3.0.0: #1938
Tags: web
We updated ownCloud Web to v3.0.0. Please refer to the changelog (linked) for details on the web
release. -
Enhancement - Change default path for thumbnails: #1892
Changes the default path for thumbnails from
<os tmp dir>/ocis-thumbnails
to
/var/tmp/ocis/thumbnails
-
Enhancement - Parse config on supervised mode with run subcommand: #1931
Currenntly it is not possible to parse a single config file from an extension when running on
supervised mode. -
Enhancement - Update ODS in accounts & settings extension: #1934
The accounts and settings extensions were updated to reflect the latest changes in the
ownCloud design system. In addition, a couple of quick wins in terms of accessibility are
included. -
Enhancement - Add config for public share SQL driver: #1916
-
Enhancement - Remove dead runtime code: #1923
When moving from the old runtime to the new one there were lots of files left behind that are
essentially dead code and should be removed. The original code lives here
github.com/refs/pman/ if someone finds it interesting to read. -
Enhancement - Add option to reading registry rules from json file: #1917
-
Enhancement - Update reva to v1.6.1-0.20210414111318-a4b5148cbfb2: #1872
- enforce quota (cs3org/reva#1557)
- Make additional info attribute configureable (cs3org/reva#1588)
- check ENOTDIR for readlink (cs3org/reva#1597)
- Add wrappers for EOS and EOS Home storage drivers (cs3org/reva#1624)
- eos: fixes for enabling file sharing (cs3org/reva#1619)
- implement checksums in the owncloud storage driver (cs3org/reva#1629)