-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ownCloud 10.0 Features
Vincent Petry edited this page Mar 22, 2017
·
42 revisions
- Allows users to add the app to the Android homescreen owncloud/core#25438
- Compatible with PHP 7.1 owncloud/core#25436
- MySQL 4-byte UTF8 support (utf8mb4 for e.g. Emoticons) owncloud/core#17978
- Admin, personal pages and app management are now merged together into a single "Settings" entry - owncloud/core#26449
- Admin page displays the output of the server's status.php: owncloud/core#27238
- Also allow using email address for password recovery: owncloud/core#27168
- Support Redis Cluster: owncloud/core/26407
- Ability to exclude folders from being processed, like snapshot folders: owncloud/core#19235
- Share Link can be copied to the clipboard owncloud/core#25418
- Use chunking in web upload owncloud/core#26306
- Display version sizes in versions panel owncloud/core#26511
- Transfer ownership now works for individual folders owncloud/core#27343
- Ability to disable users in the users page (enable column first under cog icon) owncloud/core#27333
- When changing personal email, an email confirmation is now sent owncloud/core#7326
- "Local" storage type can now be disabled by sysadmin in config.php owncloud/core#26653
- External storage backends must use core external storage API to work without "files_external" owncloud/core#18160
- CalDAV calendar public sharing owncloud/core#25351
- Ability to endorse password protection for share links: owncloud/core#26376
- When a recipient moves a file or folder out of a received share, the owner now receives a backup in their trashbin: owncloud/core#27042
- status.php now returns whether an instance requires a DB update: owncloud/core#26209
- provisioning API now also returns the user's home path: owncloud/core#26850
- Added first login event: owncloud/core#26206
- Added postLogout hook: owncloud/core#27048
- New column in oc_jobs table to store last duration: owncloud/core#27144