Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into remove-user-storage-entry | Robin Appelman | 2014-02-10 | 1 | -1/+2 |
|\ | |||||
| * | close statement in MimeType detection is executed [#7069] | Jens-Christian Fischer | 2014-02-04 | 1 | -1/+2 |
| | | | | | | | | | | close statement was never executed due to it being after a return statement. | ||||
* | | 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 |
|/ | |||||
* | Reuse the data retrieved from the cache in checkUpdate | Robin Appelman | 2014-01-20 | 2 | -4/+7 |
| | |||||
* | Fixed quota wrapper to not wrap failed fopen streams | Vincent Petry | 2014-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832 | ||||
* | 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. | ||||
* | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 1 | -0/+13 |
| | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well. | ||||
* | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-07 | 1 | -1/+1 |
| | | | | Fixes #6526 | ||||
* | Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free ↵ | Robin Appelman | 2014-01-02 | 1 | -1/+1 |
| | | | | space on a local storage | ||||
* | 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 #6168 from owncloud/extstorage-testtestmethod | Frank Karlitschek | 2013-12-03 | 1 | -0/+8 |
|\ | | | | | Added unit test for the test() method of ext storage | ||||
| * | Added unit test for the test() method | Vincent Petry | 2013-12-03 | 1 | -0/+8 |
| | | | | | | | | This is to make sure that method isn't broken | ||||
* | | check if a directory exists before we try to remove it | Robin Appelman | 2013-12-02 | 1 | -2/+6 |
|/ | |||||
* | 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 |
| | | |||||
* | | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -0/+13 |
| | | | | | | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
* | | Now using the "Home" storage detection approach for quota | Vincent Petry | 2013-11-21 | 1 | -0/+17 |
| | | | | | | | | | | To find out whether to apply a quota, we now try and detect whether the storage to wrap is a "Home" storage. | ||||
* | | Change default mimetype detection for storage backends to only use filename | Robin Appelman | 2013-11-20 | 4 | -37/+7 |
| | | |||||
* | | Merge pull request #5927 from owncloud/quota-excludeextstorage | Morris Jobke | 2013-11-18 | 2 | -4/+8 |
|\ \ | | | | | | | External storage space is now not counted in total space | ||||
| * | | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924 | ||||
* | | | Root size for home storage is now size of "files" subdir | Vincent Petry | 2013-11-18 | 1 | -0/+13 |
|/ / | | | | | | | Fixes #4593 | ||||
* / | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-14 | 1 | -3/+17 |
|/ | | | | Now removing "/./" and trailing "/." from the paths when normalizing. | ||||
* | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 2 | -4/+24 |
| | | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage. | ||||
* | 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 | 3 | -5/+60 |
| | |||||
* | 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 #5673 from owncloud/oc6-windows-server-mssql-master | Thomas Müller | 2013-11-05 | 1 | -4/+3 |
|\ \ | |/ |/| | Oc6 windows server mssql master | ||||
| * | WIN: fixing Fatal error: Call to a member function logicToPhysical() on a ↵ | Thomas Mueller | 2013-11-02 | 1 | -4/+3 |
| | | | | | | | | non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311 | ||||
* | | 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 | 3 | -14/+69 |
|\ \ | |||||
| * \ | Merge branch 'master' into update-parent-storage-mtime | Robin Appelman | 2013-10-30 | 3 | -14/+49 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/private/files/cache/updater.php | ||||
| | * \ | Merge branch 'master' into fix_file_cache_updater_master | Bjoern Schiessle | 2013-10-29 | 2 | -2/+10 |
| | |\ \ | |||||
| | | * | | Map empty mimetypes to octet-stream for Oracle DBMS. | Andreas Fischer | 2013-10-29 | 1 | -0/+4 |
| | | | | |