[Pkg-owncloud-commits] [owncloud] branch master updated (f5c49fb -> 4f17959)
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:43:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository owncloud.
from f5c49fb Test if confile exists before calling {en,dis}conf
new 5878d27 remove border from log in input fields, simpler and works better with themes
new 289f64b mail template: remove off-white background color to better blend into mail client
new ea62d23 compress mail notification logo
new b3c5aaa make mail notification header color themable
new 52b3187 Merge pull request #7510 from owncloud/stable6-theme-mailtemplate
new 7e2659f Fix mail template to use p() for colors
new f87319f fall back to getLocalFile if storage doesn't support fseek
new 8b3d993 implement ftell stream wrapper and fix return value from fseek stream wrapper
new 6455722 extend the encryption stream wrapper to handle local files and add a fall back for file size calculation if the storage doesn't support fseek
new 7ced22c test for isEncryptedPath()
new 9cff832 add test for the stream wrapper to read encrypted files from the system folder /tmp
new 722b816 Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6
new 5bf9aab Fixed configkey casing for PostgreSQL
new c02c815 don't create files folder, let ownCloud core handle it
new 6b45835 add hover/focus states for star icons to hint at action
new 9b6b02a Show warning page when accessing server from an untrusted domain
new f1b948d Added localhost as trusted domain
new 98ff74a Added unit tests for serverHost and other related functions
new d7163c9 Fixed X-Forwarded-Host parsing
new eaf9633 Merge pull request #7565 from owncloud/stable6-trusteddomainerrorpage
new 26b70bc fix noise not repeating
new 95ddadd increase the version number
new 87d3853 adding new javascript function OC.generateUrl(url, params)
new 91392c5 add dprecated warning for OC.Router
new c358373 Merge pull request #7578 from owncloud/introduce-generateUrl-stable6
new ce5f8d7 Use $installedVersion instead of $currentVersion
new c9c91c7 Merge pull request #7609 from owncloud/fix-updater-6
new 7f81b14 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters
new acc3584 Merge pull request #7586 from owncloud/dont_create_shared_folder_stable6
new ff078db we first shall check if the current session is valid - otherwise the session-id will be regenerated on login via basic auth
new d54f314 fixing ident
new cf2af3c Merge pull request #7633 from owncloud/fix-7582-stable6
new 0f40acb we need the file_source to delete a share successfully
new a5871c1 Merge pull request #7653 from owncloud/backport-7646-stable6
new 4966d63 Disable XML entities when parsing XML
new b4c10ee Fixed "select all" + download on public page
new d290f44 Merge pull request #7608 from owncloud/stable6-publicpagedownloadall
new 37e1953 Reset time of last update feed polling
new a3bc3bb backport #7659
new c1c6ce2 remove magic handling of recipient lists by exploding the string - this functionality is nowhere used this way and nowhere documented - and broken because only $toaddress will be exploded not $toname
new 2e42b05 Merge pull request #7672 from owncloud/backport-7659-stable6-2
new c3c255b fix path creation for re-shares, issue #7662
new 3ccbc25 add 'received_from' info to the share, so that every share can have a different value
new 6a31fec increase version number
new 3520529 Concatenate string in SQL instead of PHP, use doctrine to construct concat expression
new 5444955 Merge pull request #7280 from owncloud/tune_legacy_cache_webdav_properties_prefixing_stable6
new 112a277 only enable drag&drop upload if public upload is allowed, backport of #7631
new bc5145e Merge pull request #7698 from owncloud/backport_7631
new e4104e6 remove Sabre_DAV_Browser_Plugin
new bff2c20 Merge pull request #7701 from owncloud/backport-7681-stable6
new 14b9eba set content-type on ocs exceptions
new 46657ad fixing method names
new 53ad7eb Merge pull request #7690 from owncloud/backport-7683-stable6
new 30cca25 finally fix the paths for the OCS Share API
new 58db31e Added warning for trusted_domains after CLI upgrade
new 2cb342c Display admin option for public upload with encryption enabled
new 6ccc817 Fix smb4php to work with home shares
new a1c0c5e Added .ocdata file to check for data folder validity
new d85d3a4 Return 503 when a config/data dir error exists
new 288c40e Increase version to trigger upgrade related to .ocdata
new 2c2fd5f Merge pull request #7819 from owncloud/stable6-datafolderexistence
new a70b99f Propagate unencrypted_size up to the file cache root
new eacb4b3 Return unencrypted_size of folder when queried
new 540d4af Add FreeIPA UUID compatibility, fixes #7796
new ceff4da Fix duplicate ipauniqueid
new bb995c5 Still return quota value when free space is unknown
new ffdbdf7 Merge pull request #7834 from owncloud/stable6-quota-usequotaevenwhenfreespaceunknown
new df63637 fixing wrong html close tags
new 23ffdcc Merge pull request #7840 from owncloud/fix/7839
new b10b8a4 Fixed warning when browsing Shared folder
new b41c1d7 On clone create a new instance of the Configuration
new 406747a Use array_key_exists instead of isset, because the latter returns false if the assigned value is null
new 2d639b8 add test for cloning and keeping configuration seperate
new f464620 Fix 'Undefined variable: message' in OCP\Util::logException
new a31b37e Fixed mtime reading from OpenStack API
new 17e5c03 Fix swift touch operation
new 35e4784 prevent dimmed ocdialog div from scrolling
new 5099caa Merge pull request #7901 from owncloud/fixed_position_ocdialogdim
new 24274ac don't block php session while download is in progress
new 027de54 don't write file if opening a stream to encrypt the data fails
new a390bd2 Revert "remove Sabre_DAV_Browser_Plugin"
new 456f02b remove pl_PL - fixes #7973
new f841682 Merge pull request #7976 from owncloud/fix-7973-stable6-2
new 2086e80 Correction: failure on sharing when user ID was prefixed by zero
new bd5eec7 general styles for the content area
new 47e3e73 Fix admin-dir_permissions redirection when cannot write warning is shown.
new 7dd34b1 LDAP: Read email and quota when mapping user, fixes #7785
new 5df99d3 add PHP docs
new 519ab3a more precise php doc
new 096b4d8 Merge pull request #7931 from owncloud/fix_7785_stable6
new 2150cac Give storages the option to implement the getById behaviour for View->getPath
new e96c365 Implement getPath for shared files
new 6dd3215 Improve phpdoc
new a591160 use a non-recursive chmod on the datadir
new 984586c authentication apps need to be loaded in any case - fixes #7216
new 1116455 Merge pull request #8037 from owncloud/fix-7216
new d8097b4 fix unit tests
new 79635cc Add bindParam to statement wrapper
new 09802ac Meanwhile, the quota value is stored human-readable in the DB
new 3debb33 Merge pull request #8038 from owncloud/fix_8028
new d34e1b5 Do not expire chunks while checking for their existence
new be30728 Fixed chunking and insufficient storage check
new 88949d7 Backport of PR #7837 to stable6
new e34d00a fix double closing </a> for filenames
new 2257ae9 Merge pull request #8123 from owncloud/fix_filename_closing_tag
new b09614b Disabled internet checking as mentioned when in proxy mode
new 85e90c3 Merge pull request #8148 from owncloud/backport-6676-stable6
new d4951c6 Fixed Sabre Node implementation to correctly return timestamps as int
new 6b15731 Remove dependency on container, removing service locator antipattern
new 22632a2 Update controller.php
new de7a386 Merge pull request #8119 from Raydiation/stable6
new fc8004d add requirements to routing
new bf898f9 Merge pull request #8151 from owncloud/backport-8137-stable6
new 2741eb1 To isolate the variable scope used inside the $file it is required in it's own method - refs #8138
new 2149670 fix code formatting
new 6636c14 Merge pull request #8150 from owncloud/backport-8138-stable6
new 80a294b LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)
new 15ebb4b Merge pull request #8166 from owncloud/ldap_update_email
new 793f20d Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
new e1b1ce6 adjust tests accordingly
new cf2fc58 Backport of PR #7815, correct LDAP user count on setup with many users (occ user:report)
new d4be12a Verify that a file exists before we share it
new c4d4065 Use JS as content-type due to mimesniffing
new a300404 Backport of #7682 to stable6
new a7bc716 Merge pull request #8259 from owncloud/backport-7682-6
new e84bf62 Imported Upstream version 6.0.3~20140418+dfsg
new fcfb645 Merge tag 'upstream/6.0.3_20140418+dfsg'
new d64b3c7 Depend on recent libjs-pdf
new 27fbe1c Update copyright
new 3bb81c7 Refresh patches
new 80805e1 Drop now useless version for owncloud-doc
new 24d0a16 Use pdf.worker.js from PDF.js
new d8587bc Update lintian overrides
new 4f17959 Update changelog for 6.0.3~20140418+dfsg-1 release
The 134 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
apps/calendar/appinfo/app.php | 4 -
apps/calendar/appinfo/remote.php | 3 +
apps/contacts/Changelog | 7 +
apps/contacts/js/app.js | 11 +-
apps/contacts/js/storage.js | 31 +-
apps/contacts/lib/backend/database.php | 6 +-
apps/contacts/lib/carddav/backend.php | 6 +-
apps/contacts/lib/carddav/plugin.php | 4 -
apps/documents/ajax/admin.php | 31 +
apps/documents/ajax/controller.php | 1 -
apps/documents/ajax/documentController.php | 57 +-
apps/documents/ajax/otpoll.php | 21 +-
apps/documents/ajax/sessionController.php | 92 +-
apps/documents/ajax/userController.php | 26 +-
apps/documents/appinfo/app.php | 6 +-
apps/documents/appinfo/database.xml | 15 +
apps/documents/appinfo/info.xml | 2 +-
apps/documents/appinfo/routes.php | 5 +
apps/documents/appinfo/update.php | 4 +
apps/documents/appinfo/version | 2 +-
apps/documents/css/3rdparty/webodf/editor.css | 24 +-
apps/documents/css/style.css | 33 +-
apps/documents/index.php | 2 +-
apps/documents/js/3rdparty/webodf/editor/Editor.js | 74 +-
.../js/3rdparty/webodf/editor/EditorSession.js | 68 +-
.../js/3rdparty/webodf/editor/MemberListView.js | 9 +-
apps/documents/js/3rdparty/webodf/editor/Tools.js | 16 +-
.../editor/server/pullbox/OperationRouter.js | 14 +-
.../editor/widgets/dialogWidgets/alignmentPane.js | 5 +-
.../widgets/dialogWidgets/editHyperlinkPane.html | 30 +
.../widgets/dialogWidgets/editHyperlinkPane.js | 110 +
.../webodf/editor/widgets/editHyperlinks.js | 181 +
.../webodf/editor/widgets/paragraphAlignment.js | 34 +-
.../3rdparty/webodf/editor/widgets/simpleStyles.js | 38 +-
.../3rdparty/webodf/editor/widgets/undoRedoMenu.js | 92 +-
.../3rdparty/webodf/editor/widgets/zoomSlider.js | 35 +-
apps/documents/js/3rdparty/webodf/webodf-debug.js | 22980 +++++-----
apps/documents/js/3rdparty/webodf/webodf.js | 1838 +-
.../editor/server/owncloud => }/ServerFactory.js | 5 +-
apps/documents/js/documents.js | 254 +-
apps/documents/lib/config.php | 46 +
apps/documents/lib/db.php | 11 +
apps/documents/lib/db/member.php | 13 +-
apps/documents/lib/db/op.php | 45 +-
apps/documents/lib/db/session.php | 63 +-
apps/documents/lib/file.php | 105 +-
apps/documents/lib/filter/office.php | 85 +
apps/documents/lib/genesis.php | 9 +-
apps/documents/lib/helper.php | 7 +
apps/documents/lib/storage.php | 21 +-
apps/documents/public.php | 14 +
.../src/patches/MemberListView-OCnick.patch | 10 +
apps/documents/src/updateWebODF.sh | 1 +
apps/documents/templates/documents.php | 6 +-
apps/documents/templates/public.php | 7 +-
apps/files/ajax/move.php | 2 +-
apps/files/appinfo/update.php | 19 +-
apps/files/command/scan.php | 2 +-
apps/files/download.php | 3 +
apps/files/js/file-upload.js | 36 +-
apps/files/js/filelist.js | 9 +-
apps/files/js/files.js | 26 +-
apps/files/l10n/pl_PL.php | 5 -
apps/files/templates/part.list.php | 8 +-
apps/files_encryption/lib/helper.php | 24 +
apps/files_encryption/lib/proxy.php | 9 +
apps/files_encryption/lib/stream.php | 38 +-
apps/files_encryption/lib/util.php | 34 +-
apps/files_encryption/tests/proxy.php | 20 +
apps/files_encryption/tests/stream.php | 39 +
apps/files_encryption/tests/util.php | 35 +
apps/files_external/3rdparty/smb4php/smb.php | 16 +-
apps/files_external/lib/swift.php | 6 +-
.../3rdparty/pdfjs/compatibility.js | 139 +-
.../3rdparty/pdfjs/images/annotation-check.svg | 11 +-
.../3rdparty/pdfjs/images/annotation-comment.svg | 17 +-
.../3rdparty/pdfjs/images/annotation-help.svg | 30 +-
.../3rdparty/pdfjs/images/annotation-insert.svg | 10 +-
.../3rdparty/pdfjs/images/annotation-key.svg | 11 +-
.../pdfjs/images/annotation-newparagraph.svg | 11 +-
.../3rdparty/pdfjs/images/annotation-noicon.svg | 7 +
.../3rdparty/pdfjs/images/annotation-note.svg | 48 +-
.../3rdparty/pdfjs/images/annotation-paragraph.svg | 17 +-
.../pdfjs/images/findbarButton-next-rtl.png | Bin 371 -> 199 bytes
.../pdfjs/images/findbarButton-next-rtl at 2x.png | Bin 0 -> 304 bytes
.../3rdparty/pdfjs/images/findbarButton-next.png | Bin 381 -> 193 bytes
.../pdfjs/images/findbarButton-next at 2x.png | Bin 0 -> 296 bytes
.../pdfjs/images/findbarButton-previous-rtl.png | Bin 381 -> 193 bytes
.../pdfjs/images/findbarButton-previous-rtl at 2x.png | Bin 0 -> 296 bytes
.../pdfjs/images/findbarButton-previous.png | Bin 371 -> 199 bytes
.../pdfjs/images/findbarButton-previous at 2x.png | Bin 0 -> 304 bytes
.../files_pdfviewer/3rdparty/pdfjs/images/grab.cur | Bin 0 -> 326 bytes
.../3rdparty/pdfjs/images/grabbing.cur | Bin 0 -> 326 bytes
.../3rdparty/pdfjs/images/loading-small.png | Bin 8944 -> 3612 bytes
.../secondaryToolbarButton-documentProperties.png | Bin 0 -> 403 bytes
...econdaryToolbarButton-documentProperties at 2x.png | Bin 0 -> 933 bytes
.../images/secondaryToolbarButton-firstPage.png | Bin 0 -> 179 bytes
.../images/secondaryToolbarButton-firstPage at 2x.png | Bin 0 -> 266 bytes
.../images/secondaryToolbarButton-handTool.png | Bin 0 -> 301 bytes
.../images/secondaryToolbarButton-handTool at 2x.png | Bin 0 -> 583 bytes
.../images/secondaryToolbarButton-lastPage.png | Bin 0 -> 175 bytes
.../images/secondaryToolbarButton-lastPage at 2x.png | Bin 0 -> 276 bytes
.../images/secondaryToolbarButton-rotateCcw.png | Bin 0 -> 360 bytes
.../images/secondaryToolbarButton-rotateCcw at 2x.png | Bin 0 -> 731 bytes
.../images/secondaryToolbarButton-rotateCw.png | Bin 0 -> 359 bytes
.../images/secondaryToolbarButton-rotateCw at 2x.png | Bin 0 -> 714 bytes
.../3rdparty/pdfjs/images/shadow.png | Bin 454 -> 290 bytes
.../3rdparty/pdfjs/images/texture.png | Bin 2459 -> 2418 bytes
.../pdfjs/images/toolbarButton-bookmark.png | Bin 244 -> 174 bytes
.../pdfjs/images/toolbarButton-bookmark at 2x.png | Bin 0 -> 260 bytes
.../pdfjs/images/toolbarButton-download.png | Bin 380 -> 259 bytes
.../pdfjs/images/toolbarButton-download at 2x.png | Bin 0 -> 425 bytes
.../pdfjs/images/toolbarButton-fullscreen.png | Bin 491 -> 0 bytes
.../pdfjs/images/toolbarButton-menuArrows.png | Bin 237 -> 108 bytes
.../pdfjs/images/toolbarButton-menuArrows at 2x.png | Bin 0 -> 152 bytes
.../pdfjs/images/toolbarButton-openFile.png | Bin 348 -> 295 bytes
.../pdfjs/images/toolbarButton-openFile at 2x.png | Bin 0 -> 550 bytes
.../pdfjs/images/toolbarButton-pageDown-rtl.png | Bin 538 -> 242 bytes
.../pdfjs/images/toolbarButton-pageDown-rtl at 2x.png | Bin 0 -> 398 bytes
.../pdfjs/images/toolbarButton-pageDown.png | Bin 353 -> 238 bytes
.../pdfjs/images/toolbarButton-pageDown at 2x.png | Bin 0 -> 396 bytes
.../pdfjs/images/toolbarButton-pageUp-rtl.png | Bin 377 -> 245 bytes
.../pdfjs/images/toolbarButton-pageUp-rtl at 2x.png | Bin 0 -> 405 bytes
.../3rdparty/pdfjs/images/toolbarButton-pageUp.png | Bin 344 -> 246 bytes
.../pdfjs/images/toolbarButton-pageUp at 2x.png | Bin 0 -> 403 bytes
.../images/toolbarButton-presentationMode.png | Bin 0 -> 321 bytes
.../images/toolbarButton-presentationMode at 2x.png | Bin 0 -> 586 bytes
.../3rdparty/pdfjs/images/toolbarButton-print.png | Bin 474 -> 257 bytes
.../pdfjs/images/toolbarButton-print at 2x.png | Bin 0 -> 464 bytes
.../3rdparty/pdfjs/images/toolbarButton-search.png | Bin 411 -> 309 bytes
.../pdfjs/images/toolbarButton-search at 2x.png | Bin 0 -> 653 bytes
.../toolbarButton-secondaryToolbarToggle-rtl.png | Bin 0 -> 246 bytes
...toolbarButton-secondaryToolbarToggle-rtl at 2x.png | Bin 0 -> 456 bytes
.../toolbarButton-secondaryToolbarToggle.png | Bin 0 -> 243 bytes
.../toolbarButton-secondaryToolbarToggle at 2x.png | Bin 0 -> 458 bytes
.../images/toolbarButton-sidebarToggle-rtl.png | Bin 0 -> 225 bytes
.../images/toolbarButton-sidebarToggle-rtl at 2x.png | Bin 0 -> 344 bytes
.../pdfjs/images/toolbarButton-sidebarToggle.png | Bin 349 -> 225 bytes
.../images/toolbarButton-sidebarToggle at 2x.png | Bin 0 -> 331 bytes
.../pdfjs/images/toolbarButton-viewOutline-rtl.png | Bin 0 -> 177 bytes
.../images/toolbarButton-viewOutline-rtl at 2x.png | Bin 0 -> 394 bytes
.../pdfjs/images/toolbarButton-viewOutline.png | Bin 300 -> 178 bytes
.../pdfjs/images/toolbarButton-viewOutline at 2x.png | Bin 0 -> 331 bytes
.../pdfjs/images/toolbarButton-viewThumbnail.png | Bin 211 -> 185 bytes
.../images/toolbarButton-viewThumbnail at 2x.png | Bin 0 -> 220 bytes
.../3rdparty/pdfjs/images/toolbarButton-zoomIn.png | Bin 228 -> 136 bytes
.../pdfjs/images/toolbarButton-zoomIn at 2x.png | Bin 0 -> 160 bytes
.../pdfjs/images/toolbarButton-zoomOut.png | Bin 143 -> 88 bytes
.../pdfjs/images/toolbarButton-zoomOut at 2x.png | Bin 0 -> 109 bytes
apps/files_pdfviewer/3rdparty/pdfjs/l10n.js | 266 +-
.../3rdparty/pdfjs/locale/ar/viewer.properties | 23 +-
.../3rdparty/pdfjs/locale/bn-BD/viewer.properties | 157 +
.../3rdparty/pdfjs/locale/ca/viewer.properties | 32 +-
.../3rdparty/pdfjs/locale/cs/viewer.properties | 166 +-
.../3rdparty/pdfjs/locale/cy/viewer.properties | 134 +
.../3rdparty/pdfjs/locale/da/viewer.properties | 55 +-
.../3rdparty/pdfjs/locale/de/viewer.properties | 80 +-
.../3rdparty/pdfjs/locale/el/viewer.properties | 124 +
.../3rdparty/pdfjs/locale/en-US/viewer.properties | 64 +-
.../3rdparty/pdfjs/locale/es-MX/viewer.properties | 124 -
.../3rdparty/pdfjs/locale/es/viewer.properties | 248 +-
.../3rdparty/pdfjs/locale/fa/viewer.properties | 134 +
.../3rdparty/pdfjs/locale/fi/viewer.properties | 31 +-
.../3rdparty/pdfjs/locale/fr/viewer.properties | 124 +-
.../3rdparty/pdfjs/locale/he/viewer.properties | 3 +-
.../3rdparty/pdfjs/locale/it/viewer.properties | 9 +-
.../3rdparty/pdfjs/locale/ja/viewer.properties | 83 +-
.../3rdparty/pdfjs/locale/ko/viewer.properties | 131 +
.../3rdparty/pdfjs/locale/locale.properties | 26 +-
.../3rdparty/pdfjs/locale/lt/viewer.properties | 31 +-
.../3rdparty/pdfjs/locale/nl/viewer.properties | 64 +-
.../3rdparty/pdfjs/locale/no/viewer.properties | 134 +
.../3rdparty/pdfjs/locale/pl/viewer.properties | 33 +-
.../3rdparty/pdfjs/locale/pt-BR/viewer.properties | 3 +-
.../3rdparty/pdfjs/locale/ro/viewer.properties | 3 +-
.../3rdparty/pdfjs/locale/ru/viewer.properties | 3 +-
.../3rdparty/pdfjs/locale/sr/viewer.properties | 3 +-
.../pdfjs/locale/{sv => sv-SE}/viewer.properties | 67 +-
.../3rdparty/pdfjs/locale/tr/viewer.properties | 31 +-
.../3rdparty/pdfjs/locale/vi/viewer.properties | 131 +
.../3rdparty/pdfjs/locale/zh-CN/viewer.properties | 45 +-
.../3rdparty/pdfjs/locale/zh-TW/viewer.properties | 277 +-
apps/files_pdfviewer/3rdparty/pdfjs/pdf.js | 43619 +++----------------
.../3rdparty/pdfjs/{pdf.js => pdf.worker.js} | 34411 ++++++++-------
apps/files_pdfviewer/3rdparty/pdfjs/viewer.css | 1098 +-
apps/files_pdfviewer/3rdparty/pdfjs/viewer.js | 4429 +-
apps/files_pdfviewer/appinfo/version | 2 +-
apps/files_pdfviewer/js/files.php | 4 +-
apps/files_pdfviewer/js/loader.js | 21 +-
apps/files_pdfviewer/templates/pdf.php | 311 +-
apps/files_sharing/lib/api.php | 43 +-
apps/files_sharing/lib/cache.php | 58 +-
apps/files_sharing/tests/api.php | 340 +-
apps/files_sharing/tests/cache.php | 39 +
apps/gallery/templates/public.php | 2 +-
apps/updater/ajax/update.php | 2 +-
apps/user_ldap/lib/access.php | 117 +-
apps/user_ldap/lib/configuration.php | 4 +-
apps/user_ldap/lib/connection.php | 2 +
apps/user_ldap/lib/helper.php | 2 +-
apps/user_ldap/lib/wizard.php | 32 +-
apps/user_ldap/tests/connection.php | 54 +
apps/user_ldap/tests/wizard.php | 210 +
apps/user_ldap/user_ldap.php | 36 +-
core/ajax/share.php | 25 +-
core/command/upgrade.php | 26 +
core/css/apps.css | 22 +-
core/css/icons.css | 10 +-
core/css/jquery.ocdialog.css | 2 +-
core/css/styles.css | 8 +-
.../_images/100000000000001D0000001E5C455170.png | Bin 1301 -> 0 bytes
.../_images/10000000000000D2000000F553818155.png | Bin 40563 -> 0 bytes
.../_images/10000000000000F20000003BAA849B42.png | Bin 12296 -> 0 bytes
.../_images/10000000000001E50000018C3AD09A21.png | Bin 107117 -> 0 bytes
.../_images/10000000000001EE00000164642CCA08.png | Bin 73614 -> 0 bytes
.../_images/10000000000001F40000016609A0CFCC.png | Bin 55791 -> 0 bytes
.../_images/100000000000024400000027BEE1E4A9.png | Bin 37305 -> 0 bytes
.../_images/10000000000002650000018CA6A1BE66.png | Bin 74341 -> 0 bytes
.../_images/10000000000002650000018E4285E964.png | Bin 92661 -> 0 bytes
.../_images/10000000000002690000018D3A8C9F17.png | Bin 75305 -> 0 bytes
.../_images/100000000000026A000001DCAF8778F2.png | Bin 126167 -> 0 bytes
.../_images/100000000000026E0000003672ADCB6E.png | Bin 59136 -> 0 bytes
.../_images/100000000000029F000000B8A83D0275.png | Bin 131939 -> 0 bytes
.../_images/10000000000002B30000003A5B960711.png | Bin 76501 -> 0 bytes
.../_images/10000000000002BB000001EABD7E6DF0.png | Bin 336801 -> 0 bytes
.../_images/10000000000002BF000001E5B544E7E7.png | Bin 97877 -> 0 bytes
.../_images/10000000000002C1000001ED5CECCC6D.png | Bin 134744 -> 0 bytes
.../_images/10000000000002C3000001EBBD39E47A.png | Bin 113591 -> 0 bytes
.../_images/10000000000002C700000048F3729BAA.png | Bin 67393 -> 0 bytes
...000006C954442CE.png => edit_encrypted_file.png} | Bin
core/doc/admin/_images/untrusted-domain.png | Bin 0 -> 168746 bytes
.../admin/_sources/apps/activity/Configuration.txt | 15 -
.../admin/_sources/apps/activity/Introduction.txt | 22 -
core/doc/admin/_sources/apps/activity/RSS_Feed.txt | 33 -
.../_sources/apps/activity/Table_of_Contents.txt | 4 -
.../admin/_sources/apps/activity/Utilization.txt | 136 -
core/doc/admin/_sources/apps/activity/index.txt | 176 +-
.../apps/admin_dependencies_chk/Configuration.txt | 12 -
.../apps/admin_dependencies_chk/Introduction.txt | 6 -
.../admin_dependencies_chk/Table_of_Contents.txt | 4 -
.../apps/admin_dependencies_chk/Utilization.txt | 17 -
.../_sources/apps/admin_dependencies_chk/index.txt | 39 +-
.../apps/files_antivirus/Configuration.txt | 127 -
.../_sources/apps/files_antivirus/Introduction.txt | 34 -
.../apps/files_antivirus/Table_of_Contents.txt | 4 -
.../admin/_sources/apps/files_antivirus/index.txt | 149 +-
.../apps/files_encryption/Configuration.txt | 88 -
.../apps/files_encryption/File_Systems.txt | 65 -
.../apps/files_encryption/Introduction.txt | 57 -
.../apps/files_encryption/Table_of_Contents.txt | 4 -
.../admin/_sources/apps/files_encryption/index.txt | 172 +-
.../_sources/apps/files_external/Configuration.txt | 875 -
.../_sources/apps/files_external/Introduction.txt | 54 -
.../apps/files_external/Table_of_Contents.txt | 4 -
.../admin/_sources/apps/files_external/index.txt | 647 +-
.../_sources/apps/files_sharing/Configuration.txt | 32 -
.../_sources/apps/files_sharing/Introduction.txt | 7 -
.../apps/files_sharing/Retrieving_shared_data.txt | 46 -
.../apps/files_sharing/Table_of_Contents.txt | 4 -
.../_sources/apps/files_sharing/Utilization.txt | 96 -
.../admin/_sources/apps/files_sharing/index.txt | 187 +-
.../files_trashbin/Configuration_and_storage_.txt | 33 -
.../_sources/apps/files_trashbin/Introduction.txt | 25 -
.../apps/files_trashbin/Table_of_Contents.txt | 8 -
.../_sources/apps/files_trashbin/Utilization.txt | 146 -
.../admin/_sources/apps/files_trashbin/index.txt | 203 +-
.../files_versions/Configuration_and_storage.txt | 52 -
.../_sources/apps/files_versions/Introduction.txt | 39 -
.../_sources/apps/files_versions/Utilization.txt | 114 -
.../admin/_sources/apps/files_versions/index.txt | 195 +-
.../_sources/apps/firstrunwizard/Configuration.txt | 12 -
.../_sources/apps/firstrunwizard/Introduction.txt | 4 -
.../admin/_sources/apps/firstrunwizard/Links.txt | 54 -
.../apps/firstrunwizard/Table_of_Contents.txt | 4 -
.../admin/_sources/apps/firstrunwizard/Usage.txt | 21 -
.../admin/_sources/apps/firstrunwizard/index.txt | 99 +-
core/doc/admin/_sources/apps/index.txt | 19 +
.../_sources/apps/user_ldap/CONFIGURATION.txt | 485 -
.../admin/_sources/apps/user_ldap/Introduction.txt | 21 -
.../_sources/apps/user_ldap/Table_of_Contents.txt | 4 -
core/doc/admin/_sources/apps/user_ldap/index.txt | 507 +-
.../admin/_sources/apps/viewers/Configuration.txt | 28 -
.../admin/_sources/apps/viewers/Introduction.txt | 5 -
.../admin/_sources/apps/viewers/Utilization.txt | 23 -
core/doc/admin/_sources/apps/viewers/index.txt | 62 +-
core/doc/admin/_sources/config/Introduction.txt | 10 -
.../admin/_sources/config/Table_of_Contents.txt | 5 -
core/doc/admin/_sources/config/User_Experience.txt | 35 -
.../admin/_sources/config/{APPS.txt => apps.txt} | 2 +-
.../{Code_Locations.txt => code_locations.txt} | 0
...fault_Parameters.txt => default_parameters.txt} | 11 +
.../{Deleted_Items.txt => deleted_items.txt} | 0
core/doc/admin/_sources/config/index.txt | 43 +-
.../_sources/config/{Logging.txt => logging.txt} | 0
.../{Mail_Parameters.txt => mail_parameters.txt} | 9 +-
.../config/{Maintenance.txt => maintenance.txt} | 0
.../{Miscellaneous.txt => miscellaneous.txt} | 2 +-
.../_sources/config/{Previews.txt => previews.txt} | 0
...ations.txt => reverse_proxy_configurations.txt} | 3 +-
.../config/{Session_Info.txt => session_info.txt} | 0
core/doc/admin/_sources/config/user_experience.txt | 35 +
.../config/{Verification.txt => verification.txt} | 3 +-
.../doc/admin/_sources/configuration/auth_ldap.txt | 4 +-
.../configuration/configuration_3rdparty.txt | 4 +-
.../_sources/configuration/configuration_apps.txt | 5 +-
.../configuration/configuration_custom_clients.txt | 4 +-
.../configuration/configuration_database.txt | 4 +-
.../configuration/configuration_encryption.txt | 4 +-
.../configuration/configuration_knowledgebase.txt | 10 +-
.../configuration/configuration_language.txt | 4 +-
.../configuration/configuration_logging.txt | 5 +-
.../_sources/configuration/configuration_mail.txt | 5 +-
.../configuration/configuration_maintenance.txt | 7 +-
.../configuration/configuration_preview.txt | 8 +-
.../configuration/configuring_big_file_upload.txt | 24 +-
core/doc/admin/_sources/contents.txt | 2 +
core/doc/admin/_sources/cron/Introduction.txt | 5 -
core/doc/admin/_sources/cron/Usage.txt | 24 -
core/doc/admin/_sources/cron/index.txt | 40 +-
core/doc/admin/_sources/index.txt | 19 +
.../_sources/installation/installation_linux.txt | 2 +-
.../_sources/installation/installation_source.txt | 409 +-
core/doc/admin/_sources/issues/index.txt | 4 +-
core/doc/admin/_sources/maintenance/update.txt | 6 +-
.../_sources/quota/Checking_available_space.txt | 22 -
.../admin/_sources/quota/Excluded_from_quota.txt | 40 -
core/doc/admin/_sources/quota/Introduction.txt | 21 -
core/doc/admin/_sources/quota/Sharing.txt | 26 -
.../doc/admin/_sources/quota/Table_of_Contents.txt | 4 -
core/doc/admin/_sources/quota/index.txt | 119 +-
core/doc/admin/_sources/sharing_api/Contents.txt | 4 -
.../admin/_sources/sharing_api/Introduction.txt | 48 -
...eate_a_new_Share.txt => create_a_new_share.txt} | 17 +-
.../{Delete_Share.txt => delete_share.txt} | 8 +-
.../{Get_All_Shares.txt => get_all_shares.txt} | 12 +-
...txt => get_information_about_a_known_share.txt} | 7 +-
... get_shares_from_a_specific_file_or_folder.txt} | 23 +-
core/doc/admin/_sources/sharing_api/index.txt | 67 +-
.../admin/_sources/sync_client/Advanced_Usage.txt | 114 -
.../admin/_sources/sync_client/Introduction.txt | 9 -
.../_sources/sync_client/Obtaining_the_Client.txt | 29 -
.../_sources/sync_client/Setting_up_an_Account.txt | 54 -
.../_sources/sync_client/Table_of_Contents.txt | 7 -
.../doc/admin/_sources/sync_client/Visual_Tour.txt | 257 -
core/doc/admin/_sources/sync_client/index.txt | 11 -
core/doc/admin/_sources/web_guide/Adding_Data.txt | 117 -
.../admin/_sources/web_guide/Initial_Log_In.txt | 29 -
core/doc/admin/_sources/web_guide/Introduction.txt | 6 -
.../_sources/web_guide/Main_ownCloud_screen.txt | 32 -
core/doc/admin/_sources/web_guide/Navigation.txt | 75 -
.../_sources/web_guide/Personal_Configurations.txt | 84 -
.../admin/_sources/web_guide/Table_of_Contents.txt | 5 -
core/doc/admin/_sources/web_guide/index.txt | 12 -
core/doc/admin/apps/activity/Configuration.html | 150 -
core/doc/admin/apps/activity/Introduction.html | 153 -
core/doc/admin/apps/activity/RSS_Feed.html | 156 -
.../doc/admin/apps/activity/Table_of_Contents.html | 145 -
core/doc/admin/apps/activity/Utilization.html | 205 -
core/doc/admin/apps/activity/index.html | 117 +-
.../apps/admin_dependencies_chk/Configuration.html | 147 -
.../apps/admin_dependencies_chk/Introduction.html | 146 -
.../admin_dependencies_chk/Table_of_Contents.html | 145 -
.../apps/admin_dependencies_chk/Utilization.html | 150 -
.../admin/apps/admin_dependencies_chk/index.html | 54 +-
.../admin/apps/files_antivirus/Configuration.html | 202 -
.../admin/apps/files_antivirus/Introduction.html | 161 -
.../apps/files_antivirus/Table_of_Contents.html | 145 -
core/doc/admin/apps/files_antivirus/index.html | 126 +-
.../admin/apps/files_encryption/Configuration.html | 180 -
.../admin/apps/files_encryption/File_Systems.html | 160 -
.../admin/apps/files_encryption/Introduction.html | 169 -
.../apps/files_encryption/Table_of_Contents.html | 145 -
core/doc/admin/apps/files_encryption/index.html | 164 +-
.../admin/apps/files_external/Configuration.html | 494 -
.../admin/apps/files_external/Introduction.html | 165 -
.../apps/files_external/Table_of_Contents.html | 145 -
core/doc/admin/apps/files_external/index.html | 362 +-
.../admin/apps/files_sharing/Configuration.html | 157 -
.../doc/admin/apps/files_sharing/Introduction.html | 148 -
.../apps/files_sharing/Retrieving_shared_data.html | 159 -
.../apps/files_sharing/Table_of_Contents.html | 145 -
core/doc/admin/apps/files_sharing/Utilization.html | 194 -
core/doc/admin/apps/files_sharing/index.html | 143 +-
.../files_trashbin/Configuration_and_storage_.html | 159 -
.../admin/apps/files_trashbin/Introduction.html | 163 -
.../apps/files_trashbin/Table_of_Contents.html | 147 -
.../doc/admin/apps/files_trashbin/Utilization.html | 221 -
core/doc/admin/apps/files_trashbin/index.html | 163 +-
.../files_versions/Configuration_and_storage.html | 166 -
.../admin/apps/files_versions/Introduction.html | 163 -
.../doc/admin/apps/files_versions/Utilization.html | 201 -
core/doc/admin/apps/files_versions/index.html | 158 +-
.../admin/apps/firstrunwizard/Configuration.html | 147 -
.../admin/apps/firstrunwizard/Introduction.html | 145 -
core/doc/admin/apps/firstrunwizard/Links.html | 165 -
.../apps/firstrunwizard/Table_of_Contents.html | 145 -
core/doc/admin/apps/firstrunwizard/Usage.html | 149 -
core/doc/admin/apps/firstrunwizard/index.html | 83 +-
core/doc/admin/{sync_client => apps}/index.html | 53 +-
core/doc/admin/apps/user_ldap/CONFIGURATION.html | 484 -
core/doc/admin/apps/user_ldap/Introduction.html | 151 -
.../admin/apps/user_ldap/Table_of_Contents.html | 145 -
core/doc/admin/apps/user_ldap/index.html | 409 +-
core/doc/admin/apps/viewers/Configuration.html | 156 -
core/doc/admin/apps/viewers/Introduction.html | 146 -
core/doc/admin/apps/viewers/Utilization.html | 148 -
core/doc/admin/apps/viewers/index.html | 65 +-
core/doc/admin/config/Introduction.html | 149 -
core/doc/admin/config/Mail_Parameters.html | 145 -
core/doc/admin/config/Miscellaneous.html | 145 -
core/doc/admin/config/Table_of_Contents.html | 145 -
core/doc/admin/config/{APPS.html => apps.html} | 24 +-
.../{Code_Locations.html => code_locations.html} | 22 +-
...ult_Parameters.html => default_parameters.html} | 34 +-
.../{Deleted_Items.html => deleted_items.html} | 22 +-
core/doc/admin/config/index.html | 50 +-
.../admin/config/{Logging.html => logging.html} | 22 +-
core/doc/admin/config/mail_parameters.html | 239 +
.../config/{Maintenance.html => maintenance.html} | 22 +-
core/doc/admin/config/miscellaneous.html | 224 +
.../admin/config/{Previews.html => previews.html} | 22 +-
...ions.html => reverse_proxy_configurations.html} | 25 +-
.../{Session_Info.html => session_info.html} | 22 +-
.../{User_Experience.html => user_experience.html} | 34 +-
.../{Verification.html => verification.html} | 25 +-
core/doc/admin/configuration/auth_ldap.html | 35 +-
core/doc/admin/configuration/background_jobs.html | 33 +-
.../configuration/configuration_3rdparty.html | 35 +-
.../admin/configuration/configuration_apps.html | 35 +-
.../configuration/configuration_automation.html | 41 +-
.../configuration_custom_clients.html | 37 +-
.../configuration/configuration_database.html | 39 +-
.../configuration/configuration_encryption.html | 39 +-
.../configuration/configuration_knowledgebase.html | 44 +-
.../configuration/configuration_language.html | 39 +-
.../admin/configuration/configuration_logging.html | 39 +-
.../admin/configuration/configuration_mail.html | 39 +-
.../configuration/configuration_maintenance.html | 39 +-
.../admin/configuration/configuration_preview.html | 40 +-
.../configuration/configuration_reverseproxy.html | 33 +-
.../admin/configuration/configuration_users.html | 33 +-
.../configuration/configuring_big_file_upload.html | 59 +-
.../admin/configuration/custom_mount_config.html | 29 +-
.../configuration/custom_mount_config_gui.html | 31 +-
.../admin/configuration/custom_user_backend.html | 29 +-
core/doc/admin/configuration/index.html | 58 +-
core/doc/admin/configuration/xsendfile.html | 31 +-
core/doc/admin/contents.html | 98 +-
core/doc/admin/cron/Introduction.html | 146 -
core/doc/admin/cron/Usage.html | 154 -
core/doc/admin/cron/index.html | 40 +-
core/doc/admin/genindex.html | 2 +
core/doc/admin/index.html | 46 +-
core/doc/admin/installation/index.html | 2 +
.../admin/installation/installation_appliance.html | 2 +
.../doc/admin/installation/installation_linux.html | 4 +-
.../doc/admin/installation/installation_macos.html | 2 +
.../admin/installation/installation_others.html | 2 +
.../admin/installation/installation_source.html | 373 +-
core/doc/admin/installation/installation_ucs.html | 2 +
.../admin/installation/installation_windows.html | 2 +
core/doc/admin/issues/index.html | 4 +-
core/doc/admin/maintenance/backup.html | 2 +
core/doc/admin/maintenance/index.html | 4 +-
core/doc/admin/maintenance/migrating.html | 4 +-
core/doc/admin/maintenance/restore.html | 2 +
core/doc/admin/maintenance/update.html | 8 +-
core/doc/admin/quota/Checking_available_space.html | 149 -
core/doc/admin/quota/Excluded_from_quota.html | 173 -
core/doc/admin/quota/Introduction.html | 152 -
core/doc/admin/quota/Sharing.html | 163 -
core/doc/admin/quota/Table_of_Contents.html | 145 -
core/doc/admin/quota/index.html | 100 +-
core/doc/admin/search.html | 2 +
core/doc/admin/sharing_api/Contents.html | 145 -
core/doc/admin/sharing_api/Introduction.html | 188 -
...te_a_new_Share.html => create_a_new_share.html} | 16 +-
.../{Delete_Share.html => delete_share.html} | 8 +-
.../{Get_All_Shares.html => get_all_shares.html} | 10 +-
...ml => get_information_about_a_known_share.html} | 7 +-
...get_shares_from_a_specific_file_or_folder.html} | 22 +-
core/doc/admin/sharing_api/index.html | 98 +-
core/doc/admin/sync_client/Advanced_Usage.html | 205 -
core/doc/admin/sync_client/Introduction.html | 149 -
.../admin/sync_client/Obtaining_the_Client.html | 160 -
.../admin/sync_client/Setting_up_an_Account.html | 161 -
core/doc/admin/sync_client/Table_of_Contents.html | 146 -
core/doc/admin/sync_client/Visual_Tour.html | 261 -
core/doc/admin/web_guide/Adding_Data.html | 195 -
core/doc/admin/web_guide/Initial_Log_In.html | 154 -
core/doc/admin/web_guide/Introduction.html | 147 -
core/doc/admin/web_guide/Main_ownCloud_screen.html | 156 -
core/doc/admin/web_guide/Navigation.html | 178 -
.../admin/web_guide/Personal_Configurations.html | 193 -
core/doc/admin/web_guide/Table_of_Contents.html | 145 -
core/doc/admin/web_guide/index.html | 174 -
.../_images/1000000000000163000000E9CDA84C92.png | Bin
.../_images/1000000000000175000000FAB2A2B294.png | Bin
.../_images/1000000000000195000000EF7E44082C.png | Bin
.../_images/10000000000001CE000000F2E2084BA1.png | Bin
.../_images/100000000000041D0000003D52225C0D.png | Bin
.../_images/1000000000000453000001BFFCF48776.png | Bin
.../_images/1000000000000467000002B63162E59B.png | Bin
.../_images/10000000000004690000026615360BEB.png | Bin
.../_images/100000000000046D0000015F4B5494A9.png | Bin
.../_images/100000000000046F000000DEA2BFCD9B.png | Bin
.../_images/1000000000000470000001B68AE60DD3.png | Bin
.../_images/10000000000004710000014BBC34499D.png | Bin
.../_images/100000000000047200000129CB014025.png | Bin
.../_images/100000000000047700000219A3013A92.png | Bin
.../_images/1000000000000479000002887E7F48EA.png | Bin
.../_images/100000000000047A000000B727198874.png | Bin
.../_images/100000000000047A000000FB86FF2A9A.png | Bin
.../_images/100000000000047A0000011C6682A254.png | Bin
.../_images/100000000000048100000245268CDB7A.png | Bin
core/doc/user/_sources/files/encryption.txt | 41 +-
core/doc/user/_sources/files/files.txt | 2 +-
core/doc/user/_sources/files/filesweb.txt | 2 +-
core/doc/user/_sources/files/sync.txt | 2 +-
core/doc/user/_sources/pim/troubleshooting.txt | 2 +-
core/doc/user/_sources/web_guide/index.txt | 344 +
core/doc/user/files/encryption.html | 39 +-
core/doc/user/files/files.html | 2 +-
core/doc/user/files/filesweb.html | 2 +-
core/doc/user/files/sync.html | 2 +-
core/doc/user/pim/troubleshooting.html | 2 +-
core/doc/user/web_guide/index.html | 325 +
core/img/logo-mail.gif | Bin 2196 -> 1191 bytes
core/js/js.js | 24 +
core/js/router.js | 4 +
core/js/share.js | 6 +-
core/l10n/pl_PL.php | 6 -
core/skeleton/ownCloudUserManual.pdf | Bin 1571970 -> 1572014 bytes
core/templates/mail.php | 22 +-
debian/changelog | 14 +
debian/control | 4 +-
debian/copyright | 7 +-
debian/links | 1 +
debian/lintian-overrides | 8 +-
debian/patches/0001-Disable-the-appstore.patch | 16 +-
debian/patches/0002-Fix-displayed-version.patch | 4 +-
.../path/0004-Adapt-class.phpmailer.php-path.patch | 2 +-
...octrine-Symphony-Sabre-and-Patchwork-path.patch | 2 +-
debian/patches/path/0011-Adapt-aws-sdk-path.patch | 2 -
.../path/0015-Adapt-php-opencloud-path.patch | 2 +-
debian/patches/path/0016-Adapt-Zend-path.patch | 2 -
debian/source/lintian-overrides | 26 +
l10n/pl_PL/core.po | 617 -
l10n/pl_PL/files.po | 322 -
l10n/pl_PL/files_encryption.po | 103 -
l10n/pl_PL/files_external.po | 123 -
l10n/pl_PL/files_sharing.po | 48 -
l10n/pl_PL/files_trashbin.po | 84 -
l10n/pl_PL/files_versions.po | 57 -
l10n/pl_PL/lib.po | 245 -
l10n/pl_PL/settings.po | 496 -
l10n/pl_PL/user_ldap.po | 419 -
l10n/pl_PL/user_webdavauth.po | 33 -
lib/base.php | 17 +
lib/l10n/pl_PL.php | 5 -
lib/private/api.php | 56 +-
lib/private/appframework/routing/routeconfig.php | 10 +-
lib/private/cache/file.php | 5 -
lib/private/config.php | 2 +-
lib/private/connector/sabre/directory.php | 4 +-
lib/private/connector/sabre/node.php | 9 +-
lib/private/connector/sabre/objecttree.php | 3 +
lib/private/connector/sabre/quotaplugin.php | 11 +
lib/private/db/statementwrapper.php | 14 +
lib/private/defaults.php | 14 +
lib/private/filechunking.php | 41 +-
lib/private/files/cache/cache.php | 18 +
lib/private/files/cache/homecache.php | 9 +-
lib/private/files/storage/wrapper/quota.php | 14 +-
lib/private/files/view.php | 19 +-
lib/private/group/group.php | 12 -
lib/private/group/manager.php | 6 -
lib/private/helper.php | 29 -
lib/private/mail.php | 5 +-
lib/private/ocsclient.php | 16 +-
lib/private/request.php | 78 +-
lib/private/response.php | 4 +
lib/private/router.php | 10 +-
lib/private/setup.php | 4 +
lib/private/updater.php | 11 +-
lib/private/user/manager.php | 14 -
lib/private/util.php | 39 +-
lib/public/appframework/controller.php | 22 +-
lib/public/share.php | 21 +-
lib/public/util.php | 7 +-
ocs/v1.php | 2 +
settings/js/apps-custom.php | 4 +-
settings/l10n/de.php | 2 +-
settings/l10n/fr.php | 2 +-
settings/l10n/ka_GE.php | 2 +-
settings/l10n/nl.php | 2 +-
settings/l10n/pl_PL.php | 6 -
settings/templates/admin.php | 2 -
version.php | 6 +-
599 files changed, 54030 insertions(+), 88478 deletions(-)
create mode 100644 apps/documents/ajax/admin.php
create mode 100644 apps/documents/js/3rdparty/webodf/editor/widgets/dialogWidgets/editHyperlinkPane.html
create mode 100644 apps/documents/js/3rdparty/webodf/editor/widgets/dialogWidgets/editHyperlinkPane.js
create mode 100644 apps/documents/js/3rdparty/webodf/editor/widgets/editHyperlinks.js
rename apps/documents/js/{3rdparty/webodf/editor/server/owncloud => }/ServerFactory.js (92%)
create mode 100644 apps/documents/lib/config.php
create mode 100644 apps/documents/lib/filter/office.php
create mode 100644 apps/documents/src/patches/MemberListView-OCnick.patch
delete mode 100644 apps/files/l10n/pl_PL.php
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/annotation-noicon.svg
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/findbarButton-next-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/findbarButton-next at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/findbarButton-previous-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/findbarButton-previous at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/grab.cur
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/grabbing.cur
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-documentProperties.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-documentProperties at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-firstPage.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-firstPage at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-handTool.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-handTool at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-lastPage.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-lastPage at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-rotateCcw.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-rotateCcw at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-rotateCw.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/secondaryToolbarButton-rotateCw at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-bookmark at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-download at 2x.png
delete mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-fullscreen.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-menuArrows at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-openFile at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-pageDown-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-pageDown at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-pageUp-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-pageUp at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-presentationMode.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-presentationMode at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-print at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-search at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-secondaryToolbarToggle.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-secondaryToolbarToggle at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-sidebarToggle-rtl.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-sidebarToggle-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-sidebarToggle at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-viewOutline-rtl.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-viewOutline-rtl at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-viewOutline at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-viewThumbnail at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-zoomIn at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/images/toolbarButton-zoomOut at 2x.png
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/bn-BD/viewer.properties
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/cy/viewer.properties
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/el/viewer.properties
delete mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/es-MX/viewer.properties
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/fa/viewer.properties
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/ko/viewer.properties
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/no/viewer.properties
rename apps/files_pdfviewer/3rdparty/pdfjs/locale/{sv => sv-SE}/viewer.properties (69%)
create mode 100644 apps/files_pdfviewer/3rdparty/pdfjs/locale/vi/viewer.properties
copy apps/files_pdfviewer/3rdparty/pdfjs/{pdf.js => pdf.worker.js} (81%)
create mode 100644 apps/user_ldap/tests/connection.php
create mode 100644 apps/user_ldap/tests/wizard.php
delete mode 100644 core/doc/admin/_images/100000000000001D0000001E5C455170.png
delete mode 100644 core/doc/admin/_images/10000000000000D2000000F553818155.png
delete mode 100644 core/doc/admin/_images/10000000000000F20000003BAA849B42.png
delete mode 100644 core/doc/admin/_images/10000000000001E50000018C3AD09A21.png
delete mode 100644 core/doc/admin/_images/10000000000001EE00000164642CCA08.png
delete mode 100644 core/doc/admin/_images/10000000000001F40000016609A0CFCC.png
delete mode 100644 core/doc/admin/_images/100000000000024400000027BEE1E4A9.png
delete mode 100644 core/doc/admin/_images/10000000000002650000018CA6A1BE66.png
delete mode 100644 core/doc/admin/_images/10000000000002650000018E4285E964.png
delete mode 100644 core/doc/admin/_images/10000000000002690000018D3A8C9F17.png
delete mode 100644 core/doc/admin/_images/100000000000026A000001DCAF8778F2.png
delete mode 100644 core/doc/admin/_images/100000000000026E0000003672ADCB6E.png
delete mode 100644 core/doc/admin/_images/100000000000029F000000B8A83D0275.png
delete mode 100644 core/doc/admin/_images/10000000000002B30000003A5B960711.png
delete mode 100644 core/doc/admin/_images/10000000000002BB000001EABD7E6DF0.png
delete mode 100644 core/doc/admin/_images/10000000000002BF000001E5B544E7E7.png
delete mode 100644 core/doc/admin/_images/10000000000002C1000001ED5CECCC6D.png
delete mode 100644 core/doc/admin/_images/10000000000002C3000001EBBD39E47A.png
delete mode 100644 core/doc/admin/_images/10000000000002C700000048F3729BAA.png
rename core/doc/admin/_images/{10000000000001A40000006C954442CE.png => edit_encrypted_file.png} (100%)
create mode 100644 core/doc/admin/_images/untrusted-domain.png
delete mode 100644 core/doc/admin/_sources/apps/activity/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/activity/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/activity/RSS_Feed.txt
delete mode 100644 core/doc/admin/_sources/apps/activity/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/activity/Utilization.txt
delete mode 100644 core/doc/admin/_sources/apps/admin_dependencies_chk/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/admin_dependencies_chk/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/admin_dependencies_chk/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/admin_dependencies_chk/Utilization.txt
delete mode 100644 core/doc/admin/_sources/apps/files_antivirus/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/files_antivirus/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_antivirus/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/files_encryption/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/files_encryption/File_Systems.txt
delete mode 100644 core/doc/admin/_sources/apps/files_encryption/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_encryption/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/files_external/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/files_external/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_external/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/files_sharing/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/files_sharing/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_sharing/Retrieving_shared_data.txt
delete mode 100644 core/doc/admin/_sources/apps/files_sharing/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/files_sharing/Utilization.txt
delete mode 100644 core/doc/admin/_sources/apps/files_trashbin/Configuration_and_storage_.txt
delete mode 100644 core/doc/admin/_sources/apps/files_trashbin/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_trashbin/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/files_trashbin/Utilization.txt
delete mode 100644 core/doc/admin/_sources/apps/files_versions/Configuration_and_storage.txt
delete mode 100644 core/doc/admin/_sources/apps/files_versions/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/files_versions/Utilization.txt
delete mode 100644 core/doc/admin/_sources/apps/firstrunwizard/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/firstrunwizard/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/firstrunwizard/Links.txt
delete mode 100644 core/doc/admin/_sources/apps/firstrunwizard/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/firstrunwizard/Usage.txt
create mode 100644 core/doc/admin/_sources/apps/index.txt
delete mode 100644 core/doc/admin/_sources/apps/user_ldap/CONFIGURATION.txt
delete mode 100644 core/doc/admin/_sources/apps/user_ldap/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/user_ldap/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/apps/viewers/Configuration.txt
delete mode 100644 core/doc/admin/_sources/apps/viewers/Introduction.txt
delete mode 100644 core/doc/admin/_sources/apps/viewers/Utilization.txt
delete mode 100644 core/doc/admin/_sources/config/Introduction.txt
delete mode 100644 core/doc/admin/_sources/config/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/config/User_Experience.txt
rename core/doc/admin/_sources/config/{APPS.txt => apps.txt} (99%)
rename core/doc/admin/_sources/config/{Code_Locations.txt => code_locations.txt} (100%)
rename core/doc/admin/_sources/config/{Default_Parameters.txt => default_parameters.txt} (83%)
rename core/doc/admin/_sources/config/{Deleted_Items.txt => deleted_items.txt} (100%)
rename core/doc/admin/_sources/config/{Logging.txt => logging.txt} (100%)
rename core/doc/admin/_sources/config/{Mail_Parameters.txt => mail_parameters.txt} (96%)
rename core/doc/admin/_sources/config/{Maintenance.txt => maintenance.txt} (100%)
rename core/doc/admin/_sources/config/{Miscellaneous.txt => miscellaneous.txt} (98%)
rename core/doc/admin/_sources/config/{Previews.txt => previews.txt} (100%)
rename core/doc/admin/_sources/config/{Reverse_Proxy_Configurations.txt => reverse_proxy_configurations.txt} (97%)
rename core/doc/admin/_sources/config/{Session_Info.txt => session_info.txt} (100%)
create mode 100644 core/doc/admin/_sources/config/user_experience.txt
rename core/doc/admin/_sources/config/{Verification.txt => verification.txt} (94%)
delete mode 100644 core/doc/admin/_sources/cron/Introduction.txt
delete mode 100644 core/doc/admin/_sources/cron/Usage.txt
delete mode 100644 core/doc/admin/_sources/quota/Checking_available_space.txt
delete mode 100644 core/doc/admin/_sources/quota/Excluded_from_quota.txt
delete mode 100644 core/doc/admin/_sources/quota/Introduction.txt
delete mode 100644 core/doc/admin/_sources/quota/Sharing.txt
delete mode 100644 core/doc/admin/_sources/quota/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/sharing_api/Contents.txt
delete mode 100644 core/doc/admin/_sources/sharing_api/Introduction.txt
rename core/doc/admin/_sources/sharing_api/{Create_a_new_Share.txt => create_a_new_share.txt} (95%)
rename core/doc/admin/_sources/sharing_api/{Delete_Share.txt => delete_share.txt} (90%)
rename core/doc/admin/_sources/sharing_api/{Get_All_Shares.txt => get_all_shares.txt} (97%)
rename core/doc/admin/_sources/sharing_api/{Get_Information_about_a_known_share.txt => get_information_about_a_known_share.txt} (97%)
rename core/doc/admin/_sources/sharing_api/{Get_Shares_from_a_Specific_File_or_Folder.txt => get_shares_from_a_specific_file_or_folder.txt} (96%)
delete mode 100644 core/doc/admin/_sources/sync_client/Advanced_Usage.txt
delete mode 100644 core/doc/admin/_sources/sync_client/Introduction.txt
delete mode 100644 core/doc/admin/_sources/sync_client/Obtaining_the_Client.txt
delete mode 100644 core/doc/admin/_sources/sync_client/Setting_up_an_Account.txt
delete mode 100644 core/doc/admin/_sources/sync_client/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/sync_client/Visual_Tour.txt
delete mode 100644 core/doc/admin/_sources/sync_client/index.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Adding_Data.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Initial_Log_In.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Introduction.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Main_ownCloud_screen.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Navigation.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Personal_Configurations.txt
delete mode 100644 core/doc/admin/_sources/web_guide/Table_of_Contents.txt
delete mode 100644 core/doc/admin/_sources/web_guide/index.txt
delete mode 100644 core/doc/admin/apps/activity/Configuration.html
delete mode 100644 core/doc/admin/apps/activity/Introduction.html
delete mode 100644 core/doc/admin/apps/activity/RSS_Feed.html
delete mode 100644 core/doc/admin/apps/activity/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/activity/Utilization.html
delete mode 100644 core/doc/admin/apps/admin_dependencies_chk/Configuration.html
delete mode 100644 core/doc/admin/apps/admin_dependencies_chk/Introduction.html
delete mode 100644 core/doc/admin/apps/admin_dependencies_chk/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/admin_dependencies_chk/Utilization.html
delete mode 100644 core/doc/admin/apps/files_antivirus/Configuration.html
delete mode 100644 core/doc/admin/apps/files_antivirus/Introduction.html
delete mode 100644 core/doc/admin/apps/files_antivirus/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/files_encryption/Configuration.html
delete mode 100644 core/doc/admin/apps/files_encryption/File_Systems.html
delete mode 100644 core/doc/admin/apps/files_encryption/Introduction.html
delete mode 100644 core/doc/admin/apps/files_encryption/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/files_external/Configuration.html
delete mode 100644 core/doc/admin/apps/files_external/Introduction.html
delete mode 100644 core/doc/admin/apps/files_external/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/files_sharing/Configuration.html
delete mode 100644 core/doc/admin/apps/files_sharing/Introduction.html
delete mode 100644 core/doc/admin/apps/files_sharing/Retrieving_shared_data.html
delete mode 100644 core/doc/admin/apps/files_sharing/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/files_sharing/Utilization.html
delete mode 100644 core/doc/admin/apps/files_trashbin/Configuration_and_storage_.html
delete mode 100644 core/doc/admin/apps/files_trashbin/Introduction.html
delete mode 100644 core/doc/admin/apps/files_trashbin/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/files_trashbin/Utilization.html
delete mode 100644 core/doc/admin/apps/files_versions/Configuration_and_storage.html
delete mode 100644 core/doc/admin/apps/files_versions/Introduction.html
delete mode 100644 core/doc/admin/apps/files_versions/Utilization.html
delete mode 100644 core/doc/admin/apps/firstrunwizard/Configuration.html
delete mode 100644 core/doc/admin/apps/firstrunwizard/Introduction.html
delete mode 100644 core/doc/admin/apps/firstrunwizard/Links.html
delete mode 100644 core/doc/admin/apps/firstrunwizard/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/firstrunwizard/Usage.html
rename core/doc/admin/{sync_client => apps}/index.html (57%)
delete mode 100644 core/doc/admin/apps/user_ldap/CONFIGURATION.html
delete mode 100644 core/doc/admin/apps/user_ldap/Introduction.html
delete mode 100644 core/doc/admin/apps/user_ldap/Table_of_Contents.html
delete mode 100644 core/doc/admin/apps/viewers/Configuration.html
delete mode 100644 core/doc/admin/apps/viewers/Introduction.html
delete mode 100644 core/doc/admin/apps/viewers/Utilization.html
delete mode 100644 core/doc/admin/config/Introduction.html
delete mode 100644 core/doc/admin/config/Mail_Parameters.html
delete mode 100644 core/doc/admin/config/Miscellaneous.html
delete mode 100644 core/doc/admin/config/Table_of_Contents.html
rename core/doc/admin/config/{APPS.html => apps.html} (77%)
rename core/doc/admin/config/{Code_Locations.html => code_locations.html} (79%)
rename core/doc/admin/config/{Default_Parameters.html => default_parameters.html} (78%)
rename core/doc/admin/config/{Deleted_Items.html => deleted_items.html} (73%)
rename core/doc/admin/config/{Logging.html => logging.html} (80%)
create mode 100644 core/doc/admin/config/mail_parameters.html
rename core/doc/admin/config/{Maintenance.html => maintenance.html} (74%)
create mode 100644 core/doc/admin/config/miscellaneous.html
rename core/doc/admin/config/{Previews.html => previews.html} (77%)
rename core/doc/admin/config/{Reverse_Proxy_Configurations.html => reverse_proxy_configurations.html} (80%)
rename core/doc/admin/config/{Session_Info.html => session_info.html} (75%)
rename core/doc/admin/config/{User_Experience.html => user_experience.html} (75%)
rename core/doc/admin/config/{Verification.html => verification.html} (76%)
delete mode 100644 core/doc/admin/cron/Introduction.html
delete mode 100644 core/doc/admin/cron/Usage.html
delete mode 100644 core/doc/admin/quota/Checking_available_space.html
delete mode 100644 core/doc/admin/quota/Excluded_from_quota.html
delete mode 100644 core/doc/admin/quota/Introduction.html
delete mode 100644 core/doc/admin/quota/Sharing.html
delete mode 100644 core/doc/admin/quota/Table_of_Contents.html
delete mode 100644 core/doc/admin/sharing_api/Contents.html
delete mode 100644 core/doc/admin/sharing_api/Introduction.html
rename core/doc/admin/sharing_api/{Create_a_new_Share.html => create_a_new_share.html} (91%)
rename core/doc/admin/sharing_api/{Delete_Share.html => delete_share.html} (92%)
rename core/doc/admin/sharing_api/{Get_All_Shares.html => get_all_shares.html} (93%)
rename core/doc/admin/sharing_api/{Get_Information_about_a_known_share.html => get_information_about_a_known_share.html} (94%)
rename core/doc/admin/sharing_api/{Get_Shares_from_a_Specific_File_or_Folder.html => get_shares_from_a_specific_file_or_folder.html} (90%)
delete mode 100644 core/doc/admin/sync_client/Advanced_Usage.html
delete mode 100644 core/doc/admin/sync_client/Introduction.html
delete mode 100644 core/doc/admin/sync_client/Obtaining_the_Client.html
delete mode 100644 core/doc/admin/sync_client/Setting_up_an_Account.html
delete mode 100644 core/doc/admin/sync_client/Table_of_Contents.html
delete mode 100644 core/doc/admin/sync_client/Visual_Tour.html
delete mode 100644 core/doc/admin/web_guide/Adding_Data.html
delete mode 100644 core/doc/admin/web_guide/Initial_Log_In.html
delete mode 100644 core/doc/admin/web_guide/Introduction.html
delete mode 100644 core/doc/admin/web_guide/Main_ownCloud_screen.html
delete mode 100644 core/doc/admin/web_guide/Navigation.html
delete mode 100644 core/doc/admin/web_guide/Personal_Configurations.html
delete mode 100644 core/doc/admin/web_guide/Table_of_Contents.html
delete mode 100644 core/doc/admin/web_guide/index.html
rename core/doc/{admin => user}/_images/1000000000000163000000E9CDA84C92.png (100%)
rename core/doc/{admin => user}/_images/1000000000000175000000FAB2A2B294.png (100%)
rename core/doc/{admin => user}/_images/1000000000000195000000EF7E44082C.png (100%)
rename core/doc/{admin => user}/_images/10000000000001CE000000F2E2084BA1.png (100%)
rename core/doc/{admin => user}/_images/100000000000041D0000003D52225C0D.png (100%)
rename core/doc/{admin => user}/_images/1000000000000453000001BFFCF48776.png (100%)
rename core/doc/{admin => user}/_images/1000000000000467000002B63162E59B.png (100%)
rename core/doc/{admin => user}/_images/10000000000004690000026615360BEB.png (100%)
rename core/doc/{admin => user}/_images/100000000000046D0000015F4B5494A9.png (100%)
rename core/doc/{admin => user}/_images/100000000000046F000000DEA2BFCD9B.png (100%)
rename core/doc/{admin => user}/_images/1000000000000470000001B68AE60DD3.png (100%)
rename core/doc/{admin => user}/_images/10000000000004710000014BBC34499D.png (100%)
rename core/doc/{admin => user}/_images/100000000000047200000129CB014025.png (100%)
rename core/doc/{admin => user}/_images/100000000000047700000219A3013A92.png (100%)
rename core/doc/{admin => user}/_images/1000000000000479000002887E7F48EA.png (100%)
rename core/doc/{admin => user}/_images/100000000000047A000000B727198874.png (100%)
rename core/doc/{admin => user}/_images/100000000000047A000000FB86FF2A9A.png (100%)
rename core/doc/{admin => user}/_images/100000000000047A0000011C6682A254.png (100%)
rename core/doc/{admin => user}/_images/100000000000048100000245268CDB7A.png (100%)
create mode 100644 core/doc/user/_sources/web_guide/index.txt
create mode 100644 core/doc/user/web_guide/index.html
delete mode 100644 core/l10n/pl_PL.php
create mode 100644 debian/source/lintian-overrides
delete mode 100644 l10n/pl_PL/core.po
delete mode 100644 l10n/pl_PL/files.po
delete mode 100644 l10n/pl_PL/files_encryption.po
delete mode 100644 l10n/pl_PL/files_external.po
delete mode 100644 l10n/pl_PL/files_sharing.po
delete mode 100644 l10n/pl_PL/files_trashbin.po
delete mode 100644 l10n/pl_PL/files_versions.po
delete mode 100644 l10n/pl_PL/lib.po
delete mode 100644 l10n/pl_PL/settings.po
delete mode 100644 l10n/pl_PL/user_ldap.po
delete mode 100644 l10n/pl_PL/user_webdavauth.po
delete mode 100644 lib/l10n/pl_PL.php
delete mode 100644 settings/l10n/pl_PL.php
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list