[Pkg-owncloud-commits] [owncloud] branch upstream updated (70bb590 -> 790a0ec)
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository owncloud.
from 70bb590 Imported Upstream version 6.0.0~beta4+dfsg
new ec51825 Use dedicated OC_Image loader methods
new 19e03ef Merge pull request #5827 from owncloud/avoid_preview_errors
new c737b52 Don't double-slash filenames at the root. Replace either the end of the dir string that isn't preceded by a slash or the slash at the end of the dir string with a slash and the filename. This prevents the root directory from ending up as two slashes, which breaks files_versions on Windows servers. See #4079 for an explanation.
new 29e9f28 Merge pull request #5214 from owncloud/no_extra_slashes
new f19caee Remove OC_App dependancy from OC_API::mergeResponses()
new 959513f Add tests for OC_API::mergeResponses()
new 00944a3 Merge branch 'master' into oc_api_tests
new 17e45e2 Pick any none 100 status code before defaulting to 100
new b06682b Merge branch 'ocs_api_fix_success_code' into oc_api_tests
new 7900555 Update lib/private/api.php after merge conflict
new a39f3fd Return result object when only one successful response is returned
new 5a2d700 Fix type in unit test
new ca5c39a Return failed shipped responses over succedded shipped responses
new bb182bb Merge multiple shipped failures before responding.
new 1449437 Merge multiple failed third party responses when returning the result
new 7e63722 make use of data providers
new 447e468 Merge pull request #5850 from owncloud/oc_api_tests
new c06d8bb Fixed normalizePath() to strip out single dot dirs
new 008c3b8 Files app backend now normalizes paths before rendering templates
new d9ab964 Added missing test with leading backslash
new 2bb4c26 Merge pull request #5862 from owncloud/files-singledotdirs
new abc4289 Fix fatal error when trying to open a non existing public link
new ecc7b01 Merge pull request #5824 from owncloud/fix-publicshare-non-existing
new 55355ba Fixed multiselect to not set the button's height on itself after select
new f670d74 Added min-height in case of empty multi-select
new 57a3141 Merge pull request #5867 from owncloud/users-groupadmindropdown
new 0c6af55 Added ffmpeg fallback when avconv is not available
new 4b5083e Fixed the rebellous space, replaced with a tab
new df28860 Fixed undefined variable error when using avconv
new 99ee95d Added missing escaping
new 617dc0e Merge branch 'master' into moviepreviewfallback
new 6ef3993 Merge pull request #5767 from owncloud/moviepreviewfallback
new dcca887 Don't set a default value when there isn't a default specified
new 9c1c8d5 fix DB schema test - no default value
new 49e9f77 Merge pull request #5813 from owncloud/fix-4736-master
new fc04075 LDAP Wizard: do not forget to set display name attributes for user and group, makes Test Connection succeed
new 1e863cd Merge pull request #5700 from owncloud/ldapWizSetDisplayNames
new c5cd0b2 Add some more indexes to tables to improve db queries
new 54364f1 Merge pull request #5814 from owncloud/add-indexes
new 16dce51 increase version number to trigger a DB migration to get more testers for the new indexes.
new b278356 DB: Set correct default value for numeric types
new 95b3eb2 Add DB tests for default numeric
new 4b01eaf changed type to decimal
new 53f17a7 treat numeric as an alias for decimal
new 630e46f Merge pull request #5789 from ogasser/db_fix_default_for_numeric
new f9a64d2 Fix for smb4php fseek
new fa44c69 Merge pull request #5889 from owncloud/extstorage-smb-brokenfseek
new faa08da instead of writing etmp files we write the dummy file to data/user/cache to avoid that etmp files show up in the users files list
new f36ee69 tests added
new 6355af1 Merge pull request #5880 from owncloud/replace_etmp_files
new 894856c make sure that we keep the correct timestamp and etag after encryoption/decryption
new e2fb8d7 only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry
new dd0ebce fixPartialFilePath() is now stripPartialFileExtension()
new 222fa88 Merge branch 'master' into encryption_fixes
new 2df3763 test encryptAll() and decryptAll() to make sure that mtime and etag stay the same
new 2624a6c remove debug output
new 3ad5460 Merge pull request #5833 from owncloud/encryption_fixes
new 4ee2960 LDAP Wizard: introduce configuration status indicator, fixes #5741
new 7a61dca LDAP Wizard: move status indicator in one line with back and continue buttons
new 84a882c LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take too much awareness
new cb968c7 Merge pull request #5772 from owncloud/fix5741
new 11425d1 readd sharing token to public template necessary for https://github.com/owncloud/apps/pull/1476
new 68f2780 Merge pull request #5894 from owncloud/readd_sharing_token
new c3746e8 [tx-robot] updated from transifex
new 7f3d717 Check which permissions are possible to re-share a file
new a2e3821 Merge pull request #5914 from owncloud/fix_5832
new 82f30d3 call error page with session as parameter
new d306f5c Merge pull request #5908 from owncloud/fix_errorpage_call
new e5994f9 fix the version check for downloaded apps. Fixes https://github.com/owncloud/apps/issues/1485
new 385a296 one tab less
new 44c2f9a Merge pull request #5915 from owncloud/fix_apps_versioncheck
new 8dd50dc fix input type time fields, have them use the default styles
new 463b054 adjust input CSS to multiline, coding guidelines
new c8cf332 Merge pull request #5922 from owncloud/fix-time-inputs
new 5da2929 fix filtering number like filenames in filelist
new f2d1886 change bold 'deleted files' button to normal for less focus
new b51d405 Merge pull request #5923 from owncloud/font-weight
new 3e2fd99 Root size for home storage is now size of "files" subdir
new cdc72dd Merge pull request #5928 from owncloud/quota-totalsizeoffiles
new 614e4d4 External storage space is now not counted in total space
new 4a0d295 Merge pull request #5927 from owncloud/quota-excludeextstorage
new 7e6f381 SMB ignore connection errors when NetBIOS is disabled
new b55a661 Merge pull request #5916 from owncloud/extstorage-smb-ignorenetbioserror
new a7962fa Fixed delete action to show error message as notification
new 8ab40f1 Removing trailing dot in path that samba doesn't seem to like
new 5b6d1d7 Fixed SMB file deletion success detection
new 5f6f78e Merge pull request #5878 from owncloud/extstorage-smb
new b823505 make sure that the owners home is mounted correctly
new 93ff86e Merge pull request #5951 from owncloud/ldap_encryption_fix
new b678766 remove bold from legend, table header, label - less obtrusive
new 8bc3394 Merge pull request #5926 from owncloud/less-bold
new 0c24c7c only check if the key file exists to decide if it is an encrypted file or not. This solves problems with external storage which doesn't support fseek
new f3e2a63 check if it is a cached file or a version to resolve the correct path to the file key
new 726a202 Fixed getLocalFile() condition for x-send-file
new 30b8f4e Merge pull request #5961 from owncloud/core-fixgetfiletempfilecondition
new b4e7258 Merge branch 'master' into encryption_check_if_file_is_encrypted
new c221e82 Merge pull request #5959 from owncloud/encryption_check_if_file_is_encrypted
new 51a8172 always get the right node for the given file path
new 8f33286 Merge pull request #5966 from owncloud/fixing-fileid-webdav-master
new a0d570b Change default mimetype detection for storage backends to only use filename
new a88aec8 Merge pull request #5965 from owncloud/mimetype-only-path
new fe44024 Fix for extstorage + encryption where unencrypted size is not kept
new 5de5c31 Merge pull request #5967 from owncloud/encryption-extstorage-fixsizereset
new c2ccf4a beta 5 is here
new 790a0ec Imported Upstream version 6.0.0~beta5+dfsg
The 105 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/activity/css/style.css | 2 +-
apps/bookmarks/l10n/sk_SK.php | 6 +-
apps/bookmarks/l10n/sk_SK/bookmarks.po | 12 +-
apps/bookmarks/l10n/templates/bookmarks.pot | 2 +-
apps/bookmarks/templates/list.php | 2 +-
.../3rdparty}/fullcalendar/GPL-LICENSE.txt | 0
.../3rdparty}/fullcalendar/MIT-LICENSE.txt | 0
.../3rdparty}/fullcalendar/css/fullcalendar.css | 0
.../fullcalendar/css/fullcalendar.print.css | 0
.../3rdparty}/fullcalendar/js/fullcalendar.js | 0
.../3rdparty}/fullcalendar/js/fullcalendar.min.js | 0
.../calendar/3rdparty}/fullcalendar/js/gcal.js | 0
apps/calendar/ajax/event/new.form.php | 2 +-
apps/calendar/index.php | 4 +-
apps/calendar/js/calendar.js | 3 +
apps/calendar/l10n/es.php | 6 +-
apps/calendar/l10n/es/calendar.po | 25 +-
apps/calendar/l10n/sl.php | 3 +
apps/calendar/l10n/sl/calendar.po | 24 +-
apps/calendar/l10n/templates/calendar.pot | 14 +-
apps/calendar/l10n/uk.php | 2 +
apps/calendar/l10n/uk/calendar.po | 20 +-
apps/contacts/l10n/ar/contacts.po | 22 +-
apps/contacts/l10n/bg_BG/contacts.po | 22 +-
apps/contacts/l10n/bn_BD/contacts.po | 22 +-
apps/contacts/l10n/ca/contacts.po | 22 +-
apps/contacts/l10n/cs_CZ/contacts.po | 22 +-
apps/contacts/l10n/cy_GB/contacts.po | 22 +-
apps/contacts/l10n/da/contacts.po | 22 +-
apps/contacts/l10n/de/contacts.po | 22 +-
apps/contacts/l10n/de_CH/contacts.po | 22 +-
apps/contacts/l10n/de_DE/contacts.po | 22 +-
apps/contacts/l10n/el/contacts.po | 22 +-
apps/contacts/l10n/en_GB/contacts.po | 22 +-
apps/contacts/l10n/eo/contacts.po | 22 +-
apps/contacts/l10n/es/contacts.po | 22 +-
apps/contacts/l10n/es_AR/contacts.po | 22 +-
apps/contacts/l10n/et_EE/contacts.po | 22 +-
apps/contacts/l10n/eu.php | 39 +
apps/contacts/l10n/eu/contacts.po | 102 +-
apps/contacts/l10n/fa/contacts.po | 22 +-
apps/contacts/l10n/fi_FI/contacts.po | 22 +-
apps/contacts/l10n/fr/contacts.po | 22 +-
apps/contacts/l10n/gl/contacts.po | 22 +-
apps/contacts/l10n/he/contacts.po | 22 +-
apps/contacts/l10n/hu_HU/contacts.po | 22 +-
apps/contacts/l10n/id/contacts.po | 22 +-
apps/contacts/l10n/it/contacts.po | 22 +-
apps/contacts/l10n/ja_JP/contacts.po | 22 +-
apps/contacts/l10n/ka_GE/contacts.po | 22 +-
apps/contacts/l10n/ko/contacts.po | 22 +-
apps/contacts/l10n/lb/contacts.po | 22 +-
apps/contacts/l10n/lt_LT/contacts.po | 22 +-
apps/contacts/l10n/lv/contacts.po | 22 +-
apps/contacts/l10n/mk/contacts.po | 22 +-
apps/contacts/l10n/ms_MY/contacts.po | 22 +-
apps/contacts/l10n/nb_NO/contacts.po | 22 +-
apps/contacts/l10n/nl/contacts.po | 22 +-
apps/contacts/l10n/nn_NO/contacts.po | 22 +-
apps/contacts/l10n/oc/contacts.po | 22 +-
apps/contacts/l10n/pa/contacts.po | 146 +-
apps/contacts/l10n/pl/contacts.po | 22 +-
apps/contacts/l10n/pt_BR/contacts.po | 22 +-
apps/contacts/l10n/pt_PT/contacts.po | 22 +-
apps/contacts/l10n/ro/contacts.po | 22 +-
apps/contacts/l10n/ru/contacts.po | 22 +-
apps/contacts/l10n/ru_RU/contacts.po | 22 +-
apps/contacts/l10n/si_LK/contacts.po | 22 +-
apps/contacts/l10n/sk_SK/contacts.po | 22 +-
apps/contacts/l10n/sl.php | 30 +-
apps/contacts/l10n/sl/contacts.po | 82 +-
apps/contacts/l10n/sr/contacts.po | 22 +-
apps/contacts/l10n/sv/contacts.po | 22 +-
apps/contacts/l10n/ta_LK/contacts.po | 22 +-
apps/contacts/l10n/templates/contacts.pot | 20 +-
apps/contacts/l10n/th_TH/contacts.po | 22 +-
apps/contacts/l10n/tr/contacts.po | 22 +-
apps/contacts/l10n/ug/contacts.po | 22 +-
apps/contacts/l10n/uk/contacts.po | 22 +-
apps/contacts/l10n/vi/contacts.po | 22 +-
apps/contacts/l10n/zh_CN/contacts.po | 22 +-
apps/contacts/l10n/zh_HK/contacts.po | 22 +-
apps/contacts/l10n/zh_TW/contacts.po | 22 +-
.../lib/controller/addressbookcontroller.php | 6 +-
.../lib/controller/contactphotocontroller.php | 2 +-
apps/documents/css/3rdparty/webodf/dojo-app.css | 2 +-
apps/documents/css/style.css | 53 +-
apps/documents/js/3rdparty/webodf/editor/Editor.js | 62 +-
.../js/3rdparty/webodf/editor/EditorSession.js | 26 +-
apps/documents/js/3rdparty/webodf/editor/Tools.js | 16 +-
apps/documents/js/3rdparty/webodf/webodf-debug.js | 1426 +++++++++++++-------
apps/documents/js/3rdparty/webodf/webodf.js | 1242 +++++++++--------
apps/documents/js/documents.js | 18 +-
apps/documents/js/locale.js | 48 +
apps/documents/l10n/ach/documents.po | 210 ++-
apps/documents/l10n/ady/documents.po | 210 ++-
apps/documents/l10n/af/documents.po | 210 ++-
.../l10n/bg_BG.php => documents/l10n/af_ZA.php} | 1 +
apps/documents/l10n/af_ZA/documents.po | 212 ++-
apps/documents/l10n/ar.php | 4 +-
apps/documents/l10n/ar/documents.po | 212 ++-
apps/documents/l10n/be/documents.po | 210 ++-
apps/documents/l10n/bg_BG.php | 4 +-
apps/documents/l10n/bg_BG/documents.po | 212 ++-
apps/documents/l10n/bn_BD.php | 4 +-
apps/documents/l10n/bn_BD/documents.po | 212 ++-
apps/documents/l10n/bs/documents.po | 210 ++-
apps/documents/l10n/ca.php | 2 +
apps/documents/l10n/ca/documents.po | 212 ++-
apps/documents/l10n/cs_CZ.php | 2 +
apps/documents/l10n/cs_CZ/documents.po | 212 ++-
apps/documents/l10n/cy_GB.php | 4 +-
apps/documents/l10n/cy_GB/documents.po | 212 ++-
apps/documents/l10n/da.php | 2 +
apps/documents/l10n/da/documents.po | 212 ++-
apps/documents/l10n/de.php | 3 +
apps/documents/l10n/de/documents.po | 214 ++-
apps/documents/l10n/de_AT/documents.po | 210 ++-
apps/documents/l10n/de_CH.php | 18 +-
apps/documents/l10n/de_CH/documents.po | 239 +++-
apps/documents/l10n/de_DE.php | 3 +
apps/documents/l10n/de_DE/documents.po | 214 ++-
apps/documents/l10n/el.php | 2 +
apps/documents/l10n/el/documents.po | 212 ++-
apps/{updater => documents}/l10n/en at pirate.php | 2 +-
apps/documents/l10n/en at pirate/documents.po | 212 ++-
apps/documents/l10n/en_GB.php | 3 +
apps/documents/l10n/en_GB/documents.po | 214 ++-
apps/documents/l10n/eo.php | 2 +
apps/documents/l10n/eo/documents.po | 212 ++-
apps/documents/l10n/es.php | 3 +
apps/documents/l10n/es/documents.po | 214 ++-
apps/documents/l10n/es_AR.php | 2 +
apps/documents/l10n/es_AR/documents.po | 212 ++-
apps/documents/l10n/es_MX/documents.po | 210 ++-
apps/documents/l10n/et_EE.php | 5 +-
apps/documents/l10n/et_EE/documents.po | 216 ++-
apps/documents/l10n/eu.php | 7 +
apps/documents/l10n/eu/documents.po | 222 ++-
apps/documents/l10n/fa.php | 4 +-
apps/documents/l10n/fa/documents.po | 212 ++-
apps/documents/l10n/fi_FI.php | 3 +
apps/documents/l10n/fi_FI/documents.po | 214 ++-
apps/documents/l10n/fr.php | 3 +
apps/documents/l10n/fr/documents.po | 214 ++-
apps/documents/l10n/gl.php | 3 +
apps/documents/l10n/gl/documents.po | 214 ++-
apps/documents/l10n/he.php | 4 +-
apps/documents/l10n/he/documents.po | 212 ++-
apps/documents/l10n/hi.php | 1 +
apps/documents/l10n/hi/documents.po | 212 ++-
apps/documents/l10n/hr.php | 3 +-
apps/documents/l10n/hr/documents.po | 212 ++-
apps/documents/l10n/hu_HU.php | 3 +
apps/documents/l10n/hu_HU/documents.po | 214 ++-
apps/documents/l10n/hy/documents.po | 210 ++-
apps/documents/l10n/ia.php | 3 +-
apps/documents/l10n/ia/documents.po | 212 ++-
apps/documents/l10n/id.php | 4 +-
apps/documents/l10n/id/documents.po | 212 ++-
apps/documents/l10n/is.php | 3 +-
apps/documents/l10n/is/documents.po | 212 ++-
apps/documents/l10n/it.php | 3 +
apps/documents/l10n/it/documents.po | 215 ++-
apps/documents/l10n/ja_JP.php | 3 +
apps/documents/l10n/ja_JP/documents.po | 214 ++-
apps/documents/l10n/ka.php | 3 +
apps/documents/l10n/ka/documents.po | 212 ++-
apps/documents/l10n/ka_GE.php | 4 +-
apps/documents/l10n/ka_GE/documents.po | 212 ++-
apps/documents/l10n/km/documents.po | 210 ++-
apps/documents/l10n/kn/documents.po | 210 ++-
apps/documents/l10n/ko.php | 2 +
apps/documents/l10n/ko/documents.po | 212 ++-
apps/documents/l10n/ku_IQ.php | 3 +-
apps/documents/l10n/ku_IQ/documents.po | 212 ++-
apps/documents/l10n/lb.php | 4 +-
apps/documents/l10n/lb/documents.po | 212 ++-
apps/documents/l10n/lt_LT.php | 2 +
apps/documents/l10n/lt_LT/documents.po | 212 ++-
apps/documents/l10n/lv.php | 4 +-
apps/documents/l10n/lv/documents.po | 212 ++-
apps/documents/l10n/mk.php | 2 +
apps/documents/l10n/mk/documents.po | 212 ++-
apps/documents/l10n/ml_IN/documents.po | 210 ++-
apps/documents/l10n/ms_MY.php | 4 +-
apps/documents/l10n/ms_MY/documents.po | 212 ++-
apps/documents/l10n/my_MM.php | 3 +
apps/documents/l10n/my_MM/documents.po | 212 ++-
apps/documents/l10n/nb_NO.php | 4 +-
apps/documents/l10n/nb_NO/documents.po | 212 ++-
apps/documents/l10n/nds/documents.po | 210 ++-
apps/documents/l10n/ne/documents.po | 210 ++-
apps/documents/l10n/nl.php | 3 +
apps/documents/l10n/nl/documents.po | 214 ++-
apps/documents/l10n/nn_NO.php | 2 +
apps/documents/l10n/nn_NO/documents.po | 212 ++-
apps/documents/l10n/nqo/documents.po | 210 ++-
apps/documents/l10n/oc.php | 4 +-
apps/documents/l10n/oc/documents.po | 212 ++-
apps/documents/l10n/pa.php | 4 +-
apps/documents/l10n/pa/documents.po | 212 ++-
apps/documents/l10n/pl.php | 2 +
apps/documents/l10n/pl/documents.po | 212 ++-
apps/documents/l10n/pt_BR.php | 3 +
apps/documents/l10n/pt_BR/documents.po | 214 ++-
apps/documents/l10n/pt_PT.php | 2 +
apps/documents/l10n/pt_PT/documents.po | 212 ++-
apps/documents/l10n/ro.php | 4 +-
apps/documents/l10n/ro/documents.po | 212 ++-
apps/documents/l10n/ru.php | 7 +-
apps/documents/l10n/ru/documents.po | 220 ++-
apps/documents/l10n/ru_RU.php | 4 +-
apps/documents/l10n/ru_RU/documents.po | 212 ++-
apps/documents/l10n/si_LK.php | 4 +-
apps/documents/l10n/si_LK/documents.po | 212 ++-
apps/documents/l10n/sk/documents.po | 210 ++-
apps/documents/l10n/sk_SK.php | 6 +-
apps/documents/l10n/sk_SK/documents.po | 218 ++-
apps/documents/l10n/sl.php | 20 +-
apps/documents/l10n/sl/documents.po | 243 +++-
apps/documents/l10n/sq.php | 3 +-
apps/documents/l10n/sq/documents.po | 212 ++-
apps/documents/l10n/sr.php | 4 +-
apps/documents/l10n/sr/documents.po | 212 ++-
apps/documents/l10n/sr at latin.php | 3 +-
apps/documents/l10n/sr at latin/documents.po | 212 ++-
apps/documents/l10n/sv.php | 2 +
apps/documents/l10n/sv/documents.po | 212 ++-
apps/documents/l10n/sw_KE/documents.po | 210 ++-
apps/documents/l10n/ta_LK.php | 4 +-
apps/documents/l10n/ta_LK/documents.po | 212 ++-
apps/documents/l10n/te.php | 3 +-
apps/documents/l10n/te/documents.po | 212 ++-
apps/documents/l10n/templates/documents.pot | 208 ++-
apps/documents/l10n/th_TH.php | 4 +-
apps/documents/l10n/th_TH/documents.po | 212 ++-
apps/documents/l10n/tr.php | 3 +
apps/documents/l10n/tr/documents.po | 214 ++-
apps/documents/l10n/tzm/documents.po | 210 ++-
apps/documents/l10n/ug.php | 4 +-
apps/documents/l10n/ug/documents.po | 212 ++-
apps/documents/l10n/uk.php | 4 +-
apps/documents/l10n/uk/documents.po | 212 ++-
apps/documents/l10n/ur_PK.php | 2 +-
apps/documents/l10n/ur_PK/documents.po | 212 ++-
apps/documents/l10n/uz/documents.po | 210 ++-
apps/documents/l10n/vi.php | 4 +-
apps/documents/l10n/vi/documents.po | 212 ++-
apps/documents/l10n/zh_CN.php | 4 +-
apps/documents/l10n/zh_CN/documents.po | 212 ++-
apps/documents/l10n/zh_HK.php | 4 +-
apps/documents/l10n/zh_HK/documents.po | 212 ++-
apps/documents/l10n/zh_TW.php | 2 +
apps/documents/l10n/zh_TW/documents.po | 212 ++-
apps/documents/src/locale.sh | 18 +
apps/documents/templates/documents.php | 4 +-
apps/files/ajax/list.php | 2 +-
apps/files/css/files.css | 1 +
apps/files/index.php | 3 +-
apps/files/js/filelist.js | 14 +-
apps/files/l10n/cs_CZ.php | 15 +
apps/files/l10n/hu_HU.php | 1 +
apps/files/l10n/ja_JP.php | 1 +
apps/files/l10n/sk_SK.php | 15 +
apps/files/l10n/sl.php | 26 +-
apps/files_encryption/l10n/ja_JP.php | 1 +
apps/files_encryption/l10n/sk_SK.php | 1 +
apps/files_encryption/lib/helper.php | 51 +-
apps/files_encryption/lib/keymanager.php | 3 +-
apps/files_encryption/lib/proxy.php | 15 +-
apps/files_encryption/lib/stream.php | 34 +-
apps/files_encryption/lib/util.php | 51 +-
apps/files_encryption/tests/crypt.php | 14 +-
apps/files_encryption/tests/helper.php | 15 +-
apps/files_encryption/tests/util.php | 58 +
apps/files_external/3rdparty/smb4php/smb.php | 12 +-
apps/files_external/l10n/sk_SK.php | 4 +-
apps/files_external/lib/smb.php | 19 +-
apps/files_external/tests/smbfunctions.php | 41 +
apps/files_sharing/l10n/eu.php | 4 +-
apps/files_sharing/l10n/sl.php | 11 +-
apps/files_sharing/public.php | 1 +
apps/files_sharing/templates/public.php | 1 +
apps/files_trashbin/l10n/sl.php | 3 +-
apps/files_versions/js/versions.js | 2 +-
apps/files_versions/l10n/sl.php | 3 +
apps/user_ldap/css/settings.css | 18 +
apps/user_ldap/js/settings.js | 93 +-
apps/user_ldap/l10n/cs_CZ.php | 20 +-
apps/user_ldap/l10n/hu_HU.php | 1 +
apps/user_ldap/l10n/ja_JP.php | 1 +
apps/user_ldap/l10n/sk_SK.php | 36 +-
apps/user_ldap/l10n/sl.php | 3 +
apps/user_ldap/lib/wizard.php | 13 +
apps/user_ldap/templates/part.wizardcontrols.php | 3 +-
apps/user_webdavauth/l10n/sl.php | 4 +-
apps/user_webdavauth/l10n/uk.php | 3 +-
core/css/multiselect.css | 1 +
core/css/styles.css | 44 +-
core/doc/admin/_sources/maintenance/backup.txt | 20 +-
core/doc/admin/_sources/maintenance/index.txt | 6 +-
core/doc/admin/_sources/maintenance/migrating.txt | 14 +-
core/doc/admin/_sources/maintenance/restore.txt | 39 +
core/doc/admin/_sources/maintenance/update.txt | 65 +-
core/doc/admin/contents.html | 13 +-
core/doc/admin/issues/index.html | 2 +-
core/doc/admin/maintenance/backup.html | 29 +-
core/doc/admin/maintenance/index.html | 12 +-
core/doc/admin/maintenance/migrating.html | 24 +-
.../maintenance/{backup.html => restore.html} | 55 +-
core/doc/admin/maintenance/update.html | 95 +-
core/doc/admin/searchindex.js | 2 +-
.../_images/external_google_drive_1_sign_in.png} | Bin 26480 -> 26480 bytes
.../_images/external_google_drive_2_verify.png} | Bin 15526 -> 15526 bytes
.../external_google_drive_3_create_project.png} | Bin 8244 -> 8244 bytes
.../external_google_drive_4_enable_api.png} | Bin 9818 -> 9818 bytes
.../external_google_drive_5_setup_ownCloud.png} | Bin 2820 -> 2820 bytes
.../_images/external_google_drive_6_accept.png} | Bin 12736 -> 12736 bytes
core/doc/user/_images/mediaplayer.png | Bin 61649 -> 0 bytes
core/doc/user/_sources/contents.txt | 3 +-
.../_sources/external_storage/google_drive.txt | 61 +
core/doc/user/_sources/files/index.txt | 2 +
core/doc/user/_sources/files/quota.txt | 83 ++
core/doc/user/_sources/index.txt | 13 +-
core/doc/user/_sources/mediaplayer.txt | 27 -
core/doc/user/bookmarks.html | 4 +-
core/doc/user/contents.html | 14 +-
core/doc/user/external_storage/google_drive.html | 197 +++
.../user/files/configuring_big_file_upload.html | 18 +-
core/doc/user/files/deletedfiles.html | 4 +-
core/doc/user/files/encryption.html | 6 +-
core/doc/user/files/files.html | 4 +-
core/doc/user/files/index.html | 6 +-
core/doc/user/files/quota.html | 226 ++++
core/doc/user/files/sync.html | 4 +-
core/doc/user/files/versioncontrol.html | 4 +-
core/doc/user/genindex.html | 2 +-
core/doc/user/index.html | 19 +-
core/doc/user/mediaplayer.html | 163 ---
core/doc/user/migration.html | 5 +-
core/doc/user/pim/calendar.html | 2 +-
core/doc/user/pim/contacts.html | 2 +-
core/doc/user/pim/index.html | 4 +-
core/doc/user/pim/sync_ios.html | 2 +-
core/doc/user/pim/sync_kde.html | 2 +-
core/doc/user/pim/sync_osx.html | 2 +-
core/doc/user/pim/sync_thunderbird.html | 2 +-
core/doc/user/pim/troubleshooting.html | 2 +-
core/doc/user/search.html | 2 +-
core/doc/user/searchindex.js | 2 +-
core/doc/user/webinterface.html | 2 +-
core/js/multiselect.js | 2 -
core/js/share.js | 17 +-
core/l10n/de_CH.php | 5 +
core/l10n/et_EE.php | 4 +-
core/l10n/sk_SK.php | 37 +-
core/l10n/sl.php | 21 +-
core/skeleton/ownCloudUserManual.pdf | Bin 1374256 -> 1392919 bytes
db_structure.xml | 30 +
l10n/ach/user_ldap.po | 134 +-
l10n/ady/user_ldap.po | 134 +-
l10n/af/user_ldap.po | 134 +-
l10n/af_ZA/core.po | 4 +-
l10n/af_ZA/files_sharing.po | 18 +-
l10n/af_ZA/settings.po | 4 +-
l10n/af_ZA/user_ldap.po | 134 +-
l10n/ar/core.po | 4 +-
l10n/ar/files_sharing.po | 18 +-
l10n/ar/settings.po | 4 +-
l10n/ar/user_ldap.po | 134 +-
l10n/be/user_ldap.po | 134 +-
l10n/bg_BG/core.po | 4 +-
l10n/bg_BG/files_sharing.po | 18 +-
l10n/bg_BG/settings.po | 4 +-
l10n/bg_BG/user_ldap.po | 134 +-
l10n/bn_BD/core.po | 4 +-
l10n/bn_BD/files_sharing.po | 18 +-
l10n/bn_BD/settings.po | 4 +-
l10n/bn_BD/user_ldap.po | 134 +-
l10n/bs/user_ldap.po | 134 +-
l10n/ca/core.po | 4 +-
l10n/ca/files_sharing.po | 18 +-
l10n/ca/settings.po | 4 +-
l10n/ca/user_ldap.po | 134 +-
l10n/cs_CZ/core.po | 4 +-
l10n/cs_CZ/files.po | 57 +-
l10n/cs_CZ/files_sharing.po | 18 +-
l10n/cs_CZ/settings.po | 23 +-
l10n/cs_CZ/user_ldap.po | 179 +--
l10n/cy_GB/core.po | 4 +-
l10n/cy_GB/files_sharing.po | 18 +-
l10n/cy_GB/settings.po | 4 +-
l10n/cy_GB/user_ldap.po | 134 +-
l10n/da/core.po | 4 +-
l10n/da/files_sharing.po | 18 +-
l10n/da/settings.po | 4 +-
l10n/da/user_ldap.po | 134 +-
l10n/de/core.po | 4 +-
l10n/de/files_sharing.po | 18 +-
l10n/de/settings.po | 4 +-
l10n/de/user_ldap.po | 134 +-
l10n/de_AT/user_ldap.po | 134 +-
l10n/de_CH/core.po | 17 +-
l10n/de_CH/files_sharing.po | 18 +-
l10n/de_CH/settings.po | 4 +-
l10n/de_CH/user_ldap.po | 134 +-
l10n/de_DE/core.po | 4 +-
l10n/de_DE/files_sharing.po | 18 +-
l10n/de_DE/settings.po | 4 +-
l10n/de_DE/user_ldap.po | 134 +-
l10n/el/core.po | 4 +-
l10n/el/files_sharing.po | 18 +-
l10n/el/settings.po | 4 +-
l10n/el/user_ldap.po | 134 +-
l10n/en at pirate/core.po | 4 +-
l10n/en at pirate/files_sharing.po | 18 +-
l10n/en at pirate/settings.po | 4 +-
l10n/en at pirate/user_ldap.po | 134 +-
l10n/en_GB/core.po | 4 +-
l10n/en_GB/files_sharing.po | 18 +-
l10n/en_GB/settings.po | 14 +-
l10n/en_GB/user_ldap.po | 134 +-
l10n/eo/core.po | 4 +-
l10n/eo/files_sharing.po | 18 +-
l10n/eo/settings.po | 4 +-
l10n/eo/user_ldap.po | 134 +-
l10n/es/core.po | 4 +-
l10n/es/files_sharing.po | 18 +-
l10n/es/settings.po | 4 +-
l10n/es/user_ldap.po | 134 +-
l10n/es_AR/core.po | 4 +-
l10n/es_AR/files_sharing.po | 18 +-
l10n/es_AR/settings.po | 4 +-
l10n/es_AR/user_ldap.po | 134 +-
l10n/es_MX/user_ldap.po | 134 +-
l10n/et_EE/core.po | 8 +-
l10n/et_EE/files_encryption.po | 4 +-
l10n/et_EE/files_sharing.po | 18 +-
l10n/et_EE/settings.po | 4 +-
l10n/et_EE/user_ldap.po | 134 +-
l10n/eu/core.po | 4 +-
l10n/eu/files_sharing.po | 24 +-
l10n/eu/settings.po | 4 +-
l10n/eu/user_ldap.po | 134 +-
l10n/fa/core.po | 4 +-
l10n/fa/files_sharing.po | 18 +-
l10n/fa/settings.po | 4 +-
l10n/fa/user_ldap.po | 134 +-
l10n/fi_FI/core.po | 4 +-
l10n/fi_FI/files_sharing.po | 18 +-
l10n/fi_FI/settings.po | 4 +-
l10n/fi_FI/user_ldap.po | 134 +-
l10n/fr/core.po | 4 +-
l10n/fr/files_sharing.po | 18 +-
l10n/fr/settings.po | 4 +-
l10n/fr/user_ldap.po | 134 +-
l10n/gl/core.po | 4 +-
l10n/gl/files_sharing.po | 18 +-
l10n/gl/settings.po | 4 +-
l10n/gl/user_ldap.po | 134 +-
l10n/he/core.po | 4 +-
l10n/he/files_sharing.po | 18 +-
l10n/he/settings.po | 4 +-
l10n/he/user_ldap.po | 134 +-
l10n/hi/core.po | 4 +-
l10n/hi/files_sharing.po | 18 +-
l10n/hi/settings.po | 4 +-
l10n/hi/user_ldap.po | 134 +-
l10n/hr/core.po | 4 +-
l10n/hr/files_sharing.po | 18 +-
l10n/hr/settings.po | 4 +-
l10n/hr/user_ldap.po | 134 +-
l10n/hu_HU/core.po | 4 +-
l10n/hu_HU/files.po | 28 +-
l10n/hu_HU/files_sharing.po | 18 +-
l10n/hu_HU/settings.po | 26 +-
l10n/hu_HU/user_ldap.po | 136 +-
l10n/hy/user_ldap.po | 134 +-
l10n/ia/core.po | 4 +-
l10n/ia/files_sharing.po | 18 +-
l10n/ia/settings.po | 4 +-
l10n/ia/user_ldap.po | 134 +-
l10n/id/core.po | 4 +-
l10n/id/files_sharing.po | 18 +-
l10n/id/settings.po | 4 +-
l10n/id/user_ldap.po | 134 +-
l10n/is/core.po | 4 +-
l10n/is/files_sharing.po | 18 +-
l10n/is/settings.po | 4 +-
l10n/is/user_ldap.po | 134 +-
l10n/it/core.po | 4 +-
l10n/it/files_sharing.po | 18 +-
l10n/it/settings.po | 4 +-
l10n/it/user_ldap.po | 134 +-
l10n/ja_JP/core.po | 4 +-
l10n/ja_JP/files.po | 28 +-
l10n/ja_JP/files_encryption.po | 8 +-
l10n/ja_JP/files_sharing.po | 18 +-
l10n/ja_JP/settings.po | 26 +-
l10n/ja_JP/user_ldap.po | 137 +-
l10n/ka/core.po | 4 +-
l10n/ka/files_sharing.po | 18 +-
l10n/ka/settings.po | 4 +-
l10n/ka/user_ldap.po | 134 +-
l10n/ka_GE/core.po | 4 +-
l10n/ka_GE/files_sharing.po | 18 +-
l10n/ka_GE/settings.po | 4 +-
l10n/ka_GE/user_ldap.po | 134 +-
l10n/km/user_ldap.po | 134 +-
l10n/kn/user_ldap.po | 134 +-
l10n/ko/core.po | 4 +-
l10n/ko/files_sharing.po | 18 +-
l10n/ko/settings.po | 4 +-
l10n/ko/user_ldap.po | 134 +-
l10n/ku_IQ/core.po | 4 +-
l10n/ku_IQ/files_sharing.po | 18 +-
l10n/ku_IQ/settings.po | 4 +-
l10n/ku_IQ/user_ldap.po | 134 +-
l10n/lb/core.po | 4 +-
l10n/lb/files_sharing.po | 18 +-
l10n/lb/settings.po | 4 +-
l10n/lb/user_ldap.po | 134 +-
l10n/lt_LT/core.po | 4 +-
l10n/lt_LT/files_sharing.po | 18 +-
l10n/lt_LT/settings.po | 4 +-
l10n/lt_LT/user_ldap.po | 134 +-
l10n/lv/core.po | 4 +-
l10n/lv/files_sharing.po | 18 +-
l10n/lv/settings.po | 4 +-
l10n/lv/user_ldap.po | 134 +-
l10n/mk/core.po | 4 +-
l10n/mk/files_sharing.po | 18 +-
l10n/mk/settings.po | 4 +-
l10n/mk/user_ldap.po | 134 +-
l10n/ml_IN/user_ldap.po | 134 +-
l10n/ms_MY/core.po | 4 +-
l10n/ms_MY/files_sharing.po | 18 +-
l10n/ms_MY/settings.po | 4 +-
l10n/ms_MY/user_ldap.po | 134 +-
l10n/my_MM/core.po | 4 +-
l10n/my_MM/files_sharing.po | 18 +-
l10n/my_MM/settings.po | 4 +-
l10n/my_MM/user_ldap.po | 134 +-
l10n/nb_NO/core.po | 4 +-
l10n/nb_NO/files_sharing.po | 18 +-
l10n/nb_NO/settings.po | 4 +-
l10n/nb_NO/user_ldap.po | 134 +-
l10n/nds/user_ldap.po | 134 +-
l10n/ne/user_ldap.po | 134 +-
l10n/nl/core.po | 4 +-
l10n/nl/files_sharing.po | 18 +-
l10n/nl/settings.po | 14 +-
l10n/nl/user_ldap.po | 134 +-
l10n/nn_NO/core.po | 4 +-
l10n/nn_NO/files_sharing.po | 18 +-
l10n/nn_NO/settings.po | 4 +-
l10n/nn_NO/user_ldap.po | 134 +-
l10n/nqo/user_ldap.po | 134 +-
l10n/oc/core.po | 4 +-
l10n/oc/files_sharing.po | 18 +-
l10n/oc/settings.po | 4 +-
l10n/oc/user_ldap.po | 134 +-
l10n/pa/core.po | 4 +-
l10n/pa/files_sharing.po | 18 +-
l10n/pa/settings.po | 4 +-
l10n/pa/user_ldap.po | 134 +-
l10n/pl/core.po | 4 +-
l10n/pl/files_sharing.po | 18 +-
l10n/pl/settings.po | 4 +-
l10n/pl/user_ldap.po | 134 +-
l10n/pt_BR/core.po | 4 +-
l10n/pt_BR/files_sharing.po | 18 +-
l10n/pt_BR/settings.po | 4 +-
l10n/pt_BR/user_ldap.po | 134 +-
l10n/pt_PT/core.po | 4 +-
l10n/pt_PT/files_sharing.po | 18 +-
l10n/pt_PT/lib.po | 16 +-
l10n/pt_PT/settings.po | 4 +-
l10n/pt_PT/user_ldap.po | 134 +-
l10n/ro/core.po | 4 +-
l10n/ro/files_sharing.po | 18 +-
l10n/ro/settings.po | 4 +-
l10n/ro/user_ldap.po | 134 +-
l10n/ru/core.po | 4 +-
l10n/ru/files_sharing.po | 18 +-
l10n/ru/settings.po | 4 +-
l10n/ru/user_ldap.po | 136 +-
l10n/ru_RU/core.po | 4 +-
l10n/ru_RU/files_sharing.po | 18 +-
l10n/ru_RU/settings.po | 4 +-
l10n/ru_RU/user_ldap.po | 134 +-
l10n/si_LK/core.po | 4 +-
l10n/si_LK/files_sharing.po | 18 +-
l10n/si_LK/settings.po | 4 +-
l10n/si_LK/user_ldap.po | 134 +-
l10n/sk/user_ldap.po | 134 +-
l10n/sk_SK/core.po | 48 +-
l10n/sk_SK/files.po | 56 +-
l10n/sk_SK/files_encryption.po | 8 +-
l10n/sk_SK/files_external.po | 16 +-
l10n/sk_SK/files_sharing.po | 18 +-
l10n/sk_SK/lib.po | 46 +-
l10n/sk_SK/settings.po | 36 +-
l10n/sk_SK/user_ldap.po | 200 +--
l10n/sl/core.po | 36 +-
l10n/sl/files.po | 91 +-
l10n/sl/files_sharing.po | 39 +-
l10n/sl/files_trashbin.po | 15 +-
l10n/sl/files_versions.po | 25 +-
l10n/sl/lib.po | 59 +-
l10n/sl/settings.po | 22 +-
l10n/sl/user_ldap.po | 141 +-
l10n/sl/user_webdavauth.po | 12 +-
l10n/sq/core.po | 4 +-
l10n/sq/files_sharing.po | 18 +-
l10n/sq/settings.po | 4 +-
l10n/sq/user_ldap.po | 134 +-
l10n/sr/core.po | 4 +-
l10n/sr/files_sharing.po | 18 +-
l10n/sr/settings.po | 4 +-
l10n/sr/user_ldap.po | 134 +-
l10n/sr at latin/core.po | 4 +-
l10n/sr at latin/files_sharing.po | 18 +-
l10n/sr at latin/settings.po | 4 +-
l10n/sr at latin/user_ldap.po | 134 +-
l10n/sv/core.po | 4 +-
l10n/sv/files_sharing.po | 18 +-
l10n/sv/settings.po | 4 +-
l10n/sv/user_ldap.po | 134 +-
l10n/sw_KE/user_ldap.po | 134 +-
l10n/ta_LK/core.po | 4 +-
l10n/ta_LK/files_sharing.po | 18 +-
l10n/ta_LK/settings.po | 4 +-
l10n/ta_LK/user_ldap.po | 134 +-
l10n/te/core.po | 4 +-
l10n/te/files_sharing.po | 18 +-
l10n/te/settings.po | 4 +-
l10n/te/user_ldap.po | 134 +-
l10n/templates/core.pot | 2 +-
l10n/templates/files.pot | 22 +-
l10n/templates/files_encryption.pot | 2 +-
l10n/templates/files_external.pot | 2 +-
l10n/templates/files_sharing.pot | 16 +-
l10n/templates/files_trashbin.pot | 4 +-
l10n/templates/files_versions.pot | 2 +-
l10n/templates/lib.pot | 2 +-
l10n/templates/private.pot | 2 +-
l10n/templates/settings.pot | 2 +-
l10n/templates/user_ldap.pot | 132 +-
l10n/templates/user_webdavauth.pot | 2 +-
l10n/th_TH/core.po | 4 +-
l10n/th_TH/files_sharing.po | 18 +-
l10n/th_TH/settings.po | 4 +-
l10n/th_TH/user_ldap.po | 134 +-
l10n/tr/core.po | 4 +-
l10n/tr/files_sharing.po | 18 +-
l10n/tr/settings.po | 4 +-
l10n/tr/user_ldap.po | 134 +-
l10n/tzm/user_ldap.po | 134 +-
l10n/ug/core.po | 4 +-
l10n/ug/files_sharing.po | 18 +-
l10n/ug/settings.po | 4 +-
l10n/ug/user_ldap.po | 134 +-
l10n/uk/core.po | 4 +-
l10n/uk/files_sharing.po | 18 +-
l10n/uk/settings.po | 4 +-
l10n/uk/user_ldap.po | 134 +-
l10n/uk/user_webdavauth.po | 8 +-
l10n/ur_PK/core.po | 4 +-
l10n/ur_PK/files_sharing.po | 18 +-
l10n/ur_PK/settings.po | 4 +-
l10n/ur_PK/user_ldap.po | 134 +-
l10n/uz/user_ldap.po | 134 +-
l10n/vi/core.po | 4 +-
l10n/vi/files_sharing.po | 18 +-
l10n/vi/settings.po | 4 +-
l10n/vi/user_ldap.po | 134 +-
l10n/zh_CN/core.po | 4 +-
l10n/zh_CN/files_sharing.po | 18 +-
l10n/zh_CN/settings.po | 4 +-
l10n/zh_CN/user_ldap.po | 134 +-
l10n/zh_HK/core.po | 4 +-
l10n/zh_HK/files_sharing.po | 18 +-
l10n/zh_HK/settings.po | 4 +-
l10n/zh_HK/user_ldap.po | 134 +-
l10n/zh_TW/core.po | 4 +-
l10n/zh_TW/files_sharing.po | 18 +-
l10n/zh_TW/settings.po | 4 +-
l10n/zh_TW/user_ldap.po | 134 +-
lib/l10n/pt_PT.php | 1 +
lib/l10n/sk_SK.php | 24 +-
lib/l10n/sl.php | 15 +-
lib/private/api.php | 63 +-
lib/private/connector/sabre/filesplugin.php | 2 +
lib/private/db/mdb2schemareader.php | 7 +-
lib/private/files.php | 12 +-
lib/private/files/cache/homecache.php | 13 +
lib/private/files/filesystem.php | 26 +-
lib/private/files/storage/common.php | 26 +-
lib/private/files/storage/commontest.php | 2 +-
lib/private/files/storage/local.php | 8 -
lib/private/files/storage/mappedlocal.php | 8 -
lib/private/files/view.php | 6 +-
lib/private/helper.php | 3 +-
lib/private/installer.php | 9 +-
lib/private/preview/image.php | 4 +-
lib/private/preview/movies.php | 59 +-
lib/private/preview/mp3.php | 6 +-
lib/private/preview/office-cl.php | 3 +-
lib/private/preview/office-fallback.php | 3 +-
lib/public/share.php | 2 +-
settings/l10n/cs_CZ.php | 8 +
settings/l10n/en_GB.php | 4 +
settings/l10n/hu_HU.php | 10 +
settings/l10n/ja_JP.php | 10 +
settings/l10n/nl.php | 4 +
settings/l10n/sk_SK.php | 16 +-
settings/l10n/sl.php | 8 +
version.php | 6 +-
720 files changed, 30715 insertions(+), 10608 deletions(-)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/GPL-LICENSE.txt (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/MIT-LICENSE.txt (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/css/fullcalendar.css (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/css/fullcalendar.print.css (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/js/fullcalendar.js (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/js/fullcalendar.min.js (100%)
copy {3rdparty => apps/calendar/3rdparty}/fullcalendar/js/gcal.js (100%)
create mode 100644 apps/documents/js/locale.js
copy apps/{activity/l10n/bg_BG.php => documents/l10n/af_ZA.php} (56%)
copy apps/{updater => documents}/l10n/en at pirate.php (53%)
create mode 100644 apps/documents/l10n/ka.php
create mode 100644 apps/documents/l10n/my_MM.php
create mode 100644 apps/documents/src/locale.sh
create mode 100644 apps/files_external/tests/smbfunctions.php
create mode 100644 core/doc/admin/_sources/maintenance/restore.txt
copy core/doc/admin/maintenance/{backup.html => restore.html} (72%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-1.png => user/_images/external_google_drive_1_sign_in.png} (100%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-2.png => user/_images/external_google_drive_2_verify.png} (100%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-3.png => user/_images/external_google_drive_3_create_project.png} (100%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-4.png => user/_images/external_google_drive_4_enable_api.png} (100%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-5.png => user/_images/external_google_drive_5_setup_ownCloud.png} (100%)
copy core/doc/{admin/_images/custom_mount_config_gui_add_google_drive-6.png => user/_images/external_google_drive_6_accept.png} (100%)
delete mode 100644 core/doc/user/_images/mediaplayer.png
create mode 100644 core/doc/user/_sources/external_storage/google_drive.txt
create mode 100644 core/doc/user/_sources/files/quota.txt
delete mode 100644 core/doc/user/_sources/mediaplayer.txt
create mode 100644 core/doc/user/external_storage/google_drive.html
create mode 100644 core/doc/user/files/quota.html
delete mode 100644 core/doc/user/mediaplayer.html
--
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