icewind1991
|
d7dde3cfbc
|
Merge pull request #4467 from owncloud/storage-wrapper-quota
Move quota logic from filesystem proxy to storage wrapper
|
2013-08-19 03:38:55 -07:00 |
Robin Appelman
|
d8c71ba734
|
merge master in storage-wrapper-quota
|
2013-08-18 11:34:56 +02:00 |
kondou
|
9e8a6b704d
|
Add _many_ newlines at the end of files
|
2013-08-18 11:06:59 +02:00 |
Robin Appelman
|
8f10c9571f
|
fix quota wrapper reporting negative free_space, breaking user interface
return 0 instead
|
2013-08-16 15:48:45 +02:00 |
Thomas Müller
|
7279a07ca2
|
Merge branch 'master' into mimetype-defaults
Conflicts:
apps/files/ajax/newfile.php
|
2013-08-16 00:13:10 +02:00 |
Robin Appelman
|
f22719b1ee
|
Scanner: correctly pass trough reuse options when doing a recursive scan
|
2013-08-12 15:37:39 +02:00 |
Robin Appelman
|
a0243e03ef
|
use ===
|
2013-08-07 17:17:30 +02:00 |
Robin Appelman
|
9321eceed6
|
add the option to have templates for newly created files
|
2013-08-07 16:53:09 +02:00 |
Robin Appelman
|
fc332acf8a
|
split of mimetype detection code from OC_Helper, adding the option for apps to register additional mimetype mappings
|
2013-08-07 16:38:57 +02:00 |
Thomas Müller
|
464afb5eca
|
use isset to prevent undefined index
|
2013-08-05 13:51:45 +02:00 |
Jörn Friedrich Dreyer
|
eed63ae512
|
Merge pull request #4221 from owncloud/fix-3698
Fix calculating size for empty folders
|
2013-08-01 08:05:19 -07:00 |
Morris Jobke
|
0d69feb12e
|
Merge pull request #4208 from owncloud/scanner-php53
Fix scanner hooks throwing errors
|
2013-08-01 00:05:56 -07:00 |
Thomas Müller
|
f658852276
|
Merge branch 'master' into fixing-testGetById-master
|
2013-07-30 00:37:05 +02:00 |
icewind1991
|
7c6246fa45
|
Merge pull request #4213 from owncloud/scanning-performance
Cache: don't check if the parent exists in the cache if we are already sure it does
|
2013-07-29 13:08:23 -07:00 |
Robin Appelman
|
74c54587ec
|
better variable naming
|
2013-07-29 18:27:19 +02:00 |
Thomas Mueller
|
e2d3225e5a
|
implement a platform independent version of basename
|
2013-07-29 18:24:05 +02:00 |
Robin Appelman
|
dea3472ad7
|
remove unneeded 'use'
|
2013-07-29 17:04:28 +02:00 |
Robin Appelman
|
64774f30ba
|
dont need to explicitly pass by reference
|
2013-07-29 17:03:57 +02:00 |
Michael Gapczynski
|
1faac6108c
|
Use query to calculate folder size
|
2013-07-29 10:22:44 -04:00 |
Michael Gapczynski
|
dd4e33fe6b
|
Fix calculating size for empty folders
|
2013-07-28 16:14:49 -04:00 |
Michael Gapczynski
|
c8e60900fc
|
Move check so the variable will never be undefined
|
2013-07-28 15:32:48 -04:00 |
Robin Appelman
|
e1e7b6a940
|
Cache: don't check if the parent exists in the cache if we are already sure it does
|
2013-07-27 11:36:27 +02:00 |
Robin Appelman
|
59bdba9bac
|
fix scanner hooks, cant use inside closures in php 5.3
|
2013-07-26 15:43:10 +02:00 |
Robin Appelman
|
5209cff371
|
add conveince function to wrap all storages
|
2013-07-25 16:01:05 +02:00 |
Robin Appelman
|
f4b6a8aa08
|
add option to wrap existing mounts
|
2013-07-25 16:00:24 +02:00 |
Robin Appelman
|
4e490b0688
|
fix getPermissionsCache for storage wrapper
|
2013-07-25 15:59:57 +02:00 |
Robin Appelman
|
cd8f0c21ce
|
add quota storage wrapper
|
2013-07-25 00:31:51 +02:00 |
Robin Appelman
|
10d3e63ce5
|
add quota streamwrapper that limits the amount of data that can be written to a stream
|
2013-07-25 00:31:51 +02:00 |
Robin Appelman
|
94560c68ba
|
rename constants
|
2013-07-25 00:29:27 +02:00 |
Robin Appelman
|
2b89b7c880
|
Split scanning logic from ajax file
|
2013-07-19 16:44:47 +02:00 |
Robin Appelman
|
b397df2022
|
add option to get the mountmanager from the filesystem
|
2013-07-19 16:33:00 +02:00 |
Robin Appelman
|
02cdd52fb0
|
Make Cache\Scanner an emitter
|
2013-07-19 16:32:43 +02:00 |
kondou
|
d9c697534d
|
Fix some typos
|
2013-07-16 06:01:26 +02:00 |
Björn Schießle
|
690323092e
|
don't run hooks for .part files
|
2013-07-03 10:11:50 +02:00 |
Björn Schießle
|
04e4d9580f
|
if a part file gets renamed to a real file, that this was the second step of a write operation, hence emit a write signal
|
2013-07-03 10:11:37 +02:00 |
Thomas Müller
|
8beec2015a
|
Merge pull request #3763 from owncloud/recursive-rmdir
Make rmdir recursive for local storage
|
2013-06-30 09:16:32 -07:00 |
Robin Appelman
|
d051d6f925
|
make rmdir recursive for mappellocal storage backend
|
2013-06-30 17:44:49 +02:00 |
Bart Visscher
|
d699ee9845
|
Merge pull request #3635 from owncloud/storage-wrapper
Give apps the option to wrap storage backends
|
2013-06-29 04:00:03 -07:00 |
icewind1991
|
30a403e327
|
Merge pull request #3892 from owncloud/static-streamwrapper
Improvements for the static:// streamwrapper
|
2013-06-28 12:24:33 -07:00 |
Robin Appelman
|
dc0ebe9007
|
fix is_file and is_dir for the static streamwrapper
|
2013-06-28 19:54:16 +02:00 |
Robin Appelman
|
156e72a0c4
|
add option to clear the files in the static streamwrapper
|
2013-06-28 19:41:28 +02:00 |
Robin Appelman
|
a7c70915d5
|
fix storage wrapper namespaces
|
2013-06-28 18:18:12 +02:00 |
Robin Appelman
|
125f9f4221
|
move storage wrappers to their own namespace
|
2013-06-28 15:34:25 +02:00 |
Roman Geber
|
ddb0ff346d
|
Public upload feature
|
2013-06-25 12:24:14 +02:00 |
Robin Appelman
|
ff7e903f82
|
remove deleted files when re-scanning a folder
|
2013-06-20 00:42:34 +02:00 |
icewind1991
|
cb41b88520
|
Merge pull request #3764 from owncloud/scanfolder-existing
Improve re-using existing data in the filescanner
|
2013-06-19 04:30:55 -07:00 |
Jörn Friedrich Dreyer
|
904227a0e4
|
Merge pull request #3661 from owncloud/fixing-windows-server-master
Fixing windows server master
|
2013-06-19 02:42:18 -07:00 |
Robin Appelman
|
2ed0e6e915
|
add tests for reusing existing data in scanner
|
2013-06-17 18:03:57 +02:00 |
Robin Appelman
|
63c898c064
|
Make rmdir recursive for local storage
|
2013-06-17 17:34:09 +02:00 |
Robin Appelman
|
f10a4db889
|
scanner: give more percision about what data is reused during scanning
|
2013-06-14 16:58:14 +02:00 |