Update to 6.0.0a
* Switch to 6 branch * Replace interpreters with REPLACE_* Changelog: Version 6.0.0a Dec 14th 2013 Remove wrong warnings from logfile Fix LDAP authentication Fix LDAP configuration Fix Share dialog Fix migration under certain conditions Fix database encoding for old PHP versions Fix select all checkbox Fix migration with lucene search enabled Fix migration for postgresql Version 6.0.0 Dec 11th 2013 User Avatars Previews in files app and other places Updated design, less clutter and more whitespace Public gallery sharing Activities Better file conflict handling dialog Improved public App API Sharing API Example Files Share Email Notifications New Doctrine based database layer Plural translations Refactored OC.dialogs (both code and design wise) Priorize often used languages in personal-settings language selection Update jquery to 1.10.0 and add jquery-migrate 1.2.1 Show a summary as the last filelist entry Improve app-management (more verbose error-messages) Show ‘More apps’ link to app administration directly in app navigation Templates for newly created files Add MB indicator to size column Google Drive external storage uses a new library New icons for shared and external folders File uploads conflicts dialog Possibility to prepopulate a new users home with a skeleton Public upload with encryption enabled Users now can decrypt the files again if their encryption app was enabled Many quota related fixes Total used space (with quota) now only counts user’s own files Many external storage fixes, improved performance Improved file navigation performance by using Ajax calls (no full page reload for each folder) The file owner can now also restore deleted shared files New version drop-down with previews and the ability to downloading versions directly
This commit is contained in:
parent
78f351acef
commit
c27e527930
3 changed files with 4982 additions and 982 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.40 2013/11/22 14:34:33 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2013/12/27 15:56:38 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= owncloud-5.0.13
|
||||
DISTNAME= owncloud-6.0.0a
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.owncloud.org/community/
|
||||
|
@ -30,11 +30,27 @@ USE_LANGUAGES= # none
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_TOOLS+= pax
|
||||
USE_TOOLS+= bash:run pax perl:run
|
||||
|
||||
OC_DIR= share/owncloud
|
||||
INSTALLATION_DIRS= ${OC_DIR}
|
||||
|
||||
REPLACE_BASH+= 3rdparty/doctrine/dbal/run-all.sh
|
||||
REPLACE_BASH+= apps/*/*/*
|
||||
REPLACE_BASH+= core/img/image-optimization.sh
|
||||
REPLACE_BASH+= l10n/init.sh
|
||||
|
||||
REPLACE_PERL+= 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/*/*
|
||||
REPLACE_PERL+= 3rdparty/phpdocx/pdf/lib/ttf2ufm/src/*/*/*
|
||||
REPLACE_PERL+= apps/*/*/*
|
||||
REPLACE_PERL+= l10n/l10n.pl
|
||||
|
||||
# for php interpreter
|
||||
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
|
||||
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/3rdparty/dompdf/load_font.php
|
||||
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/3rdparty/phpdocx/pdf/load_font.php
|
||||
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/occ
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
APACHE_USER?= www
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2013/11/22 14:34:33 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.24 2013/12/27 15:56:38 ryoon Exp $
|
||||
|
||||
SHA1 (owncloud-5.0.13.tar.bz2) = 375d950422718897b57759db81c176b8a14f070b
|
||||
RMD160 (owncloud-5.0.13.tar.bz2) = 2a178affc7e74ed159d8a0715c07dbd1dce72340
|
||||
Size (owncloud-5.0.13.tar.bz2) = 15436770 bytes
|
||||
SHA1 (owncloud-6.0.0a.tar.bz2) = aada9f6f2784ab95ac1b8b0b96d20677172c25ca
|
||||
RMD160 (owncloud-6.0.0a.tar.bz2) = 9a6a55321e295a53368542a260f2881ac559310c
|
||||
Size (owncloud-6.0.0a.tar.bz2) = 48257271 bytes
|
||||
SHA1 (patch-apps_user_ldap_lib_access.php) = 82996f105c16018729596049a060756ad364cbb1
|
||||
|
|
Loading…
Reference in a new issue