]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge remote-tracking branch 'owncloud/master' into fixing-3417-master
Andreas Fischer [Sat, 14 Dec 2013 17:32:48 +0000 (18:32 +0100)]
Merge remote-tracking branch 'owncloud/master' into fixing-3417-master

* owncloud/master: (1989 commits)
  [tx-robot] updated from transifex
  dont try to register background jobs if we haven't upgraded yet
  adjust test
  coding style
  coding style
  On webdav sesssions, loginname was compared to username which does not need to match necessarily
  rely only on php DateTime to parse the db datetime string
  LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng
  Fix webroot for update page
  Update 3rdparty ref
  update 3rdparty
  toggle select all checkbox
  remove unneeded ; in comment
  LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
  Add test for having utf8 filenames in the cache
  fix fallback overwriting result of getHome
  [tx-robot] updated from transifex
  fix smbclient directory listing parser
  cache the home folder of a User
  Send "SET NAMES utf8" to MySQL for PHP below 5.3.6
  ...

Conflicts:
lib/util.php

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 13 Dec 2013 19:44:31 +0000 (14:44 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6321 from sevoku/master
Vincent Petry [Fri, 13 Dec 2013 17:13:06 +0000 (09:13 -0800)]
Merge pull request #6321 from sevoku/master

fix smbclient directory listing parser

10 years agoMerge pull request #6392 from owncloud/no-backgroundjobs-during-upgrade
Vincent Petry [Fri, 13 Dec 2013 17:06:53 +0000 (09:06 -0800)]
Merge pull request #6392 from owncloud/no-backgroundjobs-during-upgrade

dont try to register background jobs if we haven't upgraded yet

10 years agodont try to register background jobs if we haven't upgraded yet
Robin Appelman [Fri, 13 Dec 2013 12:30:29 +0000 (13:30 +0100)]
dont try to register background jobs if we haven't upgraded yet

10 years agoadjust test
Arthur Schiwon [Fri, 13 Dec 2013 11:56:06 +0000 (12:56 +0100)]
adjust test

10 years agocoding style
Arthur Schiwon [Wed, 11 Dec 2013 13:01:48 +0000 (14:01 +0100)]
coding style

10 years agocoding style
Arthur Schiwon [Wed, 11 Dec 2013 12:57:02 +0000 (13:57 +0100)]
coding style

10 years agoOn webdav sesssions, loginname was compared to username which does not need to match...
Arthur Schiwon [Wed, 11 Dec 2013 12:56:45 +0000 (13:56 +0100)]
On webdav sesssions, loginname was compared to username which does not need to match necessarily

10 years agorely only on php DateTime to parse the db datetime string
Jörn Friedrich Dreyer [Thu, 12 Dec 2013 18:09:21 +0000 (19:09 +0100)]
rely only on php DateTime to parse the db datetime string

10 years agoLDAP: fix method behind save button on advancend and expert tabs, fixes at least...
Arthur Schiwon [Thu, 12 Dec 2013 22:09:31 +0000 (23:09 +0100)]
LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng

10 years agoMerge pull request #6390 from owncloud/migration-fixwebroot
Vincent Petry [Fri, 13 Dec 2013 13:35:29 +0000 (05:35 -0800)]
Merge pull request #6390 from owncloud/migration-fixwebroot

Fix webroot for update page

10 years agoFix webroot for update page
Vincent Petry [Fri, 13 Dec 2013 11:54:08 +0000 (12:54 +0100)]
Fix webroot for update page

On the update page, config.js was missing which caused oc_webroot to not
be available. That would trigger the faulty oc_webroot fallback that
didn't take URLs like "/owncloud/index.php/files/apps" into account.

This fix adds config.js in the update page and also a fix for the
oc_webroot fallback, in case it is used elsewhere.

10 years agoMerge pull request #6318 from owncloud/gethome-cache
Thomas Müller [Fri, 13 Dec 2013 09:30:43 +0000 (01:30 -0800)]
Merge pull request #6318 from owncloud/gethome-cache

cache the home folder of a User

10 years agoMerge pull request #6347 from owncloud/cache-test-utf8
Thomas Müller [Fri, 13 Dec 2013 09:27:13 +0000 (01:27 -0800)]
Merge pull request #6347 from owncloud/cache-test-utf8

Add test for having utf8 filenames in the cache

10 years agoUpdate 3rdparty ref
Thomas Müller [Thu, 12 Dec 2013 23:05:00 +0000 (00:05 +0100)]
Update 3rdparty ref

10 years agoMerge pull request #6356 from owncloud/fix_6353
Vincent Petry [Thu, 12 Dec 2013 17:03:11 +0000 (09:03 -0800)]
Merge pull request #6356 from owncloud/fix_6353

[trashbin] toggle select all checkbox

10 years agoupdate 3rdparty
Jörn Friedrich Dreyer [Thu, 12 Dec 2013 16:56:16 +0000 (17:56 +0100)]
update 3rdparty

10 years agoMerge pull request #6302 from owncloud/mysql-set-names-utf8
Owen Winkler [Thu, 12 Dec 2013 16:46:43 +0000 (08:46 -0800)]
Merge pull request #6302 from owncloud/mysql-set-names-utf8

Send "SET NAMES utf8" to MySQL for PHP below 5.3.6

10 years agotoggle select all checkbox
Bjoern Schiessle [Thu, 12 Dec 2013 15:45:45 +0000 (16:45 +0100)]
toggle select all checkbox

10 years agoremove unneeded ; in comment
Robin Appelman [Thu, 12 Dec 2013 14:14:44 +0000 (15:14 +0100)]
remove unneeded ; in comment

10 years agoLDAP: the browser shall not autofill userdn and password, usually login credentials...
Arthur Schiwon [Thu, 12 Dec 2013 13:04:10 +0000 (14:04 +0100)]
LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283

10 years agoAdd test for having utf8 filenames in the cache
Robin Appelman [Thu, 12 Dec 2013 12:43:55 +0000 (13:43 +0100)]
Add test for having utf8 filenames in the cache

10 years agofix fallback overwriting result of getHome
Robin Appelman [Thu, 12 Dec 2013 11:57:25 +0000 (12:57 +0100)]
fix fallback overwriting result of getHome

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 11 Dec 2013 18:32:13 +0000 (13:32 -0500)]
[tx-robot] updated from transifex

