Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Robin McCorkell
|
b5bc37d2e4
|
Fix @return array PHPDocs, in /lib
|
2014-05-13 19:08:14 +01:00 |
Thomas Müller
|
1ae10b9da3
|
Merge pull request #7420 from owncloud/cachehooks-first
Manually triger the filecache update hooks before any other hook
|
2014-03-25 22:41:09 +01:00 |
Robin Appelman
|
c87658feda
|
Fix updater when getFileInfo fails
|
2014-03-03 12:56:08 +01:00 |
Robin Appelman
|
da386aad59
|
Allow re-using already known fileinfo when calculating folder sizes
|
2014-02-28 14:23:07 +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 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +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 |
ringmaster
|
bd3ead0d31
|
Compare dirname() results to DIRECTORY_SEPARATOR, not '/'
|
2013-11-14 09:42:56 -05: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
|
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 |
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 |