Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Split getFolderContentById | Robin Appelman | 2014-02-21 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch 'master' into folderid-reuse | Robin Appelman | 2014-02-21 | 2 | -15/+33 | |
|\| | ||||||
| * | Merge pull request #7274 from owncloud/scrutinizer-patch-1 | Morris Jobke | 2014-02-19 | 1 | -2/+0 | |
| |\ | | | | | | | Scrutinizer Auto-Fixes | |||||
| | * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Merge pull request #7260 from owncloud/watcher-policy | icewind1991 | 2014-02-19 | 1 | -13/+33 | |
| |\ \ | | |/ | |/| | Allow setting the frequency of which the file watcher checks for updates | |||||
| | * | Allow setting the frequency of which the file watcher checks for updates | Robin Appelman | 2014-02-18 | 1 | -13/+33 | |
| | | | ||||||
* | | | Reuse the folder id in View->getFolderContents | Robin Appelman | 2014-02-19 | 1 | -2/+5 | |
|/ / | ||||||
* | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+19 | |
|\| | | | | | | | | | Conflicts: lib/private/appconfig.php | |||||
| * | Also clean up the filecache table when deleting a storage entry | Robin Appelman | 2014-02-03 | 1 | -0/+6 | |
| | | ||||||
| * | Also remove the user's home storage from the storage table when deleting a user | Robin Appelman | 2014-01-21 | 1 | -0/+13 | |
| | | ||||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 6 | -3/+18 | |
|/ | ||||||
* | Reuse the data retrieved from the cache in checkUpdate | Robin Appelman | 2014-01-20 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #6768 from owncloud/scanner-use-storage-mtime | Vincent Petry | 2014-01-15 | 1 | -1/+1 | |
|\ | | | | | Use storage_mtime when determining if we can reuse cached data while scanning | |||||
| * | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-09 | 1 | -5/+17 | |
|/ | | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available. | |||||
* | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-07 | 1 | -1/+1 | |
| | | | | Fixes #6526 | |||||
* | Merge pull request #6201 from owncloud/backgroundscan-reuse-etag | Vincent Petry | 2013-12-06 | 1 | -1/+1 | |
|\ | | | | | reuse etags when doing a background scan | |||||
| * | reuse etags when doing a background scan | Robin Appelman | 2013-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | Users of getFolderContent are mostly interested in the unecrypted file size | Bart Visscher | 2013-12-06 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #6099 from owncloud/fix_source_not_found_warnings | Morris Jobke | 2013-11-28 | 1 | -1/+5 | |
|\ | | | | | make sure that we don't try to access an already deleted files | |||||
| * | correctFolder() already resolves the dirname internally | Bjoern Schiessle | 2013-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | make sure that we don't try to access an already deleted files, fixes some ↵ | Bjoern Schiessle | 2013-11-28 | 1 | -2/+6 | |
| | | | | | | | | file source not found warnings | |||||
* | | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #5874 from owncloud/fix-5845 | Thomas Müller | 2013-11-24 | 2 | -2/+2 | |
|\ | | | | | Fix file uploads on Windows with SQL Server | |||||
| * | Compare dirname() results to DIRECTORY_SEPARATOR, not '/' | ringmaster | 2013-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Alias the aggregate columns so SQL Server doesn't combine them. | ringmaster | 2013-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Root size for home storage is now size of "files" subdir | Vincent Petry | 2013-11-18 | 1 | -0/+13 | |
|/ | | | | Fixes #4593 | |||||
* | Now calling parent method when path is not root | Vincent Petry | 2013-11-12 | 1 | -16/+8 | |
| | ||||||
* | Do not use -1 as the size for the root folder of the home storage | Robin Appelman | 2013-11-12 | 1 | -0/+48 | |
| | ||||||
* | Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes | Morris Jobke | 2013-11-11 | 1 | -3/+6 | |
|\ | | | | | Fixed watcher to also update the owner's folder sizes | |||||
| * | Fixed watcher to also update the owner's folder sizes | Vincent Petry | 2013-11-05 | 1 | -3/+6 | |
| | | | | | | | | Note that the root folder size is mandatory for quota calculation. | |||||
* | | Add post hooks for filesystem scanner | Robin Appelman | 2013-11-07 | 1 | -0/+5 | |
|/ | ||||||
* | Merge pull request #5540 from owncloud/scanner-enhancments-master | Thomas Müller | 2013-11-04 | 2 | -3/+17 | |
|\ | | | | | Scanner enhancments master | |||||
| * | set log level to DEBUG | Thomas Müller | 2013-11-04 | 1 | -2/+4 | |
| | | ||||||
| * | using array_diff_assoc to detect diffs in values as well | Thomas Müller | 2013-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | cast storage_mtime to int | Thomas Müller | 2013-10-25 | 1 | -0/+1 | |
| | | ||||||
| * | log the data arrays | Thomas Müller | 2013-10-24 | 1 | -1/+3 | |
| | | ||||||
| * | some logging added .... | Thomas Müller | 2013-10-24 | 1 | -2/+11 | |
| | | ||||||
* | | Merge branch 'master' into home-storage | Thomas Müller | 2013-10-30 | 2 | -12/+63 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 2 | -12/+43 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | |||||
| | * \ | Merge branch 'master' into fix_file_cache_updater_master | Bjoern Schiessle | 2013-10-29 | 1 | -0/+4 | |
| | |\ \ | ||||||
| | | * | | Map empty mimetypes to octet-stream for Oracle DBMS. | Andreas Fischer | 2013-10-29 | 1 | -0/+4 | |
| | | |/ | ||||||
| | * | | make sure that also the storage etag gets changed | Bjoern Schiessle | 2013-10-29 | 1 | -4/+7 | |
| | | | | ||||||
| | * | | make getUidAndFilename() private | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | backport of https://github.com/owncloud/core/pull/5513 | Bjoern Schiessle | 2013-10-29 | 1 | -12/+36 | |
| | |/ | ||||||
| * / | Update the parent folders storage_mtime on write and delete to prevent rescans | Robin Appelman | 2013-10-29 | 1 | -1/+21 | |
| |/ | ||||||
* / | use the new home storage backend when no existing local storage backend ↵ | Robin Appelman | 2013-10-29 | 1 | -1/+14 | |
|/ | | | | exists for the user's home | |||||
* | Catch duplicate insertion errors while scanning files | Vincent Petry | 2013-10-23 | 2 | -14/+38 | |
| | | | | | | | | | | | | | | | | When two scanning processed run at the same time, for example when scan.php and list.php were called at the same time on an external storage mountpoint, duplicate insertion errors can occurs. These errors are now logged and ignored. Since both scans are running in parallel transactions, they don't see each other's changes directly in the DB which can cause duplicate insertion errors for mime types as well, but those mime types can't be selected yet. The solution to this is to force-reload the mimetypes list after the transaction is finished. Fixes #5199 | |||||
* | Check result only once | Victor Dubiniuk | 2013-10-04 | 1 | -3/+5 | |
| | ||||||
* | Make mimetypes static. Jenkis will be happy | Victor Dubiniuk | 2013-10-04 | 1 | -11/+11 | |
| |