Robin Appelman
|
7c92e2e3ad
|
Update rawlist to work with new fileinfo object
|
2014-02-27 14:04:19 +01:00 |
Lukas Reschke
|
f11658698d
|
Fix path to the mount file
|
2014-02-20 18:53:37 +01:00 |
Lukas Reschke
|
c869e0116b
|
Merge pull request #6999 from kofemann/mount-config
mount: make location of mount.json configurable
|
2014-02-20 15:15:00 +01:00 |
Morris Jobke
|
bcad6e641a
|
Merge pull request #7274 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
|
2014-02-19 11:51:04 +01:00 |
Vincent Petry
|
e517e642be
|
Merge pull request #7257 from owncloud/filelist-fileinfo
use a FileInfo object of the directory when generting the filelist
|
2014-02-19 09:40:11 +01:00 |
Scrutinizer Auto-Fixer
|
adaee6a5a1
|
Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
|
2014-02-19 09:31:54 +01:00 |
Robin Appelman
|
d18b9f6ea4
|
use a FileInfo object of the directory when generting the filelist
|
2014-02-18 15:39:35 +01:00 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
Tigran Mkrtchyan
|
8cc9727520
|
mount: make location of mount.json configurable
do not share users data with config files
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
|
2014-01-29 17:14:23 +01:00 |
Vincent Petry
|
614e4d485c
|
External storage space is now not counted in total space
Added argument to getFileInfo() to disable adding the size of
mountpoints to a directory's size.
Fixes #5924
|
2013-11-18 18:09:01 +01:00 |
Vincent Petry
|
c06d8bb007
|
Fixed normalizePath() to strip out single dot dirs
Now removing "/./" and trailing "/." from the paths when normalizing.
|
2013-11-14 13:15:03 +01:00 |
Vincent Petry
|
34c92f6656
|
Now using HomeStorage for legacy home storage ids
Legacy home storage ids with the format "local://path/to/datadir/user1"
are now also wrapped by the HomeStorage.
|
2013-11-12 18:01:02 +01:00 |
Robin Appelman
|
0e92a4896d
|
dont use the home storage for non-existing users
|
2013-10-29 13:12:28 +01:00 |
Robin Appelman
|
e273c14540
|
use the new home storage backend when no existing local storage backend exists for the user's home
|
2013-10-29 00:26:35 +01:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |