summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Collapse)AuthorAgeFilesLines
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-292-1/+31
|
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-022-5/+26
|
* Merge pull request #3211 from owncloud/fix-2816Frank Karlitschek2013-05-021-5/+3
|\ | | | | Fix #2816 renaming shared files
| * Fix #2816 renaming shared filesMichael Gapczynski2013-05-011-5/+3
| |
* | Further seperation of mount management logicRobin Appelman2013-04-262-2/+2
|/
* the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-251-1/+1
|
* fix indentionBjörn Schießle2013-03-251-12/+12
|
* skip update if the recipient is the same user as the owner, otherwise we run ↵Björn Schießle2013-03-251-5/+9
| | | | in a infinite loop for group shares
* Fix correctFolders and retrieve the correct storage cacheMichael Gapczynski2013-03-082-17/+17
|
* not only files can be reshared but also foldersBjörn Schießle2013-03-081-1/+1
|
* Fix share hook for updaterMichael Gapczynski2013-03-081-2/+14
|
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-072-10/+32
|\ | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-072-11/+32
| |
* | itemSource parameter should be fileSourceMichael Gapczynski2013-03-071-2/+2
| |
* | Update Shared folders ETags of users with resharesMichael Gapczynski2013-03-061-5/+11
| |
* | Move hook connectors from shared storage to app.php, add post_unshare hookMichael Gapczynski2013-03-051-4/+0
| |
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-051-1/+1
|\| | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php
| * Change remove() $user parameter to optionalMichael Gapczynski2013-03-041-1/+1
| |
* | Fix variable name in Shared_UpdaterMichael Gapczynski2013-03-021-1/+1
| |
* | Update ETag when file is sharedMichael Gapczynski2013-03-022-0/+11
| |
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-285-11/+29
|\| | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| * Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-1/+2
| |\ | | | | | | don't use the number of written bytes as indicator if streamCopy() was successful
| | * return both, count and result if the operation succeeded or failed. Maybe in ↵Björn Schießle2013-02-221-1/+2
| | | | | | | | | | | | some cases it is useful to know how much bytes where copied
| * | Style cleanup files_sharingBart Visscher2013-02-215-10/+27
| |/
* | Fix target path and reuse mtimeMichael Gapczynski2013-02-261-4/+4
| |
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-263-2/+82
| |
* | Fix variableMichael Gapczynski2013-02-231-1/+1
| |
* | Return unknown free space for shared root folder so we can still upload ↵Michael Gapczynski2013-02-231-1/+1
| | | | | | | | partial files
* | Fix WebDAV uploading of partial shared filesMichael Gapczynski2013-02-231-27/+46
| |
* | Include etag field for folder contentsMichael Gapczynski2013-02-231-0/+1
| |
* | Include etags for the root of the shared folderMichael Gapczynski2013-02-191-3/+13
|/
* Proper fix for shared linksMichael Gapczynski2013-02-101-1/+1
|
* Sharing: partailly fix searchByMimeRobin Appelman2013-01-281-27/+28
|
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-1/+1
|
* Implement getETag() in shared storageMichael Gapczynski2013-01-191-1/+8
|
* Return NOT_FOUND in shared cacheMichael Gapczynski2013-01-101-1/+1
|
* Almost fix Shared scanner...Michael Gapczynski2013-01-075-9/+26
|
* Maked Shared_Permissions extend Permissions classMichael Gapczynski2013-01-071-6/+6
|
* Fix mimetypes in shared cacheMichael Gapczynski2013-01-071-1/+8
|
* Don't mount shared storage unless there are shared filesMichael Gapczynski2013-01-031-2/+4
|
* Use the source Scanner for shared storage when the path is specifiedMichael Gapczynski2013-01-011-3/+13
|
* Initialize storageId variable in shared cacheMichael Gapczynski2013-01-011-0/+1
|
* Actually add Shared_WatcherMichael Gapczynski2013-01-011-0/+51
|
* Remove Shared_Scanner and add Shared_Watcher insteadMichael Gapczynski2013-01-012-73/+4
|
* Share: fix cache put functionRobin Appelman2013-01-011-1/+1
|
* Share: small phpdoc fixesRobin Appelman2013-01-011-4/+4
|
* Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-012-0/+16
|
* Fix data for shared root folderMichael Gapczynski2012-12-293-6/+23
|
* Fix retrieving of shared source pathsMichael Gapczynski2012-12-291-13/+28
|
* Fix shared foldersMichael Gapczynski2012-12-281-3/+14
|