Update to 10.0.2
Changelog: Version 10.0.2 May 30 2017 [major] Fix issue with database.xml migration being triggered twice on market app install - core/#27982 [major] Apps formerly marked as shipped can now be uninstalled - core/#27985 [major] Market now properly updates app version when using multiple apps paths - core/#28002 Version 10.0.1 May 23 2017 [major] Clear cached app info before installing app - core/#27953 [major] Fix to allow admin login when using home object store mode - core/#27963 [major] Skeleton files correct copied for shibboleth - core/#27935 [major] Automatically enable market app when upgrading from OC < 10 - core/#27930 [major] Fix issue where market would run app migrations twice in some scenarios - market/#76 [major] Fetch search terms from user backend (ex: LDAP) for more extended user search ability - core/#27906 [major] Added support for upload-only link shares - core/#27548 [major] When enabling default encryption module the admin must now explicitly choose encryption type (master key vs user key) - core/#27512 [major] Fix missing "publicuri" field when upgrading from 9.1.5 - core/#27754 [major] Add options to the user:sync command to handle missing accounts - core/#27798 [major] Maintenance mode now properly blocks syncing on new DAV endpoint - core/#27821 [major] Copy button for multiple link share now copies the correct link - core/#27863 [major] Fix upload issues with IE11 - core/#27875 [major] Allow apps to register multiple settings panels - core/#27885 [major] Account table doesn't sync from user backends that have no listing support - core/#27862 [major] Add events for password validation - core/#27883 [major] Add JS event after external storage mount config is loaded, for UI extensions - core/#27740 [major] Fix theming of setup page by autoloading default_enable theme apps - core/#27819 [major] Allow apps to register custom settings page sections in info.xml - core/#27634 [major] Add admin sharing option to restrict autocomplete to membership groups but still allow typing full name if known - core/#27869 [minor] Market app update now doesn't overwrite local git checkouts - core/#27973 [minor] Delete "appstoreenabled" config value when enabling market - core/#27956 [minor] Do not verify email address when entered by an admin on their personal page - core/#27921 [minor] Fix default share permission issue in public API core/#27927 [minor] Properly rethrow exception when error occurred when enabling an app - core/#27970 [minor] Remove own shares from "Shared with you" section - core/#27972 [minor] Fix updating to daily from 10.0.0 with web updater - updater/#422 [minor] Fix updating to 10.0.1 with web updater - core/#27965 [minor] Removed unused and non-working auto-login after setup - core/#27971 [minor] Fix SMB storage to return false if stat failed - core/#27859 [minor] Update swiftmailer - core/#27897 [minor] Escape filter in search - core/#27900 [minor] Fix file name output in error pages - core/#27808 [minor] Support for alternative login buttons through config.php - core/#27607 [minor] Example theme app renamed to "theme-example" by convention - core/#27632 [minor] Fix missing translation of built-in section names - core/#27645 [minor] Add ability to disable password reset form in config - core/#27676 [minor] Add support for themed radio buttons - core/#27681 [minor] Fix customjs extension handling for external storage apps - core/#27683 [minor] Fix upgrade error with mod_fcgid and PHP 7 - core/#27553 [minor] Remove sharing subtab when link sharing is disallowed - core/#27708 [minor] Add privacy warning in link shares panel - core/#27844 [minor] Fix files app name in navigation menu - core/#27843 [minor] Fix mimetype table code to ignore folder extensions - core/#27668 [minor] Automatically focus the password field in password reset page - core/#27889 [minor] Trashbin restore warnings due to missing entries now logged as debug - core/#27826 [minor] Remove obsolete repair step RemoveOldShares - core/#27737 [minor] "local link" was renamed to "private link" - core/#27594 [minor] Fix column sorting in public file list page - core/#27308 [minor] Don't display error when not connected to market - market/#51 [minor] Fix issue with some apps info formats - market/#49 [minor] Add ability to uninstall apps in market app UI - market/#67 [minor] Improve visual feedback when installing market apps - market/#64 [minor] Don't display license key in config report - configreport/#27 Version 10.0.0 Apr 27 2017 General Allows users to add the app to the Android homescreen - core/#25438 Compatible with PHP 7.1 - core/#25436 MySQL 4-byte UTF8 support: (utf8mb4 for e.g. Emoticons) - core/#17978 Admin, personal pages and app management are now merged together into a single "Settings" entry - core/#26449 Admin page displays the output of the server's status.php - core/#27238 Also allow using email address for password recovery - core/#27168 Support Redis Cluster - core/#26407 ownCloud log entry reorder - core/#27562 ownCloud log file rules to split into separate files - core/#27443 occ scanner optimized memory usage for large scans by using autocommits - core/#27527 Filesystem Ability to exclude folders from being processed, like snapshot folders - core/#19235 Checksum is computed on the fly and verified - core/#26655 Files App Share Link can be copied to the clipboard - core/#25418 Display version sizes in versions panel - core/#26511 Transfer ownership now works for individual folders - core/#27343 Favorite star indicator now visible in the file lists related to sharing (ex: "Shared with you") - core/#19753 User management Ability to disable users in the users page (enable column first under cog icon) - core/#27333 When changing personal email, an email confirmation is now sent - core/#7326 When password is changed through any means, the user will now receive an email - core/#27498 Change user preferences through OCC - core/#24770 External storage "Local" storage type can now be disabled by sysadmin in config.php - core/#26653 External storage backends must use the core external storage API to work without files_external - core/#18160 FTP external storage moved to a separate app files_external_ftp Dav App CalDAV calendar public sharing - core/#2ultiple link shares - core/#27337 When a recipient moves a file or folder out of a received share, the owner now receives a backup in their trashbin - core/#27042 User avatars now visible in sharing autocomplete dropdown - core/#25976 Minor chang7473 provisioning API now also returns the user's home path - core/#26850 web updater shows link to changelog in admin page - core/#26796 For developers Users from all user backends are now stored in a central account table, improves perform Added first login event - core/#26206 Added postLogout hook - core/#27048 New column in oc_jobs table to store last duration - core/#27144 Ability to specify offset and limit when doing a REPORT query on a files endpoint - core/#26507 Avatar API via WebDAV - core/#26872 Improve return value support for two factor auth providers API - core/#26593 Apps can now register Sabre plugins in info.xml - core/#26195 REPORT method for files endpoint now allows searching for favorites - core/#26099 Group backends can now return group display names (partial support, only used by sharing autocomplete) - core/#26750
This commit is contained in:
parent
91f24e36ef
commit
63cdce604b
3 changed files with 5711 additions and 4715 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.63 2017/04/05 12:33:49 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.64 2017/08/11 02:54:18 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= owncloud-9.1.4
|
||||
DISTNAME= owncloud-10.0.2
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.owncloud.org/community/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
10411
www/php-owncloud/PLIST
10411
www/php-owncloud/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.40 2017/03/26 00:47:45 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.41 2017/08/11 02:54:18 ryoon Exp $
|
||||
|
||||
SHA1 (owncloud-9.1.4.tar.bz2) = cf626858887b544f0bb6e5c8baa88d65d9f6430d
|
||||
RMD160 (owncloud-9.1.4.tar.bz2) = 29b97f7bd1fa3076abf516c77a97aa4f3e0ad5b4
|
||||
SHA512 (owncloud-9.1.4.tar.bz2) = 9a6b6f38f4d9cfed8df7438659940dd4d3cfe6dd83cc6cf5e5022fefa5600fd622722488dcfe699a4c9e8def4c6f25487aca83a8849cdbe6c961eb249f27fc7f
|
||||
Size (owncloud-9.1.4.tar.bz2) = 13882525 bytes
|
||||
SHA1 (owncloud-10.0.2.tar.bz2) = 0305a638294f120017b0dcfe24c55f8b1e3529af
|
||||
RMD160 (owncloud-10.0.2.tar.bz2) = b197318cc0da4fbfbccc57f194ad55127a8d27db
|
||||
SHA512 (owncloud-10.0.2.tar.bz2) = 1d83e194c6d1835f47051ea334b39650b9ce394eacd91199283fe926aa4b5ae88e709f8802547ec7e8e2935ea0064ba1f42bdbe137552e6c75ca4459c7e36ad0
|
||||
Size (owncloud-10.0.2.tar.bz2) = 30963258 bytes
|
||||
|
|
Loading…
Reference in a new issue