pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-owncloud Update to 10.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9c8cc48f351
branches:  trunk
changeset: 366324:f9c8cc48f351
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 11 02:54:18 2017 +0000

description:
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

diffstat:

 www/php-owncloud/Makefile |      5 +-
 www/php-owncloud/PLIST    |  10411 ++++++++++++++++++++++++-------------------
 www/php-owncloud/distinfo |     10 +-
 3 files changed, 5711 insertions(+), 4715 deletions(-)

diffs (truncated from 11798 to 300 lines):

diff -r da9532bb1a36 -r f9c8cc48f351 www/php-owncloud/Makefile
--- a/www/php-owncloud/Makefile Fri Aug 11 01:41:08 2017 +0000
+++ b/www/php-owncloud/Makefile Fri Aug 11 02:54:18 2017 +0000
@@ -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
diff -r da9532bb1a36 -r f9c8cc48f351 www/php-owncloud/PLIST
--- a/www/php-owncloud/PLIST    Fri Aug 11 01:41:08 2017 +0000
+++ b/www/php-owncloud/PLIST    Fri Aug 11 02:54:18 2017 +0000
@@ -1,2937 +1,13 @@
-@comment $NetBSD: PLIST,v 1.40 2017/03/26 00:47:45 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.41 2017/08/11 02:54:18 ryoon Exp $
 share/owncloud/.htaccess
 share/owncloud/.user.ini
-share/owncloud/3rdparty/LICENSE INFO
-share/owncloud/3rdparty/README.md
-share/owncloud/3rdparty/autoload.php
-share/owncloud/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
-share/owncloud/3rdparty/bantu/ini-get-wrapper/LICENSE
-share/owncloud/3rdparty/bantu/ini-get-wrapper/README.md
-share/owncloud/3rdparty/bantu/ini-get-wrapper/composer.json
-share/owncloud/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
-share/owncloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
-share/owncloud/3rdparty/composer.json
-share/owncloud/3rdparty/composer.lock
-share/owncloud/3rdparty/composer/ClassLoader.php
-share/owncloud/3rdparty/composer/LICENSE
-share/owncloud/3rdparty/composer/autoload_classmap.php
-share/owncloud/3rdparty/composer/autoload_files.php
-share/owncloud/3rdparty/composer/autoload_namespaces.php
-share/owncloud/3rdparty/composer/autoload_psr4.php
-share/owncloud/3rdparty/composer/autoload_real.php
-share/owncloud/3rdparty/composer/autoload_static.php
-share/owncloud/3rdparty/composer/include_paths.php
-share/owncloud/3rdparty/composer/installed.json
-share/owncloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
-share/owncloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
-share/owncloud/3rdparty/doctrine/annotations/LICENSE
-share/owncloud/3rdparty/doctrine/annotations/README.md
-share/owncloud/3rdparty/doctrine/annotations/composer.json
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
-share/owncloud/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
-share/owncloud/3rdparty/doctrine/cache/.coveralls.yml
-share/owncloud/3rdparty/doctrine/cache/LICENSE
-share/owncloud/3rdparty/doctrine/cache/README.md
-share/owncloud/3rdparty/doctrine/cache/UPGRADE.md
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
-share/owncloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
-share/owncloud/3rdparty/doctrine/collections/LICENSE
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
-share/owncloud/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
-share/owncloud/3rdparty/doctrine/collections/phpunit.xml.dist
-share/owncloud/3rdparty/doctrine/common/LICENSE
-share/owncloud/3rdparty/doctrine/common/README.md
-share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_1
-share/owncloud/3rdparty/doctrine/common/UPGRADE_TO_2_2
-share/owncloud/3rdparty/doctrine/common/build.properties
-share/owncloud/3rdparty/doctrine/common/build.xml
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
-share/owncloud/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php
-share/owncloud/3rdparty/doctrine/common/phpunit.xml.dist
-share/owncloud/3rdparty/doctrine/dbal/LICENSE
-share/owncloud/3rdparty/doctrine/dbal/README.md
-share/owncloud/3rdparty/doctrine/dbal/SECURITY.md
-share/owncloud/3rdparty/doctrine/dbal/UPGRADE.md
-share/owncloud/3rdparty/doctrine/dbal/composer.json
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
-share/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php



Home | Main Index | Thread Index | Old Index