Skip to content

Commit

Permalink
Update to 9.1.4
Browse files Browse the repository at this point in the history
Changelog:
Version 9.1.4 Feb 2 2017

    [major] Make error message for password reset form more generic - core/#27011
    [major] When sharing autocomplete is disabled, also disable for the email field - core/#26504
    [major] Add command to clean up invalid/expired remote storages - core/#26379
    [major] Fix encryption key storage when using LDAP home folder rules - core/#26820
    [major] Properly react on memcache errors - core/#25692
    [major] Fix random normalizedPathCache log messages / garbage collection issues from PHP 7 - core/#22370
    [major] Properly deal with inconsistent LDAP/memcache or user/group manager responses - core/#26871
    [major] Added configreport app which will help with better bug reports - configreport/#6
    [minor] Fix syncing of file names with colon followed by a number - core/#25479
    [minor] Prevent empty user uid from LDAP - user_ldap/#6
    [minor] Prevent repeated log messages when dealing with broken picture files - core/#26758
    [minor] Fix group-enable option in apps page when memcache is enabled - core/#26638
    [minor] Add AVMaxFileSize config option - files_antivirus/#133
    [minor] Reduce number of federated share requests when dealing with non-existing entries - core/#26324
    [minor] Remove obsolete legacy storage repair routine - core/#26774
    [minor] Fix broken remote avatar image in activities tab - activity/#529
    [minor] When grouping duplicate shares, sort by stime then id - core/#25830
    [minor] Make file upload post hooks consistent between chunking and non-chunking mode - core/#26387
    [minor] Fix wrong German translation in upload progress bar by using momentjs library - core/#26804
    [minor] Skip unavailable storages in background file scan instead of failing - core/#26055
    [minor] Update PHP 7.1 incompatibility warning - core/#26982
    [minor] Warning notification when uploading 4+ GB file in IE11 - core/#27004
  • Loading branch information
ryoon committed Mar 26, 2017
1 parent e661318 commit aa43e1a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 728 deletions.
4 changes: 2 additions & 2 deletions www/php-owncloud/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.61 2016/12/18 08:28:08 wen Exp $
# $NetBSD: Makefile,v 1.62 2017/03/26 00:47:45 ryoon Exp $
#

DISTNAME= owncloud-9.1.3
DISTNAME= owncloud-9.1.4
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
Expand Down
Loading

0 comments on commit aa43e1a

Please sign in to comment.