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 9.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b3b43fcc1a7
branches: trunk
changeset: 353050:5b3b43fcc1a7
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Sep 25 13:06:31 2016 +0000
description:
Update to 9.1.1
* Remove contact and calendar distfiles
* Remove replace commands for code sining, fix PR pkg/51032
Changelog:
Version 9.1.1 Sep 20 2016
Core: Remove OCS response body for HTTP status 204 and 304 which disturbed some firewalls - core/#25835
Core: Map Oracle driver options to params - core/#23938
Core: Log cron job class name for easier troubleshooting - core/#25743
Core: Skip version and trash expiry for users that never logged in - core/#25741
Core: Added white download icons for apps to use - core/#23891
Core: Fix warning about undefined offset in LoginController - core/#25714
Core: Fix warning about undefined two factor providers - core/#25606
Core: Load app before executing its repair steps - core/#25674
Core: Fix "defaultapp" setting - core/#25562
Core: Fix issue when opening some file app links received in share emails - core/#25200
Core: Reconnect DB in occ files:scan to avoid DB timeouts - core/#25853
Core: Fix status.php page redirection with non-standard port - core/#25946
Core: Improve users page loading performance with many groups - core/#25922
Core: Don't log credentials from tryLogin - core/#25895
Core: Fix password recovery with case sensitive user names - core/#25684
Core: Fix two factor page cyclic reload with some providers - core/#25893
Core: Add visual feedback when updating password in users page - core/#25532
Core: Fix useless warning when overwriting file when open_basedir is set - core/#26033
Files: Display hidden files in footer and selection summary - core/#25855
Files: Fix hidden files handling with insertion or selection - core/#25856
DAV: Faster classification migration in CalDAV - core/#25638
DAV: Error message about forbidden password login is now logged in debug level - core/#25486
DAV: Return "data-fingerprint" property on any file related element - core/#25482
DAV: Fix missing properties in CalDAV subscriptions - core/#24469
DAV: Improve performance of chunking in new DAV endpoint- core/#26072
Sharing: Fixed wrong insufficient storage error - core/#25582
Sharing: Prevent shared storage recursions to avoid memory issues and crashes - core/#25557
Sharing: Group received shares which have same source and target - core/#25113
Sharing: Fix sharing over API when dealing with trailing slashes - core/#25464
Sharing: Fix public upload issue with quota in some scenarios - core/#24751
Sharing: Fix issue where videos did not play from share links with PHP 7 - core/#25483
Sharing: Fix BadMethodCallException in cron or scanner - core/#25506
Sharing: Prevent ghost mounts for deleted/orphaned shares - core/#26001
Sharing: Fix fatal error for users with older existing shares from OC <= 8.2 - core/#25933
Sharing: Always allow share owner to increase permissions - core/#25542
Sharing: Properly retry federated shares after they were unavailable - core/#26037
Sharing: Reallow spaces in federated share autocomplete in share dialog - core/#25955
Encryption: OCC command for decryption now doesn't decrypt received shares - core/#25599
Files_external: Removed reference magic to avoid potential infinite loops - core/#25844
Files_external: Added conditional trace logging for debugging SMB on production systems - core/#25758
Files_external: Fix config database issue when using Oracle - core/#25764
Files_external: SMB subfolders with read-only attribute are now writeable in OC to match spec - core/#24608
Files_external: Fix "save in session" mode when using Webdav without cookies/session - core/#25511
Files_external: Respect theme for external folder icon - core/#25461
Files_external: Disable NFD encoding wrapper that was enabled by mistake for local storages - core/#25819
Files_external: Some SMB fixes and better debug logging - core/#25817
Files_trashbin: Add occ command to trigger trashbin retention expiration - core/#25878
Files_versions: Add occ command to trigger versions retention expiration - core/#25878
LDAP: Fix login issue when dealing with display name of deleted users - core/#23248
LDAP: Prevent triggering email change events at login time for unchanged email - core/#25553
LDAP: Fix login and logging issue with big avatars by reducing their size - core/#25857
LDAP: Hide LDAP admin password in wizard - core/#25702
Provisioning API: Fixed issue where subadmins could not change group memberships - core/#25496
Provisioning API: Added flag to enable/disable two-factor auth for users - core/#25876
Activity: Fix owner name processing for received federated shares - core/#24938
Updater: Fix web update issue with filesystem apps - updater/#371
Antivirus: Fix incorrect report of file size - files_antivirus/#120
Antivirus: Fix background scan - files_antivirus/#109
Version 9.1.0 Jul 21 2016
General
Background jobs (cron) can now run in parallel
Update notifications in client via API - You can now be notified in your desktop client about available updates for core and apps. The notifications are made available via the notifications API.
Multi bucket support for primary objectstore integration
Authentication
Pluggable authentication: plugin system that supports different authentication schemes
Token-based authentication
Ability to invalidate sessions
List connected browsers/devices in the personal settings page. Allows the user to disconnect browsers/devices.
Device-specific passwords/tokens, can be generated in the personal page and revoked
Disable users and automatically revoke their sessions
Detect disabled LDAP users or password changes and revoke their sessions
Log in with email address
Configuration option to enforce token-based login outside the web UI
Two Factor authentication plug-in system
OCC command added to (temporarily) disable/enable two-factor authentication for single users
Note: the current desktop and mobile client versions do not support two-factor yet, this will be added later. It is already possible to generate a device specific password and enter that in the
current client versions.
Files app
Ability to toggle displaying hidden files
Remember sort order
Permalinks for internal shares
Visual cue when dragging in files app
Autoscroll file list when dragging files
Upload progress estimate
Federated sharing
Ability to create federated shares with CRUDS permissions
Resharing a federated share does not create a chain of shares any more but connects the share owner's server to the reshare recipient
External storage
UTF-8 NFD encoding compatibility support for NFD file names stored directly on external storages (new mount option in external storage admin page)
Direct links to the configuration pages for setting up a GDrive or Dropbox app for use with ownCloud
Some performance and memory usage improvements for GDrive, stream download and chunk upload
Performance and memory usage improvements for Dropbox with stream download
GDrive library update provides exponential backoff which will reduce rate limit errors
Minor additions
Support for print style sheets
Command line based update will now be suggested if the instance is bigger to avoid potential timeouts
Web updater will be disabled if LDAP or shibboleth are installed
DB/app update process now shows better progress information
Added occ files:scan --unscanned to only scan folders that haven't yet been explored on external storages
Chunk cache TTL can now be configured
Added warning for wrongly configured database transactions, helps prevent "database is locked" issues
Use a capped memory cache to reduce memory usage especially in background jobs and the file scanner
Allow login by email
Respect CLASS property in calendar events
Allow addressbook export using VCFExportPlugin
Birthdays are also generated based on shared addressbooks
For developers
New DAV endpoint with a new chunking protocol aiming to solve many issues like timeouts (not used by clients yet)
New webdav property for share permissions
Background repair steps can be specified info.xml
Background jobs (cron) can now be declared in info.xml
Apps can now define repair steps to run at install/uninstall time
Export contact images via sabre dav plugin
Sabre DAV's browser plugin is available in debug mode to allow easier development around webdav
Technical debt
PSR-4 autoloading forced for OC\ and OCP\, optional for OCA\ docs at https://doc.owncloud.org/server/9.1/developer_manual/app/classloader.html
More cleanup of the sharing code (ongoing)
diffstat:
www/php-owncloud/Makefile | 30 +-
www/php-owncloud/PLIST | 3933 +++++++++++++++++++-------------------------
www/php-owncloud/distinfo | 18 +-
3 files changed, 1752 insertions(+), 2229 deletions(-)
diffs (truncated from 5302 to 300 lines):
diff -r c752f9c10ad9 -r 5b3b43fcc1a7 www/php-owncloud/Makefile
--- a/www/php-owncloud/Makefile Sun Sep 25 13:05:54 2016 +0000
+++ b/www/php-owncloud/Makefile Sun Sep 25 13:06:31 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2016/07/09 06:39:14 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2016/09/25 13:06:31 ryoon Exp $
#
-DISTNAME= owncloud-9.0.0
+DISTNAME= owncloud-9.1.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
EXTRACT_SUFX= .tar.bz2
@@ -13,17 +12,6 @@
COMMENT= Web services under your control
LICENSE= gnu-agpl-v3
-OC_APPS_SITE= https://apps.owncloud.com/CONTENT/content-files/
-OC_CALENDAR_APP= 168707-calendar.zip
-OC_CONTACT_APP= 168708-contacts.zip
-
-DISTFILES= ${DEFAULT_DISTFILES} \
- ${OC_CALENDAR_APP} \
- ${OC_CONTACT_APP}
-
-SITES.${OC_CALENDAR_APP}= ${OC_APPS_SITE}
-SITES.${OC_CONTACT_APP}= ${OC_APPS_SITE}
-
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.0:../../converters/php-iconv
@@ -47,16 +35,6 @@
OC_DIR= share/owncloud
INSTALLATION_DIRS= ${OC_DIR}
-REPLACE_BASH+= 3rdparty/*/*/*/*
-REPLACE_BASH+= apps/*/*/*
-REPLACE_BASH+= apps/*/*/*/*
-REPLACE_BASH+= core/img/image-optimization.sh
-
-REPLACE_PERL+= apps/*/*/*
-REPLACE_PERL+= l10n/l10n.pl
-
-REPLACE_PYTHON+= 3rdparty/*/*/*/*
-
# for php interpreter
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
CHECK_INTERPRETER_SKIP+= ${OC_DIR}/3rdparty/dompdf/load_font.php
@@ -82,10 +60,6 @@
do-install:
cd ${WRKDIR} && ${FIND} owncloud -type f \! -name '*.orig' -print | \
pax -rw -pmp ${DESTDIR}${PREFIX}/share
- cd ${WRKDIR} && ${FIND} calendar -type f \! -name '*.orig' -print | \
- pax -rw -pmp ${DESTDIR}${PREFIX}/share/owncloud/apps
- cd ${WRKDIR} && ${FIND} contacts -type f \! -name '*.orig' -print | \
- pax -rw -pmp ${DESTDIR}${PREFIX}/share/owncloud/apps
.include "../../lang/php/phpversion.mk"
.include "../../lang/python/application.mk"
diff -r c752f9c10ad9 -r 5b3b43fcc1a7 www/php-owncloud/PLIST
--- a/www/php-owncloud/PLIST Sun Sep 25 13:05:54 2016 +0000
+++ b/www/php-owncloud/PLIST Sun Sep 25 13:06:31 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2016/03/21 05:50:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.38 2016/09/25 13:06:31 ryoon Exp $
share/owncloud/.htaccess
share/owncloud/.user.ini
share/owncloud/3rdparty/.gitignore
@@ -164,8 +164,6 @@
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/bin/doctrine-dbal
-share/owncloud/3rdparty/doctrine/dbal/bin/doctrine-dbal.php
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
@@ -594,10 +592,14 @@
share/owncloud/3rdparty/icewind/streams/.gitignore
share/owncloud/3rdparty/icewind/streams/src/CallbackWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Directory.php
+share/owncloud/3rdparty/icewind/streams/src/DirectoryFilter.php
+share/owncloud/3rdparty/icewind/streams/src/DirectoryWrapper.php
share/owncloud/3rdparty/icewind/streams/src/File.php
share/owncloud/3rdparty/icewind/streams/src/IteratorDirectory.php
share/owncloud/3rdparty/icewind/streams/src/NullWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Path.php
+share/owncloud/3rdparty/icewind/streams/src/RetryWrapper.php
+share/owncloud/3rdparty/icewind/streams/src/SeekableWrapper.php
share/owncloud/3rdparty/icewind/streams/src/Url.php
share/owncloud/3rdparty/icewind/streams/src/UrlCallBack.php
share/owncloud/3rdparty/icewind/streams/src/Wrapper.php
@@ -607,123 +609,6 @@
share/owncloud/3rdparty/ircmaxell/password-compat/LICENSE.md
share/owncloud/3rdparty/ircmaxell/password-compat/composer.json
share/owncloud/3rdparty/ircmaxell/password-compat/lib/password.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Generator.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Random.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php
-share/owncloud/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php
-share/owncloud/3rdparty/ircmaxell/security-lib/.gitignore
-share/owncloud/3rdparty/ircmaxell/security-lib/README.md
-share/owncloud/3rdparty/ircmaxell/security-lib/composer.json
-share/owncloud/3rdparty/ircmaxell/security-lib/composer.lock
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Enum.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Hash.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Strength.php
-share/owncloud/3rdparty/ircmaxell/security-lib/lib/SecurityLib/composer.json
-share/owncloud/3rdparty/ircmaxell/security-lib/phpunit.xml.dist
-share/owncloud/3rdparty/james-heinrich/getid3/.gitattributes
-share/owncloud/3rdparty/james-heinrich/getid3/.gitignore
-share/owncloud/3rdparty/james-heinrich/getid3/README.md
-share/owncloud/3rdparty/james-heinrich/getid3/changelog.txt
-share/owncloud/3rdparty/james-heinrich/getid3/composer.json
-share/owncloud/3rdparty/james-heinrich/getid3/dependencies.txt
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.dbm.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.mysql.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/extension.cache.sqlite3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/getid3.lib.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/getid3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.gzip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.rar.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.szip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.tar.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.archive.zip.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.asf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.bink.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.flv.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.matroska.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.mpeg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.nsv.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.quicktime.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.real.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.riff.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.swf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio-video.ts.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.aa.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.aac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.ac3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.amr.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.au.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.avr.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.bonk.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.dss.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.dts.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.flac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.la.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.lpac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.midi.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mod.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.monkey.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mp3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.mpc.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.ogg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.optimfrog.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.rkau.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.shorten.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.tta.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.voc.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.vqf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.audio.wavpack.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.bmp.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.efax.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.gif.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.jpg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.pcd.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.png.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.svg.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.graphic.tiff.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.cue.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.exe.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.iso.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.msoffice.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.par2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.misc.pdf.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.apetag.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v1.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.lyrics3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/module.tag.xmp.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.apetag.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.id3v1.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.id3v2.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.lyrics3.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.metaflac.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.real.php
-share/owncloud/3rdparty/james-heinrich/getid3/getid3/write.vorbiscomment.php
-share/owncloud/3rdparty/james-heinrich/getid3/license.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-10.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-20.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.gpl-30.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.lgpl-30.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/licence.mpl-20.txt
-share/owncloud/3rdparty/james-heinrich/getid3/licenses/license.commercial.txt
-share/owncloud/3rdparty/james-heinrich/getid3/readme.txt
-share/owncloud/3rdparty/james-heinrich/getid3/structure.txt
share/owncloud/3rdparty/jeremeamia/SuperClosure/LICENSE.md
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
share/owncloud/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
@@ -888,6 +773,17 @@
share/owncloud/3rdparty/league/flysystem/src/Util.php
share/owncloud/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
share/owncloud/3rdparty/league/flysystem/src/Util/MimeType.php
+share/owncloud/3rdparty/league/flysystem/src/Util/StreamHasher.php
+share/owncloud/3rdparty/lukasreschke/id3parser/.gitignore
+share/owncloud/3rdparty/lukasreschke/id3parser/README.md
+share/owncloud/3rdparty/lukasreschke/id3parser/composer.json
+share/owncloud/3rdparty/lukasreschke/id3parser/src/ID3Parser.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php
+share/owncloud/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php
share/owncloud/3rdparty/mcnetic/zipstreamer/COPYING
share/owncloud/3rdparty/mcnetic/zipstreamer/MANUAL.md
share/owncloud/3rdparty/mcnetic/zipstreamer/README.md
@@ -1091,7 +987,6 @@
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php
share/owncloud/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
share/owncloud/3rdparty/nikic/php-parser/lib/bootstrap.php
-share/owncloud/3rdparty/paragonie/random_compat/.gitignore
share/owncloud/3rdparty/paragonie/random_compat/LICENSE
share/owncloud/3rdparty/paragonie/random_compat/composer.json
share/owncloud/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php
@@ -1101,10 +996,10 @@
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php
+share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php
share/owncloud/3rdparty/paragonie/random_compat/lib/random_int.php
-share/owncloud/3rdparty/paragonie/random_compat/phpunit.xml.dist
share/owncloud/3rdparty/patches.txt
share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
share/owncloud/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
@@ -2120,7 +2015,6 @@
share/owncloud/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php
share/owncloud/3rdparty/rackspace/php-opencloud/phpunit.xml.dist
share/owncloud/3rdparty/react/promise/.gitignore
-share/owncloud/3rdparty/react/promise/CHANGELOG.md
share/owncloud/3rdparty/react/promise/LICENSE
share/owncloud/3rdparty/react/promise/src/CancellablePromiseInterface.php
share/owncloud/3rdparty/react/promise/src/Deferred.php
@@ -2408,12 +2302,6 @@
share/owncloud/3rdparty/sabre/uri/composer.json
share/owncloud/3rdparty/sabre/uri/lib/Version.php
share/owncloud/3rdparty/sabre/uri/lib/functions.php
-share/owncloud/3rdparty/sabre/uri/tests/BuildTest.php
-share/owncloud/3rdparty/sabre/uri/tests/NormalizeTest.php
-share/owncloud/3rdparty/sabre/uri/tests/ResolveTest.php
-share/owncloud/3rdparty/sabre/uri/tests/SplitTest.php
-share/owncloud/3rdparty/sabre/uri/tests/phpcs/ruleset.xml
-share/owncloud/3rdparty/sabre/uri/tests/phpunit.xml.dist
share/owncloud/3rdparty/sabre/vobject/.gitignore
share/owncloud/3rdparty/sabre/vobject/ChangeLog.md
share/owncloud/3rdparty/sabre/vobject/LICENSE
@@ -2869,23 +2757,14 @@
share/owncloud/AUTHORS
share/owncloud/COPYING-AGPL
share/owncloud/apps/activity/appinfo/app.php
-share/owncloud/apps/activity/appinfo/application.php
share/owncloud/apps/activity/appinfo/database.xml
share/owncloud/apps/activity/appinfo/info.xml
-share/owncloud/apps/activity/appinfo/install.php
share/owncloud/apps/activity/appinfo/routes.php
share/owncloud/apps/activity/appinfo/signature.json
share/owncloud/apps/activity/appinfo/update.php
-share/owncloud/apps/activity/controller/activities.php
-share/owncloud/apps/activity/controller/endpoint.php
-share/owncloud/apps/activity/controller/feed.php
-share/owncloud/apps/activity/controller/ocsendpoint.php
-share/owncloud/apps/activity/controller/settings.php
share/owncloud/apps/activity/css/settings.css
share/owncloud/apps/activity/css/style.css
share/owncloud/apps/activity/docs/endpoint-v2.md
-share/owncloud/apps/activity/extension/files.php
-share/owncloud/apps/activity/extension/files_sharing.php
share/owncloud/apps/activity/img/activity-dark.png
share/owncloud/apps/activity/img/activity-dark.svg
Home |
Main Index |
Thread Index |
Old Index