summaryrefslogtreecommitdiff
path: root/www/php-owncloud/PLIST
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-20 08:04:27 +0000
committerryoon <ryoon>2013-07-20 08:04:27 +0000
commit73bde51c293446fcb3732c18481d496d6cea528c (patch)
tree234011c9e7370dd9f29728846a7cea75b48b1820 /www/php-owncloud/PLIST
parent50733ac23e6b1e385f79fecc8ab76c864c4a775c (diff)
downloadpkgsrc-73bde51c293446fcb3732c18481d496d6cea528c.tar.gz
Update to 5.0.9
Changelog: Version 5.0.9 July 15th 2013 Fixes for mounting an WebDAV into an ownCloud Improved expiration of older versions in the case of a full storage IE8 fixes Increased speed when syncing shared files Oracle compatibility fixes Make upgrade routine more robust Fix gallery for certain php configurations Fix pdf viewer close button user_external fixes Several smaller fixes Version 5.0.8 July 10th 2013 SECURITY: XSS vulnerability in “Share Interface” (oC-SA-2013-029) SECURITY: Authentication bypass in “user_webdavauth” (oC-SA-2013-030) New anonymous upload feature Fix syncing of external filesystems External filesystems performance improvements Improve compatibility with Oracle Improved and simplified theming Internet explorer 8 fixes Fixes for partial file uploads LDAP: fix handling of User and Group Bases Improved and more robust upgrade system A lot of encryption system fixes Do not add groups if user has no groups Several Contacts fixes A lot of smaller bugfixes all over the place
Diffstat (limited to 'www/php-owncloud/PLIST')
-rw-r--r--www/php-owncloud/PLIST97
1 files changed, 95 insertions, 2 deletions
diff --git a/www/php-owncloud/PLIST b/www/php-owncloud/PLIST
index 2cb2f2b26c7..8afa19db6fe 100644
--- a/www/php-owncloud/PLIST
+++ b/www/php-owncloud/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2013/06/09 01:16:10 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.17 2013/07/20 08:04:27 ryoon Exp $
share/owncloud/.htaccess
share/owncloud/3rdparty/Archive/Tar.php
share/owncloud/3rdparty/Console/Getopt.php
@@ -1152,6 +1152,7 @@ share/owncloud/apps/contacts/appinfo/database.xml
share/owncloud/apps/contacts/appinfo/info.xml
share/owncloud/apps/contacts/appinfo/migrate.php
share/owncloud/apps/contacts/appinfo/remote.php
+share/owncloud/apps/contacts/appinfo/routes.php
share/owncloud/apps/contacts/appinfo/update.php
share/owncloud/apps/contacts/appinfo/version
share/owncloud/apps/contacts/carddav.php
@@ -1269,7 +1270,11 @@ share/owncloud/apps/contacts/l10n/zh_TW.php
share/owncloud/apps/contacts/lib/addressbook.php
share/owncloud/apps/contacts/lib/addressbookprovider.php
share/owncloud/apps/contacts/lib/app.php
+share/owncloud/apps/contacts/lib/controller/basecontroller.php
+share/owncloud/apps/contacts/lib/controller/importcontroller.php
share/owncloud/apps/contacts/lib/hooks.php
+share/owncloud/apps/contacts/lib/jsonresponse.php
+share/owncloud/apps/contacts/lib/request.php
share/owncloud/apps/contacts/lib/sabre/addressbook.php
share/owncloud/apps/contacts/lib/sabre/addressbookroot.php
share/owncloud/apps/contacts/lib/sabre/backend.php
@@ -1385,6 +1390,7 @@ share/owncloud/apps/files/css/files.css
share/owncloud/apps/files/download.php
share/owncloud/apps/files/index.php
share/owncloud/apps/files/js/admin.js
+share/owncloud/apps/files/js/file-upload.js
share/owncloud/apps/files/js/fileactions.js
share/owncloud/apps/files/js/filelist.js
share/owncloud/apps/files/js/files.js
@@ -1545,6 +1551,7 @@ share/owncloud/apps/files_encryption/3rdparty/Crypt_Blowfish/Blowfish.php
share/owncloud/apps/files_encryption/3rdparty/Crypt_Blowfish/Blowfish/DefaultKey.php
share/owncloud/apps/files_encryption/ajax/adminrecovery.php
share/owncloud/apps/files_encryption/ajax/changeRecoveryPassword.php
+share/owncloud/apps/files_encryption/ajax/updatePrivateKeyPassword.php
share/owncloud/apps/files_encryption/ajax/userrecovery.php
share/owncloud/apps/files_encryption/appinfo/app.php
share/owncloud/apps/files_encryption/appinfo/database.xml
@@ -1553,6 +1560,7 @@ share/owncloud/apps/files_encryption/appinfo/routes.php
share/owncloud/apps/files_encryption/appinfo/spec.txt
share/owncloud/apps/files_encryption/appinfo/version
share/owncloud/apps/files_encryption/css/settings-personal.css
+share/owncloud/apps/files_encryption/files/error.php
share/owncloud/apps/files_encryption/hooks/hooks.php
share/owncloud/apps/files_encryption/js/settings-admin.js
share/owncloud/apps/files_encryption/js/settings-personal.js
@@ -1620,6 +1628,7 @@ share/owncloud/apps/files_encryption/lib/stream.php
share/owncloud/apps/files_encryption/lib/util.php
share/owncloud/apps/files_encryption/settings-admin.php
share/owncloud/apps/files_encryption/settings-personal.php
+share/owncloud/apps/files_encryption/templates/invalid_private_key.php
share/owncloud/apps/files_encryption/templates/settings-admin.php
share/owncloud/apps/files_encryption/templates/settings-personal.php
share/owncloud/apps/files_encryption/tests/binary
@@ -1995,39 +2004,62 @@ share/owncloud/apps/files_texteditor/css/style.css
share/owncloud/apps/files_texteditor/js/aceeditor/LICENSE
share/owncloud/apps/files_texteditor/js/aceeditor/ace.js
share/owncloud/apps/files_texteditor/js/aceeditor/ext-elastic_tabstops_lite.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-emmet.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-keybinding_menu.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-modelist.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-options.js
share/owncloud/apps/files_texteditor/js/aceeditor/ext-searchbox.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-settings_menu.js
share/owncloud/apps/files_texteditor/js/aceeditor/ext-spellcheck.js
share/owncloud/apps/files_texteditor/js/aceeditor/ext-static_highlight.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-statusbar.js
share/owncloud/apps/files_texteditor/js/aceeditor/ext-textarea.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-themelist.js
+share/owncloud/apps/files_texteditor/js/aceeditor/ext-whitespace.js
share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-emacs.js
share/owncloud/apps/files_texteditor/js/aceeditor/keybinding-vim.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-abap.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-actionscript.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-ada.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-asciidoc.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-assembly_x86.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-autohotkey.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-batchfile.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-c9search.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-c_cpp.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-clojure.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-cobol.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-coffee.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-coldfusion.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-csharp.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-css.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-curly.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-d.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-dart.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-diff.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-django.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-dot.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-ejs.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-erlang.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-forth.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-ftl.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-glsl.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-golang.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-groovy.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-haml.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-haskell.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-haxe.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-html.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-html_ruby.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-ini.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-jade.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-java.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-javascript.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-json.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-jsoniq.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-jsp.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-jsx.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-julia.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-latex.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-less.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-liquid.js
@@ -2040,6 +2072,10 @@ share/owncloud/apps/files_texteditor/js/aceeditor/mode-luapage.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-lucene.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-makefile.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-markdown.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-matlab.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-mushcode.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-mushcode_high_rules.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-mysql.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-objectivec.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-ocaml.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-pascal.js
@@ -2047,17 +2083,21 @@ share/owncloud/apps/files_texteditor/js/aceeditor/mode-perl.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-pgsql.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-php.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-powershell.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-prolog.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-properties.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-python.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-r.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-rdoc.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-rhtml.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-ruby.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-rust.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-sass.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-scad.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-scala.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-scheme.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-scss.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-sh.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-snippets.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-sql.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-stylus.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-svg.js
@@ -2068,16 +2108,49 @@ share/owncloud/apps/files_texteditor/js/aceeditor/mode-textile.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-tm_snippet.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-tmsnippet.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-toml.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-twig.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-typescript.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-vbscript.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-velocity.js
+share/owncloud/apps/files_texteditor/js/aceeditor/mode-verilog.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-xml.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-xquery.js
share/owncloud/apps/files_texteditor/js/aceeditor/mode-yaml.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-ambiance.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-chaos.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-chrome.js
share/owncloud/apps/files_texteditor/js/aceeditor/theme-clouds.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-clouds_midnight.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-cobalt.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-crimson_editor.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-dawn.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-dreamweaver.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-eclipse.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-github.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-idle_fingers.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-kr.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-merbivore.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-merbivore_soft.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-mono_industrial.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-monokai.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-pastel_on_dark.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-solarized_dark.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-solarized_light.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-terminal.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-textmate.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-tomorrow.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-tomorrow_night.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-tomorrow_night_blue.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-tomorrow_night_bright.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-tomorrow_night_eighties.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-twilight.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-vibrant_ink.js
+share/owncloud/apps/files_texteditor/js/aceeditor/theme-xcode.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-coffee.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-css.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-javascript.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-json.js
+share/owncloud/apps/files_texteditor/js/aceeditor/worker-lua.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-php.js
share/owncloud/apps/files_texteditor/js/aceeditor/worker-xquery.js
share/owncloud/apps/files_texteditor/js/editor.js
@@ -3392,6 +3465,10 @@ share/owncloud/core/css/jquery.multiselect.css
share/owncloud/core/css/multiselect.css
share/owncloud/core/css/share.css
share/owncloud/core/css/styles.css
+share/owncloud/core/doc/admin/_images/custom_mount_config_gui-1.png
+share/owncloud/core/doc/admin/_images/custom_mount_config_gui-2.png
+share/owncloud/core/doc/admin/_images/custom_mount_config_gui-3.png
+share/owncloud/core/doc/admin/_images/custom_mount_config_gui-4.png
share/owncloud/core/doc/admin/_images/ldap-advanced-settings-connection-settings-oc5.png
share/owncloud/core/doc/admin/_images/ldap-advanced-settings-directory-settings-oc5.png
share/owncloud/core/doc/admin/_images/ldap-advanced-settings-oc5.png
@@ -3411,11 +3488,13 @@ share/owncloud/core/doc/admin/_sources/configuration/configuration_3rdparty.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_apps.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_automation.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_database.txt
+share/owncloud/core/doc/admin/_sources/configuration/configuration_encryption.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_knowledgebase.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_logging.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_mail.txt
share/owncloud/core/doc/admin/_sources/configuration/configuration_reverseproxy.txt
share/owncloud/core/doc/admin/_sources/configuration/custom_mount_config.txt
+share/owncloud/core/doc/admin/_sources/configuration/custom_mount_config_gui.txt
share/owncloud/core/doc/admin/_sources/configuration/custom_user_backend.txt
share/owncloud/core/doc/admin/_sources/configuration/index.txt
share/owncloud/core/doc/admin/_sources/configuration/xsendfile.txt
@@ -3429,6 +3508,8 @@ share/owncloud/core/doc/admin/_sources/installation/installation_others.txt
share/owncloud/core/doc/admin/_sources/installation/installation_source.txt
share/owncloud/core/doc/admin/_sources/installation/installation_ucs.txt
share/owncloud/core/doc/admin/_sources/installation/installation_windows.txt
+share/owncloud/core/doc/admin/_sources/issues/index.txt
+share/owncloud/core/doc/admin/_sources/maintenance/backup.txt
share/owncloud/core/doc/admin/_sources/maintenance/index.txt
share/owncloud/core/doc/admin/_sources/maintenance/migrating.txt
share/owncloud/core/doc/admin/_sources/maintenance/update.txt
@@ -3458,11 +3539,13 @@ share/owncloud/core/doc/admin/configuration/configuration_3rdparty.html
share/owncloud/core/doc/admin/configuration/configuration_apps.html
share/owncloud/core/doc/admin/configuration/configuration_automation.html
share/owncloud/core/doc/admin/configuration/configuration_database.html
+share/owncloud/core/doc/admin/configuration/configuration_encryption.html
share/owncloud/core/doc/admin/configuration/configuration_knowledgebase.html
share/owncloud/core/doc/admin/configuration/configuration_logging.html
share/owncloud/core/doc/admin/configuration/configuration_mail.html
share/owncloud/core/doc/admin/configuration/configuration_reverseproxy.html
share/owncloud/core/doc/admin/configuration/custom_mount_config.html
+share/owncloud/core/doc/admin/configuration/custom_mount_config_gui.html
share/owncloud/core/doc/admin/configuration/custom_user_backend.html
share/owncloud/core/doc/admin/configuration/index.html
share/owncloud/core/doc/admin/configuration/xsendfile.html
@@ -3477,6 +3560,8 @@ share/owncloud/core/doc/admin/installation/installation_others.html
share/owncloud/core/doc/admin/installation/installation_source.html
share/owncloud/core/doc/admin/installation/installation_ucs.html
share/owncloud/core/doc/admin/installation/installation_windows.html
+share/owncloud/core/doc/admin/issues/index.html
+share/owncloud/core/doc/admin/maintenance/backup.html
share/owncloud/core/doc/admin/maintenance/index.html
share/owncloud/core/doc/admin/maintenance/migrating.html
share/owncloud/core/doc/admin/maintenance/update.html
@@ -3485,7 +3570,6 @@ share/owncloud/core/doc/admin/search.html
share/owncloud/core/doc/admin/searchindex.js
share/owncloud/core/doc/user/_images/bookmark_addurl.jpg
share/owncloud/core/doc/user/_images/bookmark_setting.jpg
-share/owncloud/core/doc/user/_images/calendar_caldav.png
share/owncloud/core/doc/user/_images/calendar_createevent.png
share/owncloud/core/doc/user/_images/calendar_export.png
share/owncloud/core/doc/user/_images/calendar_import.png
@@ -3498,6 +3582,9 @@ share/owncloud/core/doc/user/_images/contact_emptycontact.jpg
share/owncloud/core/doc/user/_images/contact_import.jpg
share/owncloud/core/doc/user/_images/contact_picture.jpg
share/owncloud/core/doc/user/_images/contact_syncopt.jpg
+share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
+share/owncloud/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
+share/owncloud/core/doc/user/_images/contact_thunderbird-URL_config.jpg
share/owncloud/core/doc/user/_images/contact_vcfpick.jpg
share/owncloud/core/doc/user/_images/dolphin_webdav.png
share/owncloud/core/doc/user/_images/explorer_webdav.png
@@ -3519,6 +3606,7 @@ share/owncloud/core/doc/user/_images/osx_webdav2.png
share/owncloud/core/doc/user/_sources/bookmarks.txt
share/owncloud/core/doc/user/_sources/contents.txt
share/owncloud/core/doc/user/_sources/files/deletedfiles.txt
+share/owncloud/core/doc/user/_sources/files/encryption.txt
share/owncloud/core/doc/user/_sources/files/files.txt
share/owncloud/core/doc/user/_sources/files/index.txt
share/owncloud/core/doc/user/_sources/files/sync.txt
@@ -3532,6 +3620,7 @@ share/owncloud/core/doc/user/_sources/pim/index.txt
share/owncloud/core/doc/user/_sources/pim/sync_ios.txt
share/owncloud/core/doc/user/_sources/pim/sync_kde.txt
share/owncloud/core/doc/user/_sources/pim/sync_osx.txt
+share/owncloud/core/doc/user/_sources/pim/sync_thunderbird.txt
share/owncloud/core/doc/user/_sources/webinterface.txt
share/owncloud/core/doc/user/_static/basic.css
share/owncloud/core/doc/user/_static/bootstrap-responsive.css
@@ -3556,6 +3645,7 @@ share/owncloud/core/doc/user/_static/underscore.js
share/owncloud/core/doc/user/bookmarks.html
share/owncloud/core/doc/user/contents.html
share/owncloud/core/doc/user/files/deletedfiles.html
+share/owncloud/core/doc/user/files/encryption.html
share/owncloud/core/doc/user/files/files.html
share/owncloud/core/doc/user/files/index.html
share/owncloud/core/doc/user/files/sync.html
@@ -3571,6 +3661,7 @@ share/owncloud/core/doc/user/pim/index.html
share/owncloud/core/doc/user/pim/sync_ios.html
share/owncloud/core/doc/user/pim/sync_kde.html
share/owncloud/core/doc/user/pim/sync_osx.html
+share/owncloud/core/doc/user/pim/sync_thunderbird.html
share/owncloud/core/doc/user/search.html
share/owncloud/core/doc/user/searchindex.js
share/owncloud/core/doc/user/webinterface.html
@@ -4773,6 +4864,7 @@ share/owncloud/lib/connector/sabre/principal.php
share/owncloud/lib/connector/sabre/quotaplugin.php
share/owncloud/lib/connector/sabre/request.php
share/owncloud/lib/db.php
+share/owncloud/lib/defaults.php
share/owncloud/lib/eventsource.php
share/owncloud/lib/filechunking.php
share/owncloud/lib/fileproxy.php
@@ -4907,6 +4999,7 @@ share/owncloud/lib/public/config.php
share/owncloud/lib/public/constants.php
share/owncloud/lib/public/contacts.php
share/owncloud/lib/public/db.php
+share/owncloud/lib/public/defaults.php
share/owncloud/lib/public/files.php
share/owncloud/lib/public/groupinterface.php
share/owncloud/lib/public/iaddressbook.php