]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agofixing PHPDoc and use cameCase names
Thomas Müller [Thu, 9 Jan 2014 09:27:47 +0000 (10:27 +0100)]
fixing PHPDoc and use cameCase names

10 years agoMerge pull request #6681 from owncloud/userreport
blizzz [Wed, 8 Jan 2014 18:41:39 +0000 (10:41 -0800)]
Merge pull request #6681 from owncloud/userreport

add command line option to get user number statistics

10 years agoInfowarning about 32bit
Arthur Schiwon [Wed, 8 Jan 2014 18:41:10 +0000 (19:41 +0100)]
Infowarning about 32bit

10 years agoMerge pull request #6686 from owncloud/fixes-6685-master
Jan-Christoph Borchardt [Wed, 8 Jan 2014 15:33:12 +0000 (07:33 -0800)]
Merge pull request #6686 from owncloud/fixes-6685-master

Fix ownCloud for php5.3.x

10 years agoFix ownCloud for php5.3.x
Thomas Müller [Wed, 8 Jan 2014 15:07:01 +0000 (16:07 +0100)]
Fix ownCloud for php5.3.x

10 years agoMerge pull request #6680 from owncloud/core-preventunlinkstorageroot
Thomas Müller [Wed, 8 Jan 2014 13:32:36 +0000 (05:32 -0800)]
Merge pull request #6680 from owncloud/core-preventunlinkstorageroot

Prevent deleting storage root

10 years agoadd tests for user counting
Arthur Schiwon [Wed, 8 Jan 2014 12:26:48 +0000 (13:26 +0100)]
add tests for user counting

10 years agoif backends have the same class name, sum their users up instead of overwriting
Arthur Schiwon [Wed, 8 Jan 2014 12:24:28 +0000 (13:24 +0100)]
if backends have the same class name, sum their users up instead of overwriting

10 years agoPrevent deleting storage root
Vincent Petry [Wed, 8 Jan 2014 12:17:36 +0000 (13:17 +0100)]
Prevent deleting storage root

Storage mount points are not deletable, so make sure that the unlink
operation and its hooks aren't run in such cases.

Note that some storages might recursively delete their contents when
calling unlink on their root. This fix prevents that as well.

10 years agoMerge pull request #6515 from owncloud/autotest-enforcephpunitversion
Thomas Müller [Wed, 8 Jan 2014 11:30:05 +0000 (03:30 -0800)]
Merge pull request #6515 from owncloud/autotest-enforcephpunitversion

Enforce required phpunit version

10 years agoLDAP: add tests for countUsers
Arthur Schiwon [Wed, 8 Jan 2014 11:24:29 +0000 (12:24 +0100)]
LDAP: add tests for countUsers

10 years agoremove unnecessary line
Arthur Schiwon [Wed, 8 Jan 2014 11:20:56 +0000 (12:20 +0100)]
remove unnecessary line

10 years agoLDAP: implement userCount action. This required to (finally) clean up and refactor...
Arthur Schiwon [Wed, 8 Jan 2014 11:07:57 +0000 (12:07 +0100)]
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.

10 years agoMerge pull request #6675 from owncloud/disable-mod_pagespeed
Vincent Petry [Wed, 8 Jan 2014 10:52:03 +0000 (02:52 -0800)]
Merge pull request #6675 from owncloud/disable-mod_pagespeed

turn off mod_pagespeed

10 years agoMerge pull request #5238 from owncloud/externalstorage-owncloudbackend
Thomas Müller [Wed, 8 Jan 2014 09:49:15 +0000 (01:49 -0800)]
Merge pull request #5238 from owncloud/externalstorage-owncloudbackend

Added ownCloud backend for external storage

10 years agoMerge branch 'master' into disable-mod_pagespeed
Thomas Müller [Wed, 8 Jan 2014 09:19:16 +0000 (10:19 +0100)]
Merge branch 'master' into disable-mod_pagespeed

10 years agoMerge pull request #6677 from owncloud/fixing-3rdparty-submodule
Thomas Müller [Wed, 8 Jan 2014 09:16:38 +0000 (01:16 -0800)]
Merge pull request #6677 from owncloud/fixing-3rdparty-submodule

Fix submodule 3rdparty - translation sync broke that

10 years agoMerge pull request #6673 from owncloud/master-quota-insufficientstorageforfilesfix
Vincent Petry [Wed, 8 Jan 2014 08:55:11 +0000 (00:55 -0800)]
Merge pull request #6673 from owncloud/master-quota-insufficientstorageforfilesfix

