Thomas Müller
999f6216dc
- fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables
12 years ago
ringmaster
19f0c47842
Missed one.
12 years ago
ringmaster
16ae63bdfd
Updates per comments on PR:
* Use "filesystem_cache_readonly" config setting, update comment in config.sample
* Use $this->cacheActive to cache config setting
* Add public Scanner::setCacheActive() to set $cacheActive programmatically
12 years ago
Andreas Fischer
2929d19c7f
Document exceptions thrown by \OC\LargeFileHelper.
12 years ago
Andreas Fischer
ea246d058e
Use "file size" instead of "filesize", then also apply camel case.
12 years ago
Andreas Fischer
0417e52134
Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.
12 years ago
Andreas Fischer
fb4556033a
Cast '{DAV:}getcontentlength' to number instead of int.
12 years ago
Andreas Fischer
0bae68017e
Cast to number instead of integer in OC\Files\Cache\HomeCache
12 years ago
Andreas Fischer
a34aa1959a
Cast to number instead of integer in OC\Files\Cache\Cache
12 years ago
Andreas Fischer
a9b28323dd
Add LargeFileHelper::__construct() verifying that our assumptions hold.
12 years ago
Andreas Fischer
2c36a4b07a
Add helper method for turning int|float into base-10 unsigned integer string.
12 years ago
Andreas Fischer
fb7ec2bb22
Only call $this->filesize() for files.
12 years ago
Andreas Fischer
df29eec72b
Windows exec() implementation.
12 years ago
Andreas Fischer
626e87aa54
Output validation for exec() method.
12 years ago
Andreas Fischer
c8fa1fd687
Refactor Large File handling code.
12 years ago
Andreas Fischer
3f8f8027d2
Cast to numeric instead of float, i.e. use an integer if possible.
12 years ago
Andreas Fischer
6195f13bda
Use CURL to get filesize on 32bit systems.
12 years ago
Robin Appelman
998fa2d9be
Pass any methods custom to specific storage implementations to the wrapped storage
12 years ago
Robin Appelman
0ae7a49c8e
Fix storage wrapper being called with null
12 years ago
Robin Appelman
99d46af0b4
Use instanceOfStorage instead of instanceof
12 years ago
Robin Appelman
8c5521fdfc
Add $storage->instanceOfStorage to handle instanceof for storage wrappers
12 years ago
ringmaster
f79948f519
Prevent apps from affecting the scanner via hook.
12 years ago
Robin Appelman
467e9c2bb0
Remove code duplication
12 years ago
Robin Appelman
af35b6ad9d
Fix LocalStorage->unlink to work on folder as expected
12 years ago
Robin Appelman
8187164fe1
re-use rescursive copy from common storage
13 years ago
Robin Appelman
488fc402e4
remove unneeded check
13 years ago
Robin Appelman
d15ed9b4d3
use \OC\Files\Filesystem::isIgnoredDir
13 years ago
Robin Appelman
ea44f0e20f
fix recursive copy and rename for common storage backend
13 years ago
Robin Appelman
c3c9612c99
fix recursive copy and rename for mapped local storage backend
13 years ago
Robin Appelman
03ba497a8c
add recursive copy to local storage backend
13 years ago
Robin Appelman
38c1da0976
fix recursive rename for local storage backend
13 years ago
Robin Appelman
e83b41493f
remove unneeded delTree
13 years ago
Thomas Müller
a2e4bc8d33
# This is a combination of 2 commits.
# The first commit's message is:
adding tests for long paths
increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096)
increment version to trigger database migration
adding unit test for too long path
# This is the 2nd commit message:
fix too long path
12 years ago
ringmaster
3d1ba574e4
Change visibility of scanner internals
so that descendant classes can access them.
12 years ago
Bernhard Posselt
5e9ea2b365
fix 8757, get rid of service locator antipattern
12 years ago
Volkan Gezer
c100da33bb
upgraded phpmailer into v5.2.8 via composer
12 years ago
ringmaster
26d169b27c
Use 'filesystem_check_enable' as a config option.
12 years ago
ringmaster
3b287f8274
Allow the default behavior to come from the config.
12 years ago
ringmaster
fdf26c5a3f
Rename variable to something more appropriate.
12 years ago
ringmaster
645e7035a4
Allow apps to control via a hook to skip adding/removing a file during filescan
12 years ago
Vincent Petry
02f682b156
Now showing disabled apps as upgrade status line
- Added app id in update overview.
- Added status message for disabled app for CLI upgrade and web upgrade
12 years ago
Vincent Petry
d43a7c5f6e
Added requiremin/requiremax fields for apps
Apps can now specify a minimum and maximum version of ownCloud in which
they are supported.
12 years ago
Arthur Schiwon
4a4ea67a31
drop superflous statement in phpdoc
12 years ago
Arthur Schiwon
748a219243
add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook
12 years ago
Robin Appelman
be8326668a
Make the recursive delete more robust
12 years ago
Robin Appelman
151c48494e
Add a config option fro setting the filesystem watcher policy
12 years ago
Arthur Schiwon
2e85d5a852
increase scrutinizer happyiness by removing minor/informational issues
12 years ago
Robin Appelman
ff1f341d97
Fix phpdoc
12 years ago
Bjoern Schiessle
12338e0ef0
allow admin to disable sharing for specific groups of users
12 years ago
Arthur Schiwon
2c89962919
clean up tryRememberLogin and save the timestamp of users last login
12 years ago