Florin Peter
|
c245f5a99f
|
added more places where normalization is needed
|
2013-05-25 14:56:00 +02:00 |
Florin Peter
|
946e9ccc0a
|
Merge branch 'master' into fix_for_2377
|
2013-05-24 20:54:13 +02:00 |
Florin Peter
|
736f10039d
|
changed builtin normalizer to \OC_Util::normalizeUnicode
|
2013-05-24 20:36:20 +02:00 |
Thomas Müller
|
4911305887
|
Merge pull request #3416 from owncloud/files_encryption
New files encryption app
|
2013-05-24 02:21:19 -07:00 |
Florin Peter
|
d4b700ef4e
|
revert previous fix and added normalizer to cache class
|
2013-05-23 20:29:46 +02:00 |
Michael Gapczynski
|
30330b4343
|
Merge branch 'master' into move-storages
Conflicts:
tests/lib/files/view.php
|
2013-05-23 10:25:12 -04:00 |
Michael Gapczynski
|
3b6d850e59
|
Switch to calling deleteAll via storage to avoid emitting delete hook
|
2013-05-23 10:23:16 -04:00 |
Florin Peter
|
85e0c78166
|
fix problems with german "Umlaut" in folder name
|
2013-05-23 01:21:36 +02:00 |
Björn Schießle
|
ee53bd1aa3
|
Merge branch 'master' into files_encryption
Conflicts:
lib/files/cache/cache.php
|
2013-05-22 15:29:22 +02:00 |
Jörn Friedrich Dreyer
|
1f1abe595d
|
cleanup codestyle
|
2013-05-22 13:59:08 +02:00 |
Jörn Friedrich Dreyer
|
eceb3c8ed5
|
add debug output
|
2013-05-22 13:59:07 +02:00 |
Roland Hager
|
2ea2abf11e
|
Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users.
|
2013-05-22 08:18:57 +02:00 |
Florin Peter
|
28d72b822d
|
Merge branch 'master' into files_encryption
Conflicts:
lib/files/cache/cache.php
|
2013-05-22 01:26:35 +02:00 |
Robin Appelman
|
81fd1badc3
|
merge master into filecache_mtime
|
2013-05-21 23:35:19 +02:00 |
Jörn Friedrich Dreyer
|
fb4d8ddf0a
|
Merge pull request #3335 from owncloud/prevent-scan-loop
Prevent backgroundScan() from looping
|
2013-05-21 09:15:22 -07:00 |
Michael Gapczynski
|
09ff46eda2
|
Remove user name addition to paths in deleteAll
|
2013-05-20 10:21:55 -04:00 |
Florin Peter
|
31037241e1
|
Merge branch 'master' into files_encryption
|
2013-05-20 02:25:56 +02:00 |
Florin Peter
|
58a8d67a9b
|
fix for webdav because initMounts() is triggered twice so we lost the root path
|
2013-05-20 01:57:16 +02:00 |
Florin Peter
|
b3b6738d59
|
Revert "fix for webdav and wrong reference for findByStorageId"
This reverts commit 079f918d5c .
|
2013-05-20 01:47:35 +02:00 |
Florin Peter
|
079f918d5c
|
fix for webdav and wrong reference for findByStorageId
|
2013-05-19 22:30:03 +02:00 |
Michael Gapczynski
|
fc5bce1f76
|
Fix undefined variable for copying empty folders
|
2013-05-19 15:04:41 -04:00 |
Michael Gapczynski
|
41e2d64c86
|
Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem
|
2013-05-19 14:15:49 -04:00 |
Thomas Mueller
|
5dcec346e5
|
Merge branch 'master' into fix-3353
|
2013-05-15 23:43:46 +02:00 |
Florin Peter
|
c50bf3e3c5
|
fix for losing mount point "/"
|
2013-05-15 20:09:02 +02:00 |
Michael Gapczynski
|
d91161186b
|
Fix finding mount in background watcher, fixes #3353
|
2013-05-15 09:33:38 -04:00 |
Florin Peter
|
807740a07a
|
fix for losing mount point "/"
|
2013-05-15 10:19:38 +02:00 |
Florin Peter
|
226aec8d56
|
Merge branch 'master' into files_encryption
|
2013-05-15 03:22:06 +02:00 |
Michael Gapczynski
|
71eed76dbe
|
Prevent backgroundScan() from looping if opendir() is failing for the same path
|
2013-05-13 11:17:08 -04:00 |
infoneo
|
be4eef682a
|
Fixed problems with a dots in a filenames
|
2013-05-12 15:22:57 +03:00 |
infoneo
|
8f19c5ecab
|
Dots in a filenames fix
|
2013-05-12 01:47:48 +02:00 |
Jörn Friedrich Dreyer
|
9134395b43
|
don't emit rename hooks on partial file renames
|
2013-05-10 12:01:50 +02:00 |
Jörn Friedrich Dreyer
|
c3b0d3d38c
|
rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted
|
2013-05-10 12:00:13 +02:00 |
Björn Schießle
|
2e81efc37e
|
don't call correctFolder() in touchHook, it will be called later in the writeUpdate()
|
2013-05-08 23:00:24 +02:00 |
Björn Schießle
|
0e30e68b22
|
update etag for for the touched file
|
2013-05-08 23:00:03 +02:00 |
Robin Appelman
|
d97ef0805b
|
Add mechanism to allow apps to wraper storage classes
|
2013-05-08 22:35:10 +02:00 |
Robin Appelman
|
ba9db19640
|
Add wrapper storage backend
|
2013-05-08 16:53:05 +02:00 |
icewind1991
|
5b61c5d478
|
Merge pull request #3044 from owncloud/backgroundwatcher
Add a background job to watch for external filesystem changes
|
2013-05-07 10:00:00 -07:00 |
Michael Gapczynski
|
349a533f66
|
Merge pull request #3025 from owncloud/move-file
Cache: only look for child entires when doing a move operation when moving a folder
|
2013-05-07 07:52:57 -07:00 |
Michael Gapczynski
|
7039421efc
|
Fix retrieving of mount points for shared storage, fix #3218
|
2013-05-02 17:47:11 -04:00 |
Florin Peter
|
f55aaad858
|
fix for infinite loop causing on files_encryption branch when testing "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent
|
2013-04-29 15:43:48 +02:00 |
Robin Appelman
|
8a838e0e03
|
Code style
|
2013-04-26 17:30:55 +02:00 |
Robin Appelman
|
809b5f81f6
|
Further seperation of mount management logic
|
2013-04-26 00:01:36 +02:00 |
Robin Appelman
|
bcd9a69033
|
Cache: seperate handing of numeric storage id's to it's own class
|
2013-04-26 00:00:18 +02:00 |
Florin Peter
|
672d177f10
|
added post rename proxy
|
2013-04-25 22:43:15 +02:00 |
icewind1991
|
80e91e1ac6
|
Merge pull request #3132 from owncloud/mount-setupfs
Make sure the filesystem is initialized when searching for mounts
|
2013-04-25 08:07:07 -07:00 |
Robin Appelman
|
cea56df59e
|
Have the filecache updater testcase clean the filesystem properly
|
2013-04-25 16:56:48 +02:00 |
Robin Appelman
|
31d7f4df2a
|
Make sure the filesystem is initialized when searching for mounts
|
2013-04-25 16:11:48 +02:00 |
Florin Peter
|
fac288a4ad
|
added unencrypted file size to file cache
improved file size calculation and speeds
|
2013-04-25 15:20:06 +02:00 |
Lukas Reschke
|
632221bed0
|
Correct the parameter description
Thanks @kabum
|
2013-04-25 14:27:08 +03:00 |
Lukas Reschke
|
2d4af5dfca
|
Correct function description
$password is not supported
|
2013-04-25 14:20:32 +03:00 |
Florin Peter
|
25ff32db6b
|
Added post proxy for getFileInfo.
This is needed for WebDAV and FileSize
@samtuke and @schiesbn you guys know a better solution?
|
2013-04-23 22:20:31 +02:00 |
Robin Appelman
|
3c90625ef1
|
Files: also check if the source path is valid when doing a rename or copy operation
|
2013-04-22 21:23:12 +02:00 |
Robin Appelman
|
eed5e9f804
|
Cache: check one folder and one file each time the backgroundwatcher runs
Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker
|
2013-04-20 16:57:53 +02:00 |
Robin Appelman
|
15dae6198f
|
Cache: add a backgroundjob to check for external changes to the filesystem
|
2013-04-20 16:38:03 +02:00 |
Robin Appelman
|
10be42f5b7
|
Cache: only look for child entires when doing a move operation when moving a folder
|
2013-04-19 15:06:48 +02:00 |
Jörn Friedrich Dreyer
|
606b672a3d
|
always connect file cache updater hooks first
|
2013-04-16 13:07:55 +02:00 |
Arthur Schiwon
|
2fa34d6772
|
Make FileCache upgrade more robust, fixes #2650
|
2013-04-15 11:56:30 +02:00 |
Michael Gapczynski
|
9ead7c4776
|
Don't unlink old renamed file if stream copy failed
|
2013-04-13 15:04:46 -04:00 |
Michael Gapczynski
|
4f6f6456aa
|
Check if operation worked before sending post hooks, fixes #2484
|
2013-04-13 15:02:47 -04:00 |
Arthur Schiwon
|
e3b733f23d
|
allow Storages to join MountPoint initialization
|
2013-04-13 00:33:21 +02:00 |
Jörn Friedrich Dreyer
|
121c8bd303
|
Merge pull request #2747 from owncloud/cache-contructed-cache-objects
Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Com...
|
2013-04-10 08:09:09 -07:00 |
Robin Appelman
|
258ad38fd3
|
Fix touch for creating new files
|
2013-04-10 13:48:24 +02:00 |
Bernhard Posselt
|
352af6005f
|
Merge pull request #2801 from OpenLarry/patch-1
fixes #2679 - 5.0.3 Renaming -> Nothing happens
|
2013-04-09 03:40:40 -07:00 |
Bernhard Posselt
|
8cd4cadb22
|
Merge pull request #2799 from owncloud/add-mimetype-filter-to-getdirectorycontent
Add mimetype filter to getDirectoryContent function
|
2013-04-09 02:25:40 -07:00 |
OpenLarry
|
49313b334a
|
fixes #2679
|
2013-04-09 00:26:16 +03:00 |
Bart Visscher
|
a07a8794b8
|
Add mimetype filter to getDirectoryContent function
|
2013-04-08 22:40:03 +02:00 |
Thomas Mueller
|
d069ee8a8b
|
fixes #2792 - only touch if writable
|
2013-04-08 22:22:49 +02:00 |
Bart Visscher
|
50fb13c861
|
Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common
|
2013-04-05 17:20:08 +02:00 |
Arthur Schiwon
|
e75406e712
|
PostreSQL compatibility, fixes #2666
|
2013-04-03 23:56:59 +02:00 |
Jörn Friedrich Dreyer
|
aa103bd5b3
|
supress write hook for .part files
|
2013-03-28 12:15:27 +01:00 |
Jörn Friedrich Dreyer
|
4a70315ad1
|
ignore files in scanFile instead of scan to catch all occurences.
|
2013-03-28 12:15:27 +01:00 |
Arthur Schiwon
|
78c694b6ee
|
Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy
|
2013-03-27 19:20:08 +01:00 |
Arthur Schiwon
|
3d29a82150
|
Cache: Do not overwrite ETag when file did not change
|
2013-03-27 19:19:40 +01:00 |
Arthur Schiwon
|
2a2d409733
|
Only prepare an SQL statement once.
|
2013-03-27 19:19:16 +01:00 |
Arthur Schiwon
|
1d676fb0e6
|
Add PHPDoc
|
2013-03-27 19:18:58 +01:00 |
Arthur Schiwon
|
d9e07ca60a
|
Adjust to Icewind's fix
|
2013-03-27 19:18:34 +01:00 |
Robin Appelman
|
1a874b9106
|
Cache: fix property path for getting legacy etag
|
2013-03-27 19:18:13 +01:00 |
Robin Appelman
|
19c7d9c3dc
|
Port Icewind's fix I
|
2013-03-27 19:17:49 +01:00 |
Arthur Schiwon
|
5fc276602a
|
Change LIMIT in DB query respectively remove where not necessary
|
2013-03-27 19:13:14 +01:00 |
Arthur Schiwon
|
e2afd0cb42
|
Upgrade FileCache on ownCloud upgrade for all users with files
|
2013-03-27 19:12:28 +01:00 |
Arthur Schiwon
|
9d25058905
|
Performance: prepare queries only once
|
2013-03-27 19:12:04 +01:00 |
Arthur Schiwon
|
7839ec5093
|
Fix lost ETag on Cache Upgrade
|
2013-03-27 19:11:35 +01:00 |
Björn Schießle
|
d16dd1ad2a
|
listen to touch hook to update the mtime after sync
|
2013-03-26 09:42:55 +01:00 |
Robin Appelman
|
0e55b61169
|
Improve phpdoc for the filecache
|
2013-03-24 02:06:50 +01:00 |
Bernhard Posselt
|
bbeb657c03
|
Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master
Fixing file mapper ext master
|
2013-03-23 05:34:25 -07:00 |
Robin Appelman
|
6326a3a9f7
|
Some improvements for the Storage phpdoc
|
2013-03-23 00:10:30 +01:00 |
Robin Appelman
|
e5f8acf4c0
|
Add phpdoc documentation to the Storage interface
|
2013-03-21 13:11:52 +01:00 |
Thomas Mueller
|
268d4a525d
|
some more test cases & fix on file name generation with index
|
2013-03-19 16:57:54 +01:00 |
Thomas Mueller
|
0fff3c9698
|
adding extension to slugified physical path
|
2013-03-19 16:53:37 +01:00 |
Jörn Friedrich Dreyer
|
39665cfa6b
|
fix npe when createStorage() returns null
|
2013-03-19 15:02:29 +01:00 |
Bernhard Posselt
|
5b1f857907
|
Merge pull request #2363 from owncloud/uploadsize
Improve behaviour when max upload size is unknown
|
2013-03-18 08:18:27 -07:00 |
Frank Karlitschek
|
7f1ff3e9e1
|
Merge pull request #2204 from owncloud/chache_updater_rename
Cache: better rename hook for cache updater
|
2013-03-17 05:03:18 -07:00 |
Bernhard Posselt
|
a3db54f9b0
|
Merge pull request #2383 from owncloud/error-handling-upgrade
Add error handling to the file cache upgrade
|
2013-03-16 12:17:31 -07:00 |
Michael Gapczynski
|
c69dc3483a
|
Add error handling to the file cache upgrade
|
2013-03-16 14:28:42 -04:00 |
Robin Appelman
|
32b8fd8fb7
|
Improve handeling of unlimited max upload size
|
2013-03-15 16:31:35 +01:00 |
Andreas Schönebeck
|
387be37427
|
Filter display of blacklisted files
Blacklisted files like ".htaccess" and ".git" should not only be
blacklisted for upload and rename, but they should also not be displayed
in the directory listings.
I needed this personally to hide ".git" folders in shared folders. Its
also a simple implementation of feature requests like
http://forum.owncloud.org/viewtopic.php?f=4&t=3279 and
http://forum.owncloud.org/viewtopic.php?f=3&t=5708
|
2013-03-15 12:11:42 +01:00 |
Robin Appelman
|
ed83597371
|
Return unknown freespace if the free_space call failed
Fixes #2312
|
2013-03-14 17:00:30 +01:00 |
Björn Schießle
|
abe408e934
|
replace \MDB with \OC_DB, approved in #2278
|
2013-03-14 14:59:12 +01:00 |
Thomas Müller
|
2e9d641337
|
Merge pull request #2254 from owncloud/fixing-mssql-utf8-and-insert-empty-string-master
Fixing mssql utf8 and insert empty string master
|
2013-03-12 11:52:40 -07:00 |
Thomas Mueller
|
9d4d399aa3
|
write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-(
|
2013-03-12 15:39:29 +01:00 |