10 years agofix smbclient directory listing parser
Vsevolod Kukol [Wed, 11 Dec 2013 16:21:34 +0000 (17:21 +0100)]
fix smbclient directory listing parser

10 years agocache the home folder of a User
Robin Appelman [Wed, 11 Dec 2013 15:22:26 +0000 (16:22 +0100)]
cache the home folder of a User

10 years agoMerge pull request #6270 from owncloud/sharing-mixeduppermissionsfix
Vincent Petry [Wed, 11 Dec 2013 10:59:22 +0000 (02:59 -0800)]
Merge pull request #6270 from owncloud/sharing-mixeduppermissionsfix

Fixed sharing results to include the correct permissions

10 years agoSend "SET NAMES utf8" to MySQL for PHP below 5.3.6
Andreas Fischer [Tue, 10 Dec 2013 23:13:40 +0000 (00:13 +0100)]
Send "SET NAMES utf8" to MySQL for PHP below 5.3.6

10 years agoMerge pull request #6244 from owncloud/memcached-connectivity-tests
Thomas Müller [Tue, 10 Dec 2013 20:14:36 +0000 (12:14 -0800)]
Merge pull request #6244 from owncloud/memcached-connectivity-tests

Only run memcached tests if server is available.

10 years agoMerge pull request #5968 from owncloud/legacy-popup-fixes
Vincent Petry [Tue, 10 Dec 2013 13:37:52 +0000 (05:37 -0800)]
Merge pull request #5968 from owncloud/legacy-popup-fixes

fix the legacy popup to make calendar settings look nicer