Now also preventing to override "files" dir size with -1

10 years agoFix submodule 3rdparty - translation sync broke that
Thomas Müller [Wed, 8 Jan 2014 08:42:37 +0000 (09:42 +0100)]
Fix submodule 3rdparty - translation sync broke that

10 years agoturn off mod_pagespeed
Thomas Müller [Wed, 8 Jan 2014 06:56:08 +0000 (07:56 +0100)]
turn off mod_pagespeed

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 8 Jan 2014 06:55:41 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6594 from owncloud/kill-index.php-from-url
Jörn Friedrich Dreyer [Wed, 8 Jan 2014 06:28:58 +0000 (22:28 -0800)]
Merge pull request #6594 from owncloud/kill-index.php-from-url

Kill index.php from url

10 years agoMerge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2
Thomas Müller [Wed, 8 Jan 2014 06:27:47 +0000 (22:27 -0800)]
Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2

enable ldap tests

10 years agoAdd command line tool to show numbers of users and user directories
Arthur Schiwon [Tue, 7 Jan 2014 22:06:37 +0000 (23:06 +0100)]
Add command line tool to show numbers of users and user directories

10 years agoIntroduce user count action to user management
Arthur Schiwon [Tue, 7 Jan 2014 22:05:37 +0000 (23:05 +0100)]
Introduce user count action to user management

10 years agoNow also preventing to override "files" dir size with -1
Vincent Petry [Tue, 7 Jan 2014 16:41:04 +0000 (17:41 +0100)]
Now also preventing to override "files" dir size with -1

Fixes #6526

10 years agoMerge pull request #6660 from owncloud/fixing-disabled-function-checks
Thomas Müller [Tue, 7 Jan 2014 19:10:45 +0000 (11:10 -0800)]
Merge pull request #6660 from owncloud/fixing-disabled-function-checks

Fixing disabled function checks

10 years agoMerge pull request #6290 from owncloud/files-androidcontentdisposition
Thomas Müller [Tue, 7 Jan 2014 19:06:20 +0000 (11:06 -0800)]
Merge pull request #6290 from owncloud/files-androidcontentdisposition

Files androidcontentdisposition

10 years agotrimming all array elements
Thomas Müller [Tue, 7 Jan 2014 18:47:01 +0000 (19:47 +0100)]
trimming all array elements

10 years agoMerge pull request #6642 from owncloud/update-SabreDAV
Thomas Müller [Tue, 7 Jan 2014 16:04:13 +0000 (08:04 -0800)]
Merge pull request #6642 from owncloud/update-SabreDAV

Update sabre dav to 1.7.9

10 years agoMerge pull request #6663 from owncloud/fix_empty_mimetypes
Thomas Müller [Tue, 7 Jan 2014 15:31:12 +0000 (07:31 -0800)]
Merge pull request #6663 from owncloud/fix_empty_mimetypes

remove duplicate exe mimetype, add correct msi mimetype

10 years agoRemove @ in order to get proper error handling
Thomas Müller [Tue, 7 Jan 2014 15:24:05 +0000 (16:24 +0100)]
Remove @ in order to get proper error handling

10 years agoremove duplicate exe mimetype, add correct msi mimetype
Jörn Friedrich Dreyer [Tue, 7 Jan 2014 14:51:08 +0000 (15:51 +0100)]
remove duplicate exe mimetype, add correct msi mimetype

10 years agowe shall explode on ',' only
Thomas Müller [Tue, 7 Jan 2014 13:53:02 +0000 (14:53 +0100)]
we shall explode on ',' only

10 years agoreuse existing helper function OC_Helper::is_function_enabled
Thomas Müller [Tue, 7 Jan 2014 13:52:18 +0000 (14:52 +0100)]
reuse existing helper function OC_Helper::is_function_enabled

10 years agoMerge pull request #6530 from owncloud/prevent-corruption-on-parallel-upload-master
Thomas Müller [Tue, 7 Jan 2014 11:25:26 +0000 (03:25 -0800)]
Merge pull request #6530 from owncloud/prevent-corruption-on-parallel-upload-master

Adding a random postfix to the part file.

10 years agoin order to work properly with encryption ocTransferId is added to the file path...
Thomas Müller [Tue, 7 Jan 2014 10:53:33 +0000 (11:53 +0100)]
in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 7 Jan 2014 06:56:11 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 6 Jan 2014 06:55:59 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoreference 3rdparty branch with SabreDAV 1.7.9 installed using composer
Thomas Müller [Sun, 5 Jan 2014 20:49:50 +0000 (21:49 +0100)]
reference 3rdparty branch with SabreDAV 1.7.9 installed using composer

