[Pkg-owncloud-commits] [owncloud] branch master updated (01fb293 -> 440788f)
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 13:33:35 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 01fb293 Update php-aws-sdk version
new a8a35f4 Use DEBUG instead of ERROR when favourites not found. Fix #6419
new 9091dd7 enable more tests
new bdb4890 call set password hook because it doesn't get triggered during test execution and fix paths
new 73a0b69 only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted
new 3160b23 update file cache for target file
new ae58a38 Do not use L10n when logging exceptions
new 8f5dfd0 always show 'Deleted Files' breadcrumb
new c88109a always show home breadcrumb in files view
new 913df0c clarifying license
new 2f0ec82 reliable detect encrypted files
new 77af1a7 Fixed JS plural function to be per app
new 148c16b preserve 3rd party values in in the Session destructor
new 4c2d2f4 check if a $_SESSION entry exists before we try to remove it
new 0134b1e LDAP: adjust documentation URL for OC 6
new 6de259e Merge pull request #6291 from owncloud/ldap_doc_link
new 1f93b4e Removed numRows usage from encryption app
new c4c972f Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix
new 2f568c9 fix rename of shared files
new 672cbc5 check if the old owner and the old path is available
new eaa5dd0 we can also have a path user/cache/...
new 1346169 tests added
new d9df271 Do not use xcache variable cache if cache size is 0.
new 93b6c83 Backport of PR #4378: Don't use xcache in case admin auth is enabled.
new 75eaea1 Made password field required on client side
new 0bb7202 Merge pull request #6562 from syncloud/stable6
new f356ef9 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage
new 956a441 Fix APCIterator syntax in \OC\Memcache\APCU::clear
new c81a05c remove duplicate exe mimetype, add correct msi mimetype
new 6a83871 Merge pull request #6664 from owncloud/fix_empty_mimetypes_stable6
new 6a21922 DB: Support DECIMAL(precision,scale) syntax in XML
new 697ad1c Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bp
new c9cb258 Moved content disposition code+workarounds to OCP\Response
new b7aaebf Added workaround for Android content disposition
new 2ea3765 Added isUserAgent() method to request
new 542cf79 Now also preventing to override "files" dir size with -1
new 7e36763 reuse existing helper function OC_Helper::is_function_enabled
new 5e928fc we shall explode on ',' only
new bbba8fd trimming all array elements
new 8d38228 Merge pull request #6678 from owncloud/backport-6660-stable6
new c6fa2dd turn off mod_pagespeed
new 627612c Merge pull request #6679 from owncloud/backport-6675-stable6
new ea23a09 fixing PHPDoc and use cameCase names
new 596ab75 set login name within apache auth backend
new 9a1cbab rename user-id to loginname to stay consistent
new 52dc90d Merge pull request #6696 from owncloud/backport-6693-stable6
new a711d4e Removed special handling of part files in shared storage rename
new 4b49015 Introduce user count action to user management
new 0f58bd0 Add command line tool to show numbers of users and user directories
new 1c58d8b LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search.
new 59ff838 remove unnecessary line
new 1636c6d LDAP: add tests for countUsers
new cf8fc22 if backends have the same class name, sum their users up instead of overwriting
new f1ea0bc add tests for user counting
new ebe3872 Infowarning about 32bit
new 1cbe189 Prevent deleting storage root
new 3ae7bfc fix preview for reshared file
new 28be849 Fixed various file name escaping issues in core apps
new 5f2e8f7 fixing typo in redirection query string
new ce1a199 Fixing Issue #6301 on master branch
new 54cd174 don't unshare on delete
new 87cfbb3 Merge pull request #6753 from owncloud/no_unshare_on_delete
new 3b1396b remove ru_RU - it's almost untranslated
new bcec9ce Merge pull request #6756 from owncloud/remove-ru_RU-stable6
new d343c66 LDAP: fix TLS detection
new 1e40748 remove unused variables
new 3d81009 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page
new 394bd17 typo, grammar
new 1e9f040 Merge pull request #6408 from owncloud/ldap_fix_tls_detection
new 8ef3282 Fixed timezone issue with SMB storage
new 7dddf59 it is not an urgent error... a DEBUG message is enough at this point
new 2c54dcd add default parameter for AllConfig->get*Value()
new 44fb817 Also add default to the \OCP\IConfig interface
new b5ef21b cache the home folder of a User
new 9960596 fix fallback overwriting result of getHome
new 62887c6 fix the config option to remove the ability for users to set their displayname
new 208037b Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll
new a8fd55d Pass config object in testGetHomeNotSupported
new c6ca9be Merge pull request #6612 from owncloud/user-no-change-displayname-stable
new 88dc713 Fix calculated folder size to use unencrypted size
new 6adac6a Use storage_mtime when determining if we can reuse cached data while scanning
new 4feafda fix the legacy popup to make calendar settings look nicer
new 339e073 fix shadow size and arrow position
new 3e71827 Merge pull request #6293 from owncloud/stable6-legacy-settings-popup
new 3ec3ebb copy files to owner trash recursively
new 3c7541e don't try to encrypt/decrypt cache chunks or files in the trash bin
new a83e37c remove old code
new afe35ca call getFileInfo to enforce a file cache entry for the new version, fix #6286
new 3fde29e keep response message
new 3b21499 extended test to also check the status messages
new 5dd20db Fixed Dropbox/Google storage async save call
new 4996982 Adding a random postfix to the part file.
new 0c140d5 in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string
new b0edbd8 Merge pull request #6783 from owncloud/backport-6530-stable6
new 3093c63 Unshare all will now delete all shares for the item, instead of only for a single owner.
new f9e4d0a updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item.
new aec0f06 Fix untranslated text when deleting user
new a4e842f 6.0.1 RC1
new 31c1dad Imported Upstream version 6.0.1~rc1+dfsg
new efe9130 Merge tag 'upstream/6.0.1_rc1+dfsg'
new 8e1d837 Fix X-EVOLUTION-FILE-AS escape
new c5d765f Update upstream changelog
new 1dbe82c Update copyright
new 26a29b8 Minify jquery.masonry.min.js at build time
new 440788f Update changelog for 6.0.1~rc1+dfsg-1 release
The 104 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:
.htaccess | 3 +
apps/activity/js/script.js | 2 +-
apps/contacts/appinfo/migrate.php | 2 +-
apps/contacts/js/app.js | 40 +-
apps/contacts/js/contacts.js | 9 +-
apps/contacts/js/groups.js | 1 +
apps/contacts/lib/contact.php | 4 +-
apps/contacts/lib/controller/exportcontroller.php | 15 +-
apps/contacts/lib/utils/properties.php | 4 +-
apps/documents/ajax/documentController.php | 21 +-
apps/documents/ajax/download.php | 18 +
apps/documents/ajax/sessionController.php | 73 +-
apps/documents/appinfo/routes.php | 8 +-
apps/documents/css/style.css | 4 +
apps/documents/js/documents.js | 2 +-
apps/documents/js/viewer/viewer.js | 2 +-
apps/documents/lib/download/range.php | 18 +-
apps/documents/lib/download/simple.php | 11 +-
apps/documents/lib/file.php | 63 +-
apps/documents/lib/filter.php | 65 ++
apps/documents/lib/genesis.php | 7 +-
apps/documents/lib/storage.php | 32 +-
apps/files/download.php | 7 +-
apps/files/js/file-upload.js | 12 +-
apps/files/js/fileactions.js | 2 +-
apps/files/js/filelist.js | 52 +-
apps/files/js/files.js | 14 +-
apps/files/l10n/ru_RU.php | 17 -
apps/files/templates/part.breadcrumb.php | 12 +-
apps/files_encryption/hooks/hooks.php | 63 +-
apps/files_encryption/lib/helper.php | 3 +-
apps/files_encryption/lib/proxy.php | 20 +-
apps/files_encryption/lib/util.php | 68 +-
apps/files_encryption/tests/helper.php | 37 +
apps/files_encryption/tests/proxy.php | 69 +-
apps/files_encryption/tests/share.php | 27 +-
apps/files_encryption/tests/util.php | 6 +
apps/files_external/3rdparty/smb4php/smb.php | 6 +-
apps/files_external/js/dropbox.js | 17 +-
apps/files_external/js/google.js | 21 +-
apps/files_external/js/settings.js | 14 +-
apps/files_external/l10n/ru_RU.php | 6 -
apps/files_external/lib/config.php | 6 +-
apps/files_external/lib/webdav.php | 42 +-
apps/files_sharing/ajax/publicpreview.php | 4 +-
apps/files_sharing/js/public.js | 6 +-
apps/files_sharing/js/share.js | 2 +-
apps/files_sharing/l10n/ru_RU.php | 8 -
apps/files_sharing/lib/share/file.php | 2 +-
apps/files_sharing/lib/sharedstorage.php | 41 +-
apps/files_sharing/tests/base.php | 4 +-
apps/files_texteditor/js/editor.js | 7 -
apps/files_trashbin/download.php | 51 --
apps/files_trashbin/js/trash.js | 14 +-
apps/files_trashbin/l10n/ru_RU.php | 6 -
apps/files_trashbin/lib/trashbin.php | 6 +-
apps/files_trashbin/templates/part.breadcrumb.php | 8 +-
apps/files_versions/download.php | 7 +-
apps/files_versions/js/versions.js | 16 +-
apps/files_versions/lib/versions.php | 6 +-
apps/gallery/ajax/getimages.php | 3 +-
apps/gallery/ajax/image.php | 7 +-
apps/gallery/ajax/thumbnail.php | 9 +-
apps/gallery/js/gallery.js | 16 +-
apps/gallery/js/thumbnail.js | 4 +
apps/gallery/lib/thumbnail.php | 14 +-
apps/gallery/templates/public.php | 2 +-
apps/updater/ajax/update.php | 15 +-
apps/updater/js/controllers.js | 21 +-
apps/updater/lib/downloader.php | 6 +-
apps/updater/lib/helper.php | 10 +-
apps/updater/lib/location/apps.php | 18 +-
apps/updater/update.php | 2 +
apps/user_ldap/l10n/ru_RU.php | 12 -
apps/user_ldap/lib/access.php | 145 +++-
apps/user_ldap/lib/connection.php | 3 +-
apps/user_ldap/lib/wizard.php | 11 +-
apps/user_ldap/templates/part.settingcontrols.php | 2 +-
apps/user_ldap/templates/part.wizardcontrols.php | 2 +-
apps/user_ldap/tests/user_ldap.php | 54 ++
apps/user_ldap/user_ldap.php | 15 +-
apps/user_ldap/user_proxy.php | 15 +
core/command/user/report.php | 61 ++
core/css/styles.css | 14 +-
core/doc/admin/_images/oc_admin_app_page.png | Bin 0 -> 28370 bytes
core/doc/admin/_images/oc_admin_user_manage.png | Bin 0 -> 21025 bytes
.../_sources/configuration/configuration_apps.txt | 20 +-
.../_sources/configuration/configuration_users.txt | 224 ++++++
core/doc/admin/_sources/configuration/index.txt | 3 +-
core/doc/admin/_sources/index.txt | 3 +-
.../_sources/installation/installation_source.txt | 38 +-
core/doc/admin/_sources/maintenance/backup.txt | 2 +-
core/doc/admin/_sources/maintenance/update.txt | 8 +-
core/doc/admin/configuration/auth_ldap.html | 5 +-
core/doc/admin/configuration/background_jobs.html | 3 +-
.../configuration/configuration_3rdparty.html | 5 +-
.../admin/configuration/configuration_apps.html | 29 +-
.../configuration/configuration_automation.html | 5 +-
.../configuration_custom_clients.html | 3 +-
.../configuration/configuration_database.html | 3 +-
.../configuration/configuration_encryption.html | 3 +-
.../configuration/configuration_knowledgebase.html | 3 +-
.../configuration/configuration_language.html | 3 +-
.../admin/configuration/configuration_logging.html | 3 +-
.../admin/configuration/configuration_mail.html | 3 +-
.../configuration/configuration_maintenance.html | 3 +-
.../admin/configuration/configuration_preview.html | 3 +-
.../configuration/configuration_reverseproxy.html | 3 +-
.../admin/configuration/configuration_users.html | 378 ++++++++++
.../configuration/configuring_big_file_upload.html | 3 +-
.../admin/configuration/custom_mount_config.html | 3 +-
.../configuration/custom_mount_config_gui.html | 3 +-
.../admin/configuration/custom_user_backend.html | 3 +-
core/doc/admin/configuration/index.html | 8 +-
core/doc/admin/configuration/xsendfile.html | 3 +-
core/doc/admin/contents.html | 15 +-
core/doc/admin/index.html | 3 +-
.../admin/installation/installation_source.html | 40 +-
core/doc/admin/maintenance/backup.html | 6 +-
core/doc/admin/maintenance/index.html | 6 +-
core/doc/admin/maintenance/migrating.html | 2 +-
core/doc/admin/maintenance/restore.html | 2 +-
core/doc/admin/maintenance/update.html | 19 +-
core/doc/user/_images/bookmark_addurl.jpg | Bin 11368 -> 0 bytes
core/doc/user/_images/bookmark_addurl.png | Bin 0 -> 9464 bytes
core/doc/user/_images/bookmark_setting.jpg | Bin 6410 -> 0 bytes
core/doc/user/_images/bookmark_setting.png | Bin 0 -> 8861 bytes
core/doc/user/_images/calendar_createevent.png | Bin 21501 -> 17972 bytes
core/doc/user/_images/calendar_export.png | Bin 25552 -> 18885 bytes
core/doc/user/_images/calendar_import.png | Bin 8445 -> 8250 bytes
.../doc/user/_images/calendar_manage-calendars.png | Bin 32895 -> 39313 bytes
core/doc/user/_images/contact_bottombar.jpg | Bin 2233 -> 0 bytes
core/doc/user/_images/contact_bottombar.png | Bin 0 -> 890 bytes
core/doc/user/_images/contact_del_ab.jpg | Bin 28610 -> 0 bytes
core/doc/user/_images/contact_del_ab.png | Bin 0 -> 10105 bytes
core/doc/user/_images/contact_emptycontact.jpg | Bin 10690 -> 0 bytes
core/doc/user/_images/contact_emptycontact.png | Bin 0 -> 19910 bytes
core/doc/user/_images/contact_import.jpg | Bin 20281 -> 0 bytes
core/doc/user/_images/contact_uploadbutton.png | Bin 0 -> 4305 bytes
core/doc/user/_images/files_versioning.png | Bin 0 -> 9333 bytes
core/doc/user/_images/oc_connect.png | Bin 50629 -> 107250 bytes
core/doc/user/_images/oc_documents.png | Bin 0 -> 33956 bytes
core/doc/user/_images/oc_documents_col_edit.png | Bin 0 -> 15944 bytes
core/doc/user/_images/oc_documents_edit.png | Bin 0 -> 24685 bytes
core/doc/user/_images/oc_documents_share.png | Bin 0 -> 15529 bytes
core/doc/user/_images/oc_files_share.png | Bin 0 -> 11553 bytes
core/doc/user/_images/oc_filesweb.png | Bin 0 -> 28666 bytes
core/doc/user/_images/oc_filesweb_navigate.png | Bin 0 -> 5159 bytes
core/doc/user/_images/oc_filesweb_new.png | Bin 0 -> 5434 bytes
core/doc/user/_images/oc_ui.png | Bin 134914 -> 138786 bytes
core/doc/user/_images/oc_user_preferences.png | Bin 0 -> 24304 bytes
core/doc/user/_sources/bookmarks.txt | 44 +-
core/doc/user/_sources/contents.txt | 2 +
core/doc/user/_sources/documents.txt | 68 ++
.../_sources/files/configuring_big_file_upload.txt | 2 +-
core/doc/user/_sources/files/deletedfiles.txt | 17 +-
core/doc/user/_sources/files/encryption.txt | 2 +-
core/doc/user/_sources/files/files.txt | 64 +-
core/doc/user/_sources/files/filesweb.txt | 85 +++
core/doc/user/_sources/files/index.txt | 1 +
core/doc/user/_sources/files/sync.txt | 4 +-
core/doc/user/_sources/files/versioncontrol.txt | 22 +-
core/doc/user/_sources/index.txt | 15 +-
core/doc/user/_sources/migration.txt | 4 +-
core/doc/user/_sources/pim/calendar.txt | 20 +-
core/doc/user/_sources/pim/contacts.txt | 65 +-
core/doc/user/_sources/pim/sync_osx.txt | 16 +-
core/doc/user/_sources/pim/sync_thunderbird.txt | 18 +-
core/doc/user/_sources/userpreferences.txt | 31 +
core/doc/user/_sources/webinterface.txt | 24 +-
core/doc/user/bookmarks.html | 50 +-
core/doc/user/contents.html | 40 +-
core/doc/user/documents.html | 216 ++++++
core/doc/user/external_storage/google_drive.html | 4 +-
.../user/files/configuring_big_file_upload.html | 11 +-
core/doc/user/files/deletedfiles.html | 25 +-
core/doc/user/files/encryption.html | 11 +-
core/doc/user/files/files.html | 67 +-
core/doc/user/files/filesweb.html | 244 +++++++
core/doc/user/files/index.html | 14 +-
core/doc/user/files/quota.html | 7 +-
core/doc/user/files/sync.html | 15 +-
core/doc/user/files/versioncontrol.html | 30 +-
core/doc/user/genindex.html | 2 +
core/doc/user/index.html | 25 +-
core/doc/user/migration.html | 8 +-
core/doc/user/objects.inv | 4 +-
core/doc/user/pim/calendar.html | 31 +-
core/doc/user/pim/contacts.html | 72 +-
core/doc/user/pim/index.html | 6 +-
core/doc/user/pim/sync_ios.html | 4 +-
core/doc/user/pim/sync_kde.html | 6 +-
core/doc/user/pim/sync_osx.html | 22 +-
core/doc/user/pim/sync_thunderbird.html | 26 +-
core/doc/user/pim/troubleshooting.html | 4 +-
core/doc/user/search.html | 2 +
.../user/{migration.html => userpreferences.html} | 55 +-
core/doc/user/webinterface.html | 29 +-
core/js/js.js | 20 +-
core/js/share.js | 10 +-
core/l10n/ru_RU.php | 21 -
core/register_command.php | 1 +
core/skeleton/ownCloudUserManual.pdf | Bin 1393287 -> 1558533 bytes
core/templates/installation.php | 2 +-
debian/changelog | 44 ++
debian/copyright | 14 +-
debian/patches/0001-Disable-the-appstore.patch | 6 +-
debian/patches/0002-Fix-displayed-version.patch | 4 +-
.../0018-Fix-X-EVOLUTION-FILE-AS-escape.patch | 37 +
...octrine-Symphony-Sabre-and-Patchwork-path.patch | 2 +-
debian/patches/series | 1 +
debian/rules | 4 +
debian/upstream-changelog | 19 +
l10n/ru_RU/core.po | 773 ---------------------
l10n/ru_RU/files.po | 411 -----------
l10n/ru_RU/files_encryption.po | 201 ------
l10n/ru_RU/files_external.po | 123 ----
l10n/ru_RU/files_sharing.po | 84 ---
l10n/ru_RU/files_trashbin.po | 60 --
l10n/ru_RU/files_versions.po | 43 --
l10n/ru_RU/lib.po | 341 ---------
l10n/ru_RU/settings.po | 657 -----------------
l10n/ru_RU/user_ldap.po | 515 --------------
l10n/ru_RU/user_webdavauth.po | 36 -
lib/base.php | 4 +-
lib/l10n/ru_RU.php | 12 -
lib/private/allconfig.php | 24 +-
lib/private/api.php | 42 +-
lib/private/connector/sabre/file.php | 7 +-
lib/private/db/mdb2schemareader.php | 8 +
lib/private/files.php | 7 +-
lib/private/files/cache/cache.php | 22 +-
lib/private/files/cache/homecache.php | 2 +-
lib/private/files/cache/scanner.php | 2 +-
lib/private/files/storage/local.php | 2 +-
lib/private/files/view.php | 13 +
lib/private/helper.php | 6 +-
lib/private/memcache/apcu.php | 2 +-
lib/private/memcache/xcache.php | 36 +-
lib/private/mimetypes.list.php | 3 +-
lib/private/preview/movies.php | 2 +-
lib/private/preview/office.php | 2 +-
lib/private/request.php | 23 +
lib/private/response.php | 14 +
lib/private/server.php | 12 +-
lib/private/session/internal.php | 13 +-
lib/private/session/memory.php | 2 +-
lib/private/setup.php | 3 +
lib/private/tags.php | 2 +-
lib/private/template.php | 3 +-
lib/private/user.php | 2 +
lib/private/user/backend.php | 17 +-
lib/private/user/database.php | 139 ++--
lib/private/user/dummy.php | 9 +
lib/private/user/manager.php | 39 +-
lib/private/user/session.php | 14 +-
lib/private/user/user.php | 50 +-
lib/private/util.php | 8 +-
lib/public/iconfig.php | 15 +-
lib/public/response.php | 9 +
lib/public/share.php | 10 +-
lib/public/util.php | 3 +-
settings/js/users.js | 2 +-
settings/l10n/ru_RU.php | 10 -
version.php | 8 +-
265 files changed, 3506 insertions(+), 4503 deletions(-)
create mode 100644 apps/documents/ajax/download.php
create mode 100644 apps/documents/lib/filter.php
delete mode 100644 apps/files/l10n/ru_RU.php
delete mode 100644 apps/files_external/l10n/ru_RU.php
delete mode 100644 apps/files_sharing/l10n/ru_RU.php
delete mode 100644 apps/files_trashbin/download.php
delete mode 100644 apps/files_trashbin/l10n/ru_RU.php
delete mode 100644 apps/user_ldap/l10n/ru_RU.php
create mode 100644 core/command/user/report.php
create mode 100644 core/doc/admin/_images/oc_admin_app_page.png
create mode 100644 core/doc/admin/_images/oc_admin_user_manage.png
create mode 100644 core/doc/admin/_sources/configuration/configuration_users.txt
create mode 100644 core/doc/admin/configuration/configuration_users.html
delete mode 100644 core/doc/user/_images/bookmark_addurl.jpg
create mode 100644 core/doc/user/_images/bookmark_addurl.png
delete mode 100644 core/doc/user/_images/bookmark_setting.jpg
create mode 100644 core/doc/user/_images/bookmark_setting.png
delete mode 100644 core/doc/user/_images/contact_bottombar.jpg
create mode 100644 core/doc/user/_images/contact_bottombar.png
delete mode 100644 core/doc/user/_images/contact_del_ab.jpg
create mode 100644 core/doc/user/_images/contact_del_ab.png
delete mode 100644 core/doc/user/_images/contact_emptycontact.jpg
create mode 100644 core/doc/user/_images/contact_emptycontact.png
delete mode 100644 core/doc/user/_images/contact_import.jpg
create mode 100644 core/doc/user/_images/contact_uploadbutton.png
create mode 100644 core/doc/user/_images/files_versioning.png
create mode 100644 core/doc/user/_images/oc_documents.png
create mode 100644 core/doc/user/_images/oc_documents_col_edit.png
create mode 100644 core/doc/user/_images/oc_documents_edit.png
create mode 100644 core/doc/user/_images/oc_documents_share.png
create mode 100644 core/doc/user/_images/oc_files_share.png
create mode 100644 core/doc/user/_images/oc_filesweb.png
create mode 100644 core/doc/user/_images/oc_filesweb_navigate.png
create mode 100644 core/doc/user/_images/oc_filesweb_new.png
create mode 100644 core/doc/user/_images/oc_user_preferences.png
create mode 100644 core/doc/user/_sources/documents.txt
create mode 100644 core/doc/user/_sources/files/filesweb.txt
create mode 100644 core/doc/user/_sources/userpreferences.txt
create mode 100644 core/doc/user/documents.html
create mode 100644 core/doc/user/files/filesweb.html
copy core/doc/user/{migration.html => userpreferences.html} (66%)
delete mode 100644 core/l10n/ru_RU.php
create mode 100644 debian/patches/0018-Fix-X-EVOLUTION-FILE-AS-escape.patch
delete mode 100644 l10n/ru_RU/core.po
delete mode 100644 l10n/ru_RU/files.po
delete mode 100644 l10n/ru_RU/files_encryption.po
delete mode 100644 l10n/ru_RU/files_external.po
delete mode 100644 l10n/ru_RU/files_sharing.po
delete mode 100644 l10n/ru_RU/files_trashbin.po
delete mode 100644 l10n/ru_RU/files_versions.po
delete mode 100644 l10n/ru_RU/lib.po
delete mode 100644 l10n/ru_RU/settings.po
delete mode 100644 l10n/ru_RU/user_ldap.po
delete mode 100644 l10n/ru_RU/user_webdavauth.po
delete mode 100644 lib/l10n/ru_RU.php
delete mode 100644 settings/l10n/ru_RU.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