10 years agoAdded unit test for sharing permissions
Vincent Petry [Tue, 10 Dec 2013 10:19:09 +0000 (11:19 +0100)]
Added unit test for sharing permissions

10 years agoFixed sharing results to include the correct permissions
Vincent Petry [Mon, 9 Dec 2013 17:14:58 +0000 (18:14 +0100)]
Fixed sharing results to include the correct permissions

Passing $includeCollections would return more than one entry which gives
mixed up file permissions.

Added a method getFile() that doesn't set $includeCollections to make
sure we only get one result which is the file itself.

Fixes #6265

10 years agoMerge pull request #6246 from owncloud/memcached-config-sample
Andreas Fischer [Mon, 9 Dec 2013 13:35:00 +0000 (14:35 +0100)]
Merge pull request #6246 from owncloud/memcached-config-sample

Document memcached settings in config.sample.php

* owncloud/memcached-config-sample:
  Document memcached settings in config.sample.php

10 years agoEnsure memcached extension is there before attempting to create an instance.
Andreas Fischer [Mon, 9 Dec 2013 13:31:35 +0000 (14:31 +0100)]
Ensure memcached extension is there before attempting to create an instance.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 9 Dec 2013 11:40:22 +0000 (06:40 -0500)]
[tx-robot] updated from transifex

10 years agofix shadow size and arrow position
Jan-Christoph Borchardt [Mon, 9 Dec 2013 11:21:37 +0000 (12:21 +0100)]
fix shadow size and arrow position

10 years agoMerge pull request #6231 from owncloud/fix-plural-l10n
blizzz [Mon, 9 Dec 2013 09:41:06 +0000 (01:41 -0800)]
Merge pull request #6231 from owncloud/fix-plural-l10n

fix plural translation - fixes #6226

10 years agoDocument memcached settings in config.sample.php
Andreas Fischer [Mon, 9 Dec 2013 00:20:10 +0000 (01:20 +0100)]
Document memcached settings in config.sample.php

10 years agoOnly run memcached tests if server is available.
Andreas Fischer [Mon, 9 Dec 2013 00:02:42 +0000 (01:02 +0100)]
Only run memcached tests if server is available.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 8 Dec 2013 03:28:29 +0000 (22:28 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6202 from owncloud/fix_6032_alt
Morris Jobke [Sat, 7 Dec 2013 16:04:29 +0000 (08:04 -0800)]
Merge pull request #6202 from owncloud/fix_6032_alt

Add overlay noscript message to fix #6032

10 years agofix IE8 transparent background
Morris Jobke [Sat, 7 Dec 2013 16:03:53 +0000 (17:03 +0100)]
fix IE8 transparent background

10 years agofix wrong test data in l10n
Morris Jobke [Sat, 7 Dec 2013 12:29:14 +0000 (13:29 +0100)]
fix wrong test data in l10n

10 years agofix plural translation - fixes #6226
Morris Jobke [Sat, 7 Dec 2013 10:38:01 +0000 (11:38 +0100)]
fix plural translation - fixes #6226

10 years agoMerge pull request #6150 from owncloud/backgroundjob-log-exception
blizzz [Fri, 6 Dec 2013 19:56:53 +0000 (11:56 -0800)]
Merge pull request #6150 from owncloud/backgroundjob-log-exception

Remove background jobs that are giving errors

10 years agoMerge pull request #6201 from owncloud/backgroundscan-reuse-etag
Vincent Petry [Fri, 6 Dec 2013 18:13:14 +0000 (10:13 -0800)]
Merge pull request #6201 from owncloud/backgroundscan-reuse-etag

reuse etags when doing a background scan

10 years agoMerge pull request #6220 from owncloud/debug_oracle_errors
Björn Schießle [Fri, 6 Dec 2013 18:00:04 +0000 (10:00 -0800)]
Merge pull request #6220 from owncloud/debug_oracle_errors

cherry-picks from #5884, just for debugging purpose

10 years agoMerge branch 'master' into backgroundscan-reuse-etag
Robin Appelman [Fri, 6 Dec 2013 17:27:46 +0000 (18:27 +0100)]
Merge branch 'master' into backgroundscan-reuse-etag

10 years agoget rid of failing test that don't cause additional downloads
Robin Appelman [Fri, 6 Dec 2013 17:26:38 +0000 (18:26 +0100)]
get rid of failing test that don't cause additional downloads

10 years agoXSendfile and encryption don't work together
Bart Visscher [Thu, 14 Nov 2013 07:46:15 +0000 (08:46 +0100)]
XSendfile and encryption don't work together

The file on disk is encrypted, and not readable on client systems

10 years agoMerge pull request #6218 from leo-b/fix_ldap_setOption_returncode
blizzz [Fri, 6 Dec 2013 16:54:29 +0000 (08:54 -0800)]
Merge pull request #6218 from leo-b/fix_ldap_setOption_returncode

correctly propagate the return value of ldap_set_option

10 years agoMerge pull request #6222 from owncloud/enc_reset_enc_file_size
Björn Schießle [Fri, 6 Dec 2013 16:06:22 +0000 (08:06 -0800)]
Merge pull request #6222 from owncloud/enc_reset_enc_file_size

set unencrypted_size to 0 after decryption

10 years agoDon't try to encrypt a file when the temp file isn't created
Bart Visscher [Thu, 14 Nov 2013 07:44:14 +0000 (08:44 +0100)]
Don't try to encrypt a file when the temp file isn't created

10 years agoset unencrypted_size to 0 after decryption... so that the unencrypted_size gets re...
Bjoern Schiessle [Fri, 6 Dec 2013 15:11:41 +0000 (16:11 +0100)]
set unencrypted_size to 0 after decryption... so that the unencrypted_size gets re-calculated if encryption was enabled again

10 years agoUsers of getFolderContent are mostly interested in the unecrypted file size
Bart Visscher [Thu, 14 Nov 2013 07:48:06 +0000 (08:48 +0100)]
Users of getFolderContent are mostly interested in the unecrypted file size

10 years agoMerge pull request #6213 from owncloud/fix-full-name-edit
Vincent Petry [Fri, 6 Dec 2013 14:46:34 +0000 (06:46 -0800)]
Merge pull request #6213 from owncloud/fix-full-name-edit

Fix full name edit for repetitive edit

10 years agoMerge pull request #6206 from owncloud/sharing_etag_propagation_on_expire
Björn Schießle [Fri, 6 Dec 2013 13:41:08 +0000 (05:41 -0800)]
Merge pull request #6206 from owncloud/sharing_etag_propagation_on_expire

Sharing etag propagation on expire

10 years agoMerge pull request #6211 from owncloud/fix-5865
Morris Jobke [Fri, 6 Dec 2013 12:59:24 +0000 (04:59 -0800)]
Merge pull request #6211 from owncloud/fix-5865

Multiselect too slow patched

10 years agoparent().parent() -> closest()
Morris Jobke [Fri, 6 Dec 2013 12:53:01 +0000 (13:53 +0100)]
parent().parent() -> closest()

10 years agoextend test case for etag preservation
Robin Appelman [Fri, 6 Dec 2013 12:00:58 +0000 (13:00 +0100)]
extend test case for etag preservation

10 years agoit is not possible to unshare files
Bjoern Schiessle [Thu, 5 Dec 2013 16:41:19 +0000 (17:41 +0100)]
it is not possible to unshare files

10 years agofix typo
Bjoern Schiessle [Thu, 5 Dec 2013 19:02:41 +0000 (20:02 +0100)]
fix typo

10 years agoonly create new key on password change if a recovery key exists or if the user don...
Bjoern Schiessle [Thu, 5 Dec 2013 17:51:30 +0000 (18:51 +0100)]
only create new key on password change if a recovery key exists or if the user don't have any private/public keys

10 years agoshow change password form if key couldn't be decrypted
Bjoern Schiessle [Thu, 5 Dec 2013 17:50:52 +0000 (18:50 +0100)]
show change password form if key couldn't be decrypted

10 years agoadd method to check if users private/public key exists
Bjoern Schiessle [Thu, 5 Dec 2013 17:49:55 +0000 (18:49 +0100)]
add method to check if users private/public key exists

10 years agocorrectly propagate the return value of ldap_set_option
root [Fri, 6 Dec 2013 11:04:17 +0000 (12:04 +0100)]
correctly propagate the return value of ldap_set_option
otherwise LDAP_OPT_REFERRALS won't be set to 0 and in turn
active directory paging will stop working
(Operations error on ldap_control_paged_result_response)

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 6 Dec 2013 03:24:39 +0000 (22:24 -0500)]
[tx-robot] updated from transifex

