ownCloud v10.0.0 Release Notes

Release Date: 2017-04-26 // about 7 years ago
  • โž• Added

    General

    • ๐Ÿ‘ Allows users to add the app to the Android homescreen: #25438
    • Compatible with PHP 7.1: #25436
    • ๐Ÿ‘ MySQL 4-byte UTF8 support: (utf8mb4 for e.g. Emoticons) #17978
    • ๐Ÿ”€ Admin, personal pages and app management are now merged together into a single "Settings" entry: #26449
    • Admin page displays the output of the server's status.php: #27238
    • Also allow using email address for password recovery: #27168
    • Ability to disable password reset: #27440
    • ๐Ÿ‘Œ Support Redis Cluster: #26407
    • ๐ŸŒฒ ownCloud log entry reorder: #27562
    • ๐ŸŒฒ ownCloud log file rules to split into separate files: #27443
    • โšก๏ธ occ scanner optimized memory usage for large scans by using autocommits: owncloud/core/27527
    • โฌ†๏ธ Third party apps are not disabled anymore when upgrading

    Filesystem

    • Ability to exclude folders from being processed, like snapshot folders: #19235
    • ๐Ÿ“š Checksum is computed on the fly and verified (File integrity checking): #26655 / Technical Documentation

    Files App

    • Share Link can be copied to the clipboard #25418
    • Display version sizes in versions panel #26511
    • Transfer ownership now works for individual folders #27343
    • Favorite star indicator now visible in the file lists related to sharing (ex: "Shared with you") #19753

    ๐Ÿ‘‰ User management

    • Ability to disable users in the users page (enable column first under cog icon) #27333
    • When changing personal email, an email confirmation is now sent #7326
    • When password is changed through any means, the user will now receive an email #27498
    • ๐Ÿ”„ Change user preferences through OCC #24770

    External storage

    Dav App

    • CalDAV calendar public sharing #25351

    Sharing

    • ๐Ÿ‘Œ Support for multiple link shares: #27337
    • ๐Ÿšš When a recipient moves a file or folder out of a received share, the owner now receives a backup in their trashbin: #27042
    • ๐Ÿ‘‰ User avatars now visible in sharing autocomplete dropdown: #25976

    For developers

    • ๐ŸŽ Users from all user backends are now stored in a central account table, improves performance by reducing recurring backend traffic: #23558
    • โž• Added event whenever a user is enabled or disabled: #23970
    • โž• Added first login event: #26206
    • โž• Added postLogout hook: #27048
    • ๐Ÿ†• New column in oc_jobs table to store last duration: #27144
    • Ability to specify offset and limit when doing a REPORT query on a files endpoint: #26507
    • Avatar API via WebDAV https://github.com/owncloud/core/pull/26872
    • ๐Ÿ‘Œ Improve return value support for two factor auth providers API - #26593
    • ๐Ÿ”Œ Apps can now register Sabre plugins in info.xml: #26195
    • REPORT method for files endpoint now allows searching for favorites: #26099
    • ๐Ÿ‘ Group backends can now return group display names (partial support, only used by sharing autocomplete): #26750

    ๐Ÿ”„ Changed

    • โšก๏ธ status.php now returns whether an instance requires a DB update: #26209
    • config option to hide server version in status.php #27473
    • provisioning API now also returns the user's home path: #26850
    • โšก๏ธ web updater shows link to changelog in admin page: #26796

    ๐Ÿš€ [Unreleased]: https://github.com/owncloud/core/compare/v10.3.2...master