Vincent Petry
|
123bc9921a
|
Merge pull request #6201 from owncloud/backgroundscan-reuse-etag
reuse etags when doing a background scan
|
2013-12-06 10:13:14 -08:00 |
Bart Visscher
|
6aa9daf4e6
|
Users of getFolderContent are mostly interested in the unecrypted file size
|
2013-12-06 15:51:49 +01:00 |
Robin Appelman
|
01ab15a2b0
|
reuse etags when doing a background scan
|
2013-12-05 15:23:34 +01:00 |
Frank Karlitschek
|
8fdbb98899
|
Merge pull request #6168 from owncloud/extstorage-testtestmethod
Added unit test for the test() method of ext storage
|
2013-12-03 11:00:49 -08:00 |
Vincent Petry
|
6cf9844e9c
|
Added unit test for the test() method
This is to make sure that method isn't broken
|
2013-12-03 14:35:53 +01:00 |
Robin Appelman
|
64bfcbee0a
|
check if a directory exists before we try to remove it
|
2013-12-02 22:44:28 +01:00 |
Morris Jobke
|
41a1a32e5a
|
Merge pull request #6099 from owncloud/fix_source_not_found_warnings
make sure that we don't try to access an already deleted files
|
2013-11-28 12:59:24 -08:00 |
Bjoern Schiessle
|
466ed01e5d
|
correctFolder() already resolves the dirname internally
|
2013-11-28 19:25:49 +01:00 |
Bjoern Schiessle
|
eaedda2116
|
make sure that we don't try to access an already deleted files, fixes some file source not found warnings
|
2013-11-28 13:31:08 +01:00 |
Vincent Petry
|
43b1cf7988
|
Redetect mime type whenever extension is renamed
|
2013-11-27 21:34:51 +01:00 |
Thomas Müller
|
a2d4cd87d0
|
Merge pull request #5874 from owncloud/fix-5845
Fix file uploads on Windows with SQL Server
|
2013-11-24 14:15:17 -08:00 |
Vincent Petry
|
c62cce8269
|
Moved default isReadable/isUpdatable impl into Common class
Also adjusted all ext storage backends to not override these when the
default behavior is expected.
|
2013-11-22 18:21:17 +01:00 |
Vincent Petry
|
69e8e7dbd5
|
Now using the "Home" storage detection approach for quota
To find out whether to apply a quota, we now try and detect whether the
storage to wrap is a "Home" storage.
|
2013-11-21 12:17:47 +01:00 |
Robin Appelman
|
a0d570b4cc
|
Change default mimetype detection for storage backends to only use filename
|
2013-11-20 15:25:29 +01:00 |
Morris Jobke
|
4a0d295e4a
|
Merge pull request #5927 from owncloud/quota-excludeextstorage
External storage space is now not counted in total space
|
2013-11-18 14:42:40 -08:00 |
Vincent Petry
|
3e2fd9942b
|
Root size for home storage is now size of "files" subdir
Fixes #4593
|
2013-11-18 18:17:25 +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 |
ringmaster
|
bd3ead0d31
|
Compare dirname() results to DIRECTORY_SEPARATOR, not '/'
|
2013-11-14 09:42:56 -05:00 |
ringmaster
|
ca675d7b08
|
Alias the aggregate columns so SQL Server doesn't combine them.
|
2013-11-14 09:41:55 -05: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 |
Vincent Petry
|
1a65e3a725
|
Now calling parent method when path is not root
|
2013-11-12 16:15:44 +01:00 |
Robin Appelman
|
32a703ab36
|
Do not use -1 as the size for the root folder of the home storage
|
2013-11-12 16:15:43 +01:00 |
Morris Jobke
|
55331479cd
|
Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes
Fixed watcher to also update the owner's folder sizes
|
2013-11-11 06:16:51 -08:00 |
Robin Appelman
|
d6845babd6
|
Add post hooks for filesystem scanner
|
2013-11-07 16:22:29 +01:00 |
Vincent Petry
|
e3868ba118
|
Fixed watcher to also update the owner's folder sizes
Note that the root folder size is mandatory for quota calculation.
|
2013-11-05 13:58:14 +01:00 |
Thomas Müller
|
f91fe8d595
|
Merge pull request #5673 from owncloud/oc6-windows-server-mssql-master
Oc6 windows server mssql master
|
2013-11-05 00:41:11 -08:00 |
Thomas Müller
|
d48ba5a5bf
|
Merge pull request #5540 from owncloud/scanner-enhancments-master
Scanner enhancments master
|
2013-11-04 23:58:42 -08:00 |
Thomas Müller
|
0f266d0f62
|
set log level to DEBUG
|
2013-11-04 12:58:30 +01:00 |
Thomas Mueller
|
e37047b2a0
|
WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311
|
2013-11-02 20:22:12 +01:00 |
Thomas Müller
|
261cd87efa
|
Merge branch 'master' into home-storage
|
2013-10-30 22:11:19 +01:00 |
Robin Appelman
|
c9f3f2874f
|
Merge branch 'master' into update-parent-storage-mtime
Conflicts:
lib/private/files/cache/updater.php
|
2013-10-30 13:41:10 +01:00 |
Bjoern Schiessle
|
e1e4c7c214
|
Merge branch 'master' into fix_file_cache_updater_master
|
2013-10-29 17:47:33 +01:00 |
Bjoern Schiessle
|
0d7d396d80
|
make sure that also the storage etag gets changed
|
2013-10-29 16:30:47 +01:00 |
Bjoern Schiessle
|
a80ac9c492
|
make getUidAndFilename() private
|
2013-10-29 15:10:02 +01:00 |
Bjoern Schiessle
|
fcfac51aa1
|
backport of https://github.com/owncloud/core/pull/5513
|
2013-10-29 15:08:12 +01:00 |
Robin Appelman
|
b3626f34cd
|
Update the parent folders storage_mtime on write and delete to prevent rescans
|
2013-10-29 14:18:57 +01:00 |
Andreas Fischer
|
b3e39dd3d9
|
Map empty mimetypes to octet-stream for Oracle DBMS.
|
2013-10-29 14:18:42 +01:00 |
Andreas Fischer
|
fa6ae81149
|
Return early if fileinfo is there.
|
2013-10-29 13:48:30 +01:00 |
Andreas Fischer
|
68d13210bd
|
Reset mimetype to application/octet-stream on empty reply from file command.
|
2013-10-29 13:29:35 +01:00 |
Robin Appelman
|
0e92a4896d
|
dont use the home storage for non-existing users
|
2013-10-29 13:12:28 +01:00 |
Andreas Fischer
|
a04a01d51f
|
Do not calculate $isWrapped if not needed.
|
2013-10-29 12:54:30 +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 |
Robin Appelman
|
f1e6e80eb1
|
add specialized storage backend for home folders
|
2013-10-29 00:14:23 +01:00 |
Vincent Petry
|
ebcd9ae628
|
Added comment for clarification about fseek() call in quota.php
|
2013-10-25 16:15:01 +02:00 |
Thomas Müller
|
8253994262
|
using array_diff_assoc to detect diffs in values as well
|
2013-10-25 12:40:31 +02:00 |
Thomas Müller
|
f619f59f1c
|
cast storage_mtime to int
|
2013-10-25 12:39:50 +02:00 |
Vincent Petry
|
c8df27de73
|
Fixed quota stream to not wrap read-only fopen calls
|
2013-10-25 12:33:16 +02:00 |
Vincent Petry
|
d8b245490b
|
Fixed quota stream's fseek method
- Added missing return statement
- Added missing support for SEEK_END
- Fixes #5524
|
2013-10-25 12:09:46 +02:00 |
Thomas Müller
|
c5b8963b18
|
log the data arrays
|
2013-10-24 18:13:21 +02:00 |