Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -445/+0 |
| | |||||
* | A shared storage is never a home storage - fixes #25582 | Thomas Müller | 2016-08-29 | 1 | -0/+10 |
| | |||||
* | Do not error on NotFoundException | Roeland Jago Douma | 2016-08-24 | 1 | -0/+4 |
| | | | | | | | Since this exception can be thrown when a shared file is in the trashbin there is no need to spam the log like crazy. Fixes #938 | ||||
* | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 1 | -0/+4 |
| | |||||
* | handle failed shares | Robin Appelman | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | Lazy init shared storage | Robin Appelman | 2016-08-22 | 1 | -17/+9 |
| | |||||
* | Store the shared propagator instance | Vincent Petry | 2016-08-10 | 1 | -1/+6 |
| | | | | This instead of recreating it for every call. | ||||
* | Group shares with same source and target | Roeland Jago Douma | 2016-08-03 | 1 | -43/+34 |
| | | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging! | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Bring back sharedstorage hooks | Roeland Jago Douma | 2016-06-08 | 1 | -0/+18 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 1 | -2/+2 |
| | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy | ||||
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -20/+0 |
| | |||||
* | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 1 | -11/+0 |
| | |||||
* | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 1 | -381/+82 |
| | |||||
* | move failedstorage to core | Robin Appelman | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | dont break when there is an invalid share | Robin Appelman | 2016-03-11 | 1 | -5/+19 |
| | |||||
* | Fix share mounting recursion | Vincent Petry | 2016-03-08 | 1 | -0/+2 |
| | |||||
* | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -0/+4 |
| | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | Block shares that dont have the correct source permissions | Robin Appelman | 2016-01-29 | 1 | -6/+18 |
| | |||||
* | cleanup shared cache | Robin Appelman | 2016-01-28 | 1 | -9/+16 |
| | |||||
* | handle noopscanner in shared scanner | Robin Appelman | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21615 from owncloud/shared-islocal | Thomas Müller | 2016-01-13 | 1 | -0/+7 |
|\ | | | | | implement isLocal for shared storage | ||||
| * | implement isLocal for shared storage | Robin Appelman | 2016-01-11 | 1 | -0/+7 |
| | | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
|/ | |||||
* | Add reshare permission checks | Vincent Petry | 2015-12-08 | 1 | -1/+1 |
| | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -2/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -9/+7 |
| | | | | this replaces shared etag propagation | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Fix getEtag for roots of shared storages | Robin Appelman | 2015-10-06 | 1 | -3/+0 |
| | |||||
* | only initialize once | Robin Appelman | 2015-09-23 | 1 | -0/+6 |
| | |||||
* | Delay listening to owner changes untill we use a share for that owner | Robin Appelman | 2015-09-23 | 1 | -0/+15 |
| | |||||
* | Delay setting up the filesystem for a share owner untill the share is used | Robin Appelman | 2015-09-03 | 1 | -1/+6 |
| | |||||
* | Prevent shares being added to oc_storages via availability | Robin McCorkell | 2015-08-20 | 1 | -0/+18 |
| | |||||
* | just pass the share instead of searching for it | Robin Appelman | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | only lock the parent folders | Robin Appelman | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-01 | 1 | -0/+16 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+11 |
| | |||||
* | add locking to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+26 |
| | |||||
* | Merge pull request #16440 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-05-19 | 1 | -3/+0 |
|\ | | | | | Scrutinizer Auto-Fixes | ||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -3/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Fix unexisting class and broken doc | Joas Schilling | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -1/+7 |
| | |||||
* | dont go trough the view when renaming/copying on shared storages | Robin Appelman | 2015-05-12 | 1 | -20/+21 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -33/+17 |
| | |||||
* | Merge pull request #13360 from owncloud/cross-storage-move | Morris Jobke | 2015-04-14 | 1 | -0/+34 |
|\ | | | | | Proper copy/move between multiple local storages | ||||
| * | a bit more phpdoc | Robin Appelman | 2015-04-14 | 1 | -0/+6 |
| | |