10 years agoFix full name edit for repetive edit
Morris Jobke [Thu, 5 Dec 2013 22:44:59 +0000 (23:44 +0100)]
Fix full name edit for repetive edit

fixes #6212

fixes the data attributes after edit
fixes markup to successfully re-edit display name

10 years agoRemove reference to ownCloud.
ringmaster [Thu, 5 Dec 2013 22:01:51 +0000 (17:01 -0500)]
Remove reference to ownCloud.

10 years agoSlide duration set to 200ms for multiselect (same duration as user menu)
unknown [Thu, 5 Dec 2013 20:46:13 +0000 (15:46 -0500)]
Slide duration set to 200ms for multiselect (same duration as user menu)

10 years agoRevert "Merge pull request #6210 from owncloud/fix-5865"
Morris Jobke [Thu, 5 Dec 2013 20:03:17 +0000 (21:03 +0100)]
Revert "Merge pull request #6210 from owncloud/fix-5865"

This reverts commit f12363d90b31e03a9f2e95911dda54af728a2df6, reversing
changes made to eba35d28cd974507f9e81e15430d3d33dbbd9973.

10 years agoRevert "Revert "Fix user's displayName being overwritten by (old) cookie""
Morris Jobke [Thu, 5 Dec 2013 19:53:11 +0000 (20:53 +0100)]
Revert "Revert "Fix user's displayName being overwritten by (old) cookie""

This reverts commit eba35d28cd974507f9e81e15430d3d33dbbd9973.

10 years agoMerge pull request #6210 from owncloud/fix-5865
pdessauw [Thu, 5 Dec 2013 19:19:06 +0000 (11:19 -0800)]
Merge pull request #6210 from owncloud/fix-5865

#5865 Multiselect animation is too slow patch

10 years agoChanged duration of slideDown, slideUp and fadeOut to 200ms
unknown [Thu, 5 Dec 2013 18:15:52 +0000 (13:15 -0500)]
Changed duration of slideDown, slideUp and fadeOut to 200ms

10 years agoLink to enable-javascript.com
ringmaster [Thu, 5 Dec 2013 17:06:20 +0000 (12:06 -0500)]
Link to enable-javascript.com

10 years agoadd a optional parameter to skip check for expired files, this is necessary to find...
Bjoern Schiessle [Thu, 5 Dec 2013 16:26:30 +0000 (17:26 +0100)]
add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired.

10 years agoget owner from share item, if we expire a share while the user updates his /Shared...
Bjoern Schiessle [Thu, 5 Dec 2013 16:25:01 +0000 (17:25 +0100)]
get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user

10 years agoRevert "Fix user's displayName being overwritten by (old) cookie"
Morris Jobke [Thu, 5 Dec 2013 15:12:46 +0000 (16:12 +0100)]
Revert "Fix user's displayName being overwritten by (old) cookie"

This reverts commit 2a7380cc21e56ce12b1a0e1460fabc978a83090b.

10 years agoMake noscript message translatable
ringmaster [Thu, 5 Dec 2013 14:52:13 +0000 (09:52 -0500)]
Make noscript message translatable

10 years agoMove message up 10%
ringmaster [Thu, 5 Dec 2013 14:48:20 +0000 (09:48 -0500)]
Move message up 10%

10 years agoMerge pull request #6199 from nicokaiser/fix-5306-master
Morris Jobke [Thu, 5 Dec 2013 14:32:20 +0000 (06:32 -0800)]
Merge pull request #6199 from nicokaiser/fix-5306-master

