aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/share/file.php
Commit message (Expand)AuthorAgeFilesLines
* 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