10 years agorequire composer's autoload.php if present
Thomas Müller [Sun, 5 Jan 2014 20:49:08 +0000 (21:49 +0100)]
require composer's autoload.php if present

10 years agoMerge pull request #6031 from s0taka/master
Morris Jobke [Sun, 5 Jan 2014 19:52:10 +0000 (11:52 -0800)]
Merge pull request #6031 from s0taka/master

No decimal points for Kilobyte and Byte #5371.

10 years agoMerge pull request #6580 from monreal/master
Thomas Müller [Sun, 5 Jan 2014 12:32:30 +0000 (04:32 -0800)]
Merge pull request #6580 from monreal/master

Silence output of 'which' command used in smbclient detection

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 5 Jan 2014 06:55:53 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 4 Jan 2014 06:55:57 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6610 from owncloud/apcu-clear
icewind1991 [Fri, 3 Jan 2014 13:30:49 +0000 (05:30 -0800)]
Merge pull request #6610 from owncloud/apcu-clear

Fix APCIterator syntax in \OC\Memcache\APCu::clear

10 years agoMerge pull request #6605 from owncloud/free_space_disabled
Thomas Müller [Thu, 2 Jan 2014 16:19:52 +0000 (08:19 -0800)]
Merge pull request #6605 from owncloud/free_space_disabled

Return SPACE_UNKNOWN if disk_free_space is disabled

10 years agoMerge pull request #6609 from owncloud/avatar-test-user
Thomas Müller [Thu, 2 Jan 2014 15:50:29 +0000 (07:50 -0800)]
Merge pull request #6609 from owncloud/avatar-test-user

Make OC_Avatar unit tests independent of currently loggedin user

10 years agoFix APCIterator syntax in \OC\Memcache\APCU::clear
Robin Appelman [Thu, 2 Jan 2014 15:12:56 +0000 (16:12 +0100)]
Fix APCIterator syntax in \OC\Memcache\APCU::clear

see http://www.php.net/manual/en/apciterator.construct.php

10 years agoMake OC_Avatar unit tests independent of currently loggedin user
Robin Appelman [Thu, 2 Jan 2014 15:08:08 +0000 (16:08 +0100)]
Make OC_Avatar unit tests independent of currently loggedin user

10 years agoMerge pull request #6513 from owncloud/user-no-change-displayname
icewind1991 [Thu, 2 Jan 2014 13:04:27 +0000 (05:04 -0800)]
Merge pull request #6513 from owncloud/user-no-change-displayname

Re-add the config options to remove the ability for users to change their displayname

10 years agoReturn SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on...
Robin Appelman [Thu, 2 Jan 2014 12:19:10 +0000 (13:19 +0100)]
Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 2 Jan 2014 06:56:21 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6601 from AdamWill/pimple-include
Thomas Müller [Wed, 1 Jan 2014 23:25:58 +0000 (15:25 -0800)]
Merge pull request #6601 from AdamWill/pimple-include

don't specify path to 3rdparty directory when registering Pimple autoloader

10 years agoMerge pull request #6598 from lolozere/master
Thomas Müller [Wed, 1 Jan 2014 23:25:28 +0000 (15:25 -0800)]
Merge pull request #6598 from lolozere/master

Add support mimetype

10 years agodon't specify path to 3rdparty directory when registering Pimple autoloader
Adam Williamson [Wed, 1 Jan 2014 17:52:19 +0000 (09:52 -0800)]
don't specify path to 3rdparty directory when registering Pimple autoloader

The core 3rdparty directory is in the include_path from lib/base.php anyway, so this is unnecessary, and causes problems for downstream distributors who unbundle Pimple.

10 years agoAdd support mimetype
lolozere [Wed, 1 Jan 2014 13:09:02 +0000 (14:09 +0100)]
Add support mimetype

Add support mimetype for extension .sh, .bash and .sh-lib

10 years agoRevert "Added support for extra backends (see pull request #5043)"
Niklas Sombert [Wed, 1 Jan 2014 12:43:23 +0000 (13:43 +0100)]
Revert "Added support for extra backends (see pull request #5043)"

This reverts commit 2d75914f2a97cbfd34ae7c2ef27f5bd8185b81eb, reversing
changes made to 760fa9ea3005e7df81a1fac54f207dbe7d8ef312.

