Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save the permissions in the filecache if it's not saved yet | Robin Appelman | 2014-06-09 | 1 | -12/+12 |
| | |||||
* | Movable storage root can always be moved and deleted | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | use triple equals | Robin Appelman | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 1 | -1/+12 |
| | |||||
* | Add the removing logic for mounts | Robin Appelman | 2014-06-06 | 1 | -5/+9 |
| | |||||
* | Add a system for (re)movable mount points | Robin Appelman | 2014-06-06 | 1 | -22/+19 |
| | |||||
* | Update PHPDoc | Thomas Müller | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Verify that we have a valid storage in View->getPath | Robin Appelman | 2014-06-05 | 1 | -7/+11 |
| | |||||
* | Merge pull request #7878 from owncloud/quota-extstorageswitch | icewind1991 | 2014-06-05 | 1 | -1/+7 |
|\ | | | | | Added switch to count external storage data in quota | ||||
| * | Added experimental switch to count external storage data in quota | Vincent Petry | 2014-06-04 | 1 | -1/+7 |
| | | | | | | | | | | | | | | This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation | ||||
* | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -18/+1 |
|/ | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Merge pull request #3908 from owncloud/storage-folder-copy-rename | icewind1991 | 2014-05-29 | 1 | -1/+1 |
|\ | | | | | Recursive copy and remove for local storage backends | ||||
| * | Fix LocalStorage->unlink to work on folder as expected | Robin Appelman | 2014-05-28 | 1 | -1/+1 |
| | | |||||
* | | # This is a combination of 2 commits. | Thomas Müller | 2014-05-28 | 1 | -3/+18 |
|/ | | | | | | | | | | | | | # 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 | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | More PHPDoc for file functions | Robin McCorkell | 2014-05-13 | 1 | -0/+4 |
| | |||||
* | Fix Scrutinizer errors | Robin McCorkell | 2014-05-13 | 1 | -0/+5 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Fixed getAbsolutePath case when path is "0" | Vincent Petry | 2014-05-13 | 1 | -1/+1 |
| | | | | | Make sure to correctly check for string emptiness when the passed path is "0". | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Deduplicate code | Joas Schilling | 2014-04-29 | 1 | -136/+39 |
| | |||||
* | Correctly emit create/update hooks when a large file is being created/update | Joas Schilling | 2014-04-29 | 1 | -0/+31 |
| | | | | | | after being uploaded in .part files Fix #8131 | ||||
* | Emit a new hook, when a file is being updated only | Joas Schilling | 2014-04-29 | 1 | -1/+31 |
| | | | | | | The write-hook also is triggered for created files Fix #8131 | ||||
* | Merge branch 'master' into share-search-mime | Robin Appelman | 2014-04-25 | 1 | -2/+3 |
|\ | |||||
| * | fix paths of searchByMime results on substorages | Robin Appelman | 2014-04-25 | 1 | -2/+3 |
| | | |||||
* | | Correct the path returned by getFolderContent for substorages | Robin Appelman | 2014-04-25 | 1 | -0/+1 |
|/ | |||||
* | make it possible to move files out of a shared mount point | Bjoern Schiessle | 2014-04-23 | 1 | -4/+4 |
| | |||||
* | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
| | |||||
* | allow user to delete shared files/folders | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
| | |||||
* | user should be able to rename/delete shared files if the owner allowed it | Bjoern Schiessle | 2014-04-23 | 1 | -8/+21 |
| | |||||
* | fixing mkdir code to respect external file systems as well | Thomas Müller | 2014-04-07 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-master | Thomas Müller | 2014-04-07 | 1 | -0/+11 |
|\ | | | | | | | | | Conflicts: apps/files/js/file-upload.js | ||||
| * | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -5/+5 |
| | | |||||
| * | Feature Added : Ability to drag and drop in Chrome | Luke Policinski | 2014-02-19 | 1 | -0/+11 |
| | | |||||
* | | dont scan not existing files in View->getFileInfo | Robin Appelman | 2014-04-04 | 1 | -0/+3 |
| | | |||||
* | | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-03-28 | 1 | -6/+13 |
| | | |||||
* | | Fix check if fileinfo is valid | Robin Appelman | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | Also send explicit cache hooks when calling file_put_contents with a resource | Robin Appelman | 2014-02-28 | 1 | -0/+3 |
| | | |||||
* | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #7279 from owncloud/folderid-reuse | icewind1991 | 2014-02-26 | 1 | -2/+3 |
|\ \ | | | | | | | Reuse the folder id in View->getFolderContents | ||||
| * | | Reuse the folder id in View->getFolderContents | Robin Appelman | 2014-02-19 | 1 | -2/+3 |
| |/ | |||||
* | | Merge pull request #7371 from owncloud/core-storagemovedeleteall | Vincent Petry | 2014-02-25 | 1 | -1/+1 |
|\ \ | | | | | | | Replace deleteAll call with unlink call on rename | ||||
| * | | Replace deleteAll call with unlink call | Vincent Petry | 2014-02-24 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | The method deleteAll() doesn't officially exist on the Storage class as it's not defined on the interface, which means it fails on the Quota storage wrapper and might fail on some external storage classes. Also, this here is the only use case for that one method. | ||||
* / | don't overwrite keys if rename was done by a stream copy | Bjoern Schiessle | 2014-02-24 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -18/+24 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 1 | -2/+5 |
| |\ | |||||
| * | | add Support for passing a FileInfo instance to View->putFileInfo | Robin Appelman | 2014-01-13 | 1 | -1/+4 |
| | | | |||||
| * | | Add a FileInfo class which holds all info of a file and return that from ↵ | Robin Appelman | 2014-01-13 | 1 | -17/+20 |
| | | | | | | | | | | | | getFileInfo, getDirectoryContent and search | ||||
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+7 |
| |/ |/| |