summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/share/file.php
Commit message (Expand)AuthorAgeFilesLines
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-0/+14
* try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
* some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-291-2/+4
* call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-6/+1
* group shares and combine permissionsBjoern Schiessle2014-09-221-1/+1
* make share folder configurableBjoern Schiessle2014-08-181-1/+14
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-10/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* Merge pull request #8499 from owncloud/shareextstoragemountpointfixVincent Petry2014-05-081-4/+6
|\
| * Fix sharing of ext storage mount pointsVincent Petry2014-05-081-4/+6
* | Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-281-65/+80
|\|
| * fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-0/+6
| * fix share api testsBjoern Schiessle2014-04-231-1/+1
| * generate unique target nameBjoern Schiessle2014-04-231-15/+29
| * no exception for the root of the mount point (formerly Shared/), just get the...Bjoern Schiessle2014-04-231-16/+0
| * first steps to remove the shared folder:Bjoern Schiessle2014-04-231-32/+41
* | Fix PHPdoc in apps/files_sharingBart Visscher2014-04-151-0/+3
|/
* adding share owner information to the file listThomas Müller2014-02-201-0/+3
* replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+8
* it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-291-0/+7
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-3/+20
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-3/+20
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-281-2/+12
|\|
| * Style cleanup files_sharingBart Visscher2013-02-211-2/+12
* | Include etag field for folder contentsMichael Gapczynski2013-02-231-0/+1
|/
* Almost fix Shared scanner...Michael Gapczynski2013-01-071-0/+3
* Fix data for shared root folderMichael Gapczynski2012-12-291-5/+17
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-36/+38
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-3/+3
* don't use the complete path but the basename if the file/foder has no extensi...Björn Schießle2012-10-021-1/+1
* Fix the mimetype filter in OC_Share_Backend_FileBart Visscher2012-09-211-2/+4
* Check mimetype filter in file share backendBart Visscher2012-09-211-1/+7
* Fix sharing of single files, target name was not correctBart Visscher2012-09-191-1/+1
* Provide update script for files sharingMichael Gapczynski2012-09-091-1/+1
* Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-071-0/+2
* Implement generateTarget for file sharing backendMichael Gapczynski2012-09-011-3/+19
* Whitespace fixes in appsBart Visscher2012-08-291-2/+2
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-8/+18
* File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-52/+39
* Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
* Lots of refactoring to share APIMichael Gapczynski2012-08-061-7/+11
* Make file actions permissions awareMichael Gapczynski2012-07-251-2/+9
* Include a few CRUDS permissions checks in shared storage, plus a little clean...Michael Gapczynski2012-07-231-12/+12
* Sharing files working using share APIMichael Gapczynski2012-07-101-0/+94