10 years agoAdded support for extra backends (see pull request #5043)
Niklas Sombert [Wed, 1 Jan 2014 10:53:27 +0000 (11:53 +0100)]
Added support for extra backends (see pull request #5043)

Somebody had forgotten "OC_User::setupBackends();"...

10 years agouse getAppWebPath() in here as well
Thomas Müller [Tue, 31 Dec 2013 14:12:17 +0000 (15:12 +0100)]
use getAppWebPath() in here as well

10 years agonew config parameter 'front_controller_active' which will instruct the url generator...
Thomas Müller [Tue, 31 Dec 2013 13:36:02 +0000 (14:36 +0100)]
new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php

10 years agoavoid conflict with physical file config.js
Thomas Müller [Tue, 31 Dec 2013 13:34:28 +0000 (14:34 +0100)]
avoid conflict with physical file config.js

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 31 Dec 2013 06:55:42 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 30 Dec 2013 06:55:38 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 29 Dec 2013 06:55:36 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 28 Dec 2013 06:55:35 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoSilence output of 'which' command used in smbclient detection
Michael Monreal [Fri, 27 Dec 2013 17:10:47 +0000 (18:10 +0100)]
Silence output of 'which' command used in smbclient detection

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 27 Dec 2013 06:55:35 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 26 Dec 2013 06:55:34 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 Dec 2013 06:55:35 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6520 from owncloud/tests-testcleanuplistener
Thomas Müller [Tue, 24 Dec 2013 22:27:39 +0000 (14:27 -0800)]
Merge pull request #6520 from owncloud/tests-testcleanuplistener

Added test cleanup listener to detect untidy tests

10 years agoMerge pull request #6449 from owncloud/core-appsorderfix
Thomas Müller [Tue, 24 Dec 2013 22:26:11 +0000 (14:26 -0800)]
Merge pull request #6449 from owncloud/core-appsorderfix

Fixed apps loading order

10 years agoMerge pull request #6561 from syncloud/master
Thomas Müller [Tue, 24 Dec 2013 22:25:01 +0000 (14:25 -0800)]
Merge pull request #6561 from syncloud/master

Made admin password field required on client side

10 years agoenable ldap tests
Thomas Müller [Tue, 24 Dec 2013 21:21:50 +0000 (22:21 +0100)]
enable ldap tests

10 years agoMerge pull request #6554 from owncloud/fix_5982
Thomas Müller [Tue, 24 Dec 2013 12:03:20 +0000 (04:03 -0800)]
Merge pull request #6554 from owncloud/fix_5982

fix preview for reshared file

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 24 Dec 2013 06:55:40 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #6460 from owncloud/remove-numRows
Frank Karlitschek [Mon, 23 Dec 2013 11:38:56 +0000 (03:38 -0800)]
Merge pull request #6460 from owncloud/remove-numRows

Remove OC_DB_StatementWrapper::numRows()

10 years agoMade password field required on client side
Vladimir Sapronov [Sun, 22 Dec 2013 22:43:50 +0000 (17:43 -0500)]
Made password field required on client side

Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19

10 years agofix preview for reshared file
Georg Ehrke [Sun, 22 Dec 2013 19:27:38 +0000 (20:27 +0100)]
fix preview for reshared file

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 Dec 2013 06:56:05 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

10 years agoRemove all uses of numRows().
Andreas Fischer [Tue, 17 Dec 2013 00:28:05 +0000 (01:28 +0100)]
Remove all uses of numRows().

10 years agoRemove OC_DB_StatementWrapper::numRows().
Andreas Fischer [Mon, 16 Dec 2013 23:44:35 +0000 (00:44 +0100)]
Remove OC_DB_StatementWrapper::numRows().

Using this method will result in an unneccesary extra SQL query (which also may
return an incorrect result because the underlying table changed in the
meantime).

In general:

If you are performing an UPDATE, DELETE or equivalent query,
OC_DB_StatementWrapper::execute() will already give you the number of
"affected rows" via \Doctrine\DBAL\Driver\Statement::rowCount(). This will
not work for SELECT queries, however.

If you want to know whether a table contains any rows matching your condition,
use "SELECT id FROM ... WHERE ... LIMIT 1".

If you want to know whether a table contains any rows matching your condition
and you also need the data, use "SELECT ... FROM ... WHERE ...", then use
one of the fetch() methods.

If you want to count the number of rows matching your condition, use use
"SELECT COUNT(...) AS number_of_rows FROM ... WHERE ...", then use one of the
fetch() methods.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 21 Dec 2013 06:56:13 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

10 years agoFixed apps loading order
Vincent Petry [Mon, 16 Dec 2013 16:22:44 +0000 (17:22 +0100)]
Fixed apps loading order

On SQLite the app order can be arbitrary and cause strange bugs.
On MySQL, the app order seems to be always alphabetical.

This fix enforces alphabetical order to make sure that all environments
behave the same and to reduce bugs related to app loading order.

Fixes #6442

10 years agoPass config object in testGetHomeNotSupported
Robin Appelman [Fri, 20 Dec 2013 12:57:22 +0000 (13:57 +0100)]
Pass config object in testGetHomeNotSupported

10 years agoAdding a random postfix to the part file.
Thomas Müller [Fri, 20 Dec 2013 12:48:46 +0000 (13:48 +0100)]
Adding a random postfix to the part file.

10 years agoMerge pull request #6262 from nickvergessen/issue/4375
Frank Karlitschek [Fri, 20 Dec 2013 10:27:52 +0000 (02:27 -0800)]
Merge pull request #6262 from nickvergessen/issue/4375

correctly mark app management active

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 20 Dec 2013 06:57:49 +0000 (01:57 -0500)]
[tx-robot] updated from transifex

10 years agoAdded test cleanup listener to detect untidy tests
Vincent Petry [Thu, 19 Dec 2013 19:18:09 +0000 (20:18 +0100)]
Added test cleanup listener to detect untidy tests

After each test suite, detects whether there are stray datafiles, hooks
or proxies, then show a warning and clear them.

10 years agoMerge pull request #6507 from owncloud/enc_fix_getUser
Björn Schießle [Thu, 19 Dec 2013 19:09:41 +0000 (11:09 -0800)]
Merge pull request #6507 from owncloud/enc_fix_getUser

[encryption] fix getUser Helper

10 years agotests added
Bjoern Schiessle [Thu, 19 Dec 2013 10:15:59 +0000 (11:15 +0100)]
tests added

10 years agoMerge pull request #6517 from owncloud/fix_6510
Björn Schießle [Thu, 19 Dec 2013 18:19:09 +0000 (10:19 -0800)]
Merge pull request #6517 from owncloud/fix_6510

[encryption] fix rename of shared files

10 years agocheck if the old owner and the old path is available
Bjoern Schiessle [Thu, 19 Dec 2013 17:40:40 +0000 (18:40 +0100)]
check if the old owner and the old path is available

10 years agoAdded isUserAgent() method to request
Vincent Petry [Thu, 12 Dec 2013 10:32:56 +0000 (11:32 +0100)]
Added isUserAgent() method to request

- added isUserAgent() method to OC_Request which makes it possible to
  test it
- OC_Response::setContentDisposition now uses OC_Request::isUserAgent()

10 years agoMerge pull request #6219 from leo-b/fix_router_deprecation
Andreas Fischer [Thu, 19 Dec 2013 16:38:37 +0000 (17:38 +0100)]
Merge pull request #6219 from leo-b/fix_router_deprecation

Symfonys addCollection() with multiple arguments is deprecated

* leo-b/fix_router_deprecation:
  Symfonys addCollection() with multiple arguments is deprecated, fix deprecation warning

10 years agofix rename of shared files
Bjoern Schiessle [Thu, 19 Dec 2013 16:29:38 +0000 (17:29 +0100)]
fix rename of shared files

10 years agoMerge pull request #6512 from owncloud/master-failingoracletests
Vincent Petry [Thu, 19 Dec 2013 16:22:44 +0000 (08:22 -0800)]
Merge pull request #6512 from owncloud/master-failingoracletests

Removed numRows usage from encryption app

10 years agoEnforce required phpunit version
Vincent Petry [Thu, 19 Dec 2013 15:47:17 +0000 (16:47 +0100)]
Enforce required phpunit version

This will prevent frustration and confusion when unit tests fail because
the wrong phpunit version was used

10 years agoMerge pull request #6495 from owncloud/enc_fseek_fallback
Björn Schießle [Thu, 19 Dec 2013 15:09:07 +0000 (07:09 -0800)]
Merge pull request #6495 from owncloud/enc_fseek_fallback

Added fseek fallback to the encryption app

10 years agowe can also have a path user/cache/...
Bjoern Schiessle [Thu, 19 Dec 2013 09:32:56 +0000 (10:32 +0100)]
we can also have a path user/cache/...