Fix user's displayName being overwritten by (old) cookie. #3694

10 years agoMerge pull request #6196 from owncloud/installation-error-css
Morris Jobke [Thu, 5 Dec 2013 14:25:48 +0000 (06:25 -0800)]
Merge pull request #6196 from owncloud/installation-error-css

fix appearance of error message - .errors is outdated

10 years agoreuse etags when doing a background scan
Robin Appelman [Thu, 5 Dec 2013 14:23:34 +0000 (15:23 +0100)]
reuse etags when doing a background scan

10 years agoAdd overlay noscript message to fix #6032
ringmaster [Thu, 5 Dec 2013 14:19:46 +0000 (09:19 -0500)]
Add overlay noscript message to fix #6032

10 years agoFix user's displayName being overwritten by (old) cookie
Nico Kaiser [Thu, 5 Dec 2013 13:18:32 +0000 (14:18 +0100)]
Fix user's displayName being overwritten by (old) cookie

10 years agoadd test case for removing background jobs that are throwing exceptions
Robin Appelman [Thu, 5 Dec 2013 12:29:35 +0000 (13:29 +0100)]
add test case for removing background jobs that are throwing exceptions

10 years agofix appearance of error message - .errors is outdated
Morris Jobke [Thu, 5 Dec 2013 10:23:30 +0000 (11:23 +0100)]
fix appearance of error message - .errors is outdated

10 years agomaster is ownCloud 7 pre alpha now
Frank Karlitschek [Thu, 5 Dec 2013 09:35:19 +0000 (10:35 +0100)]
master is ownCloud 7 pre alpha now

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 4 Dec 2013 23:14:17 +0000 (18:14 -0500)]
[tx-robot] updated from transifex

10 years agoLDAP Wizard: don't generate filter when not allowed
Arthur Schiwon [Tue, 3 Dec 2013 19:50:46 +0000 (20:50 +0100)]
LDAP Wizard: don't generate filter when not allowed

10 years agosome equals are more equal than other equals
Arthur Schiwon [Tue, 3 Dec 2013 19:45:05 +0000 (20:45 +0100)]
some equals are more equal than other equals

10 years agoLDAP Wizard: return correct var
Arthur Schiwon [Tue, 3 Dec 2013 15:37:11 +0000 (16:37 +0100)]
LDAP Wizard: return correct var

10 years agoLDAP Wizard: make sure auto-detected suggestions are really applied initially. Also...
Arthur Schiwon [Tue, 3 Dec 2013 12:27:45 +0000 (13:27 +0100)]
LDAP Wizard: make sure auto-detected suggestions are really applied initially. Also make initial filter compilation and user counting robust against race conditions.

10 years agoLDAP: on testing configuration, set active property to true, otherwise inactive conne...
Arthur Schiwon [Tue, 3 Dec 2013 12:21:55 +0000 (13:21 +0100)]
LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly

10 years agoLDAP: set default value for login filter to empty, otherwise the wizard signals compl...
Arthur Schiwon [Tue, 3 Dec 2013 11:11:43 +0000 (12:11 +0100)]
LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work

10 years agoLDAP Wizard: don't send ldap_tls change back to the interface as the element was...
Arthur Schiwon [Mon, 2 Dec 2013 20:11:20 +0000 (21:11 +0100)]
LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner

10 years agoLDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just openi...
Arthur Schiwon [Wed, 4 Dec 2013 13:01:31 +0000 (14:01 +0100)]
LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by just opening the admin page

10 years agoLDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143
Arthur Schiwon [Wed, 4 Dec 2013 12:14:05 +0000 (13:14 +0100)]
LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143

10 years agoMerge pull request #6181 from owncloud/auto_expire_trash
Björn Schießle [Wed, 4 Dec 2013 15:44:02 +0000 (07:44 -0800)]
Merge pull request #6181 from owncloud/auto_expire_trash

config switch to disable auto expire for the trash bin