| Commit message (Expand) | Author | Age | Files | Lines |
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -0/+14 |
* | try to get path from filesystem | Bjoern Schiessle | 2014-10-10 | 1 | -0/+5 |
* | some small fixed, suggested by scrutinizer | Bjoern Schiessle | 2014-09-29 | 1 | -2/+4 |
* | call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c... | Bjoern Schiessle | 2014-09-25 | 1 | -6/+1 |
* | group shares and combine permissions | Bjoern Schiessle | 2014-09-22 | 1 | -1/+1 |
* | make share folder configurable | Bjoern Schiessle | 2014-08-18 | 1 | -1/+14 |
* | move the mount point up if a share is mounted to a subfolder and the subfolde... | Bjoern Schiessle | 2014-05-21 | 1 | -10/+1 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
* | Merge pull request #8499 from owncloud/shareextstoragemountpointfix | Vincent Petry | 2014-05-08 | 1 | -4/+6 |
|\ |
|
| * | Fix sharing of ext storage mount points | Vincent Petry | 2014-05-08 | 1 | -4/+6 |
* | | Merge branch 'master' into type-hinting-sharing | Bart Visscher | 2014-04-28 | 1 | -65/+80 |
|\| |
|
| * | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 1 | -0/+6 |
| * | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -1/+1 |
| * | generate unique target name | Bjoern Schiessle | 2014-04-23 | 1 | -15/+29 |
| * | no exception for the root of the mount point (formerly Shared/), just get the... | Bjoern Schiessle | 2014-04-23 | 1 | -16/+0 |
| * | first steps to remove the shared folder: | Bjoern Schiessle | 2014-04-23 | 1 | -32/+41 |
* | | Fix PHPdoc in apps/files_sharing | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
|/ |
|
* | adding share owner information to the file list | Thomas Müller | 2014-02-20 | 1 | -0/+3 |
* | replace 'size' with 'unencrypted_size' if encryption is enabled | Bjoern Schiessle | 2014-02-07 | 1 | -1/+8 |
* | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
* | Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 | Michael Gapczynski | 2013-05-29 | 1 | -0/+7 |
* | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-07 | 1 | -3/+20 |
|\ |
|
| * | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -3/+20 |
* | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-02-28 | 1 | -2/+12 |
|\| |
|
| * | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -2/+12 |
* | | Include etag field for folder contents | Michael Gapczynski | 2013-02-23 | 1 | -0/+1 |
|/ |
|
* | Almost fix Shared scanner... | Michael Gapczynski | 2013-01-07 | 1 | -0/+3 |
* | Fix data for shared root folder | Michael Gapczynski | 2012-12-29 | 1 | -5/+17 |
* | Initial support for file sharing with filesystem branch | Michael Gapczynski | 2012-12-15 | 1 | -36/+38 |
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -3/+3 |
* | don't use the complete path but the basename if the file/foder has no extensi... | Björn Schießle | 2012-10-02 | 1 | -1/+1 |
* | Fix the mimetype filter in OC_Share_Backend_File | Bart Visscher | 2012-09-21 | 1 | -2/+4 |
* | Check mimetype filter in file share backend | Bart Visscher | 2012-09-21 | 1 | -1/+7 |
* | Fix sharing of single files, target name was not correct | Bart Visscher | 2012-09-19 | 1 | -1/+1 |
* | Provide update script for files sharing | Michael Gapczynski | 2012-09-09 | 1 | -1/+1 |
* | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 1 | -0/+2 |
* | Implement generateTarget for file sharing backend | Michael Gapczynski | 2012-09-01 | 1 | -3/+19 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
* | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 1 | -8/+18 |
* | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -52/+39 |
* | Remove extra line, caused 'headers already sent' issues | Michael Gapczynski | 2012-08-06 | 1 | -1/+0 |
* | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -7/+11 |
* | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -2/+9 |
* | Include a few CRUDS permissions checks in shared storage, plus a little clean... | Michael Gapczynski | 2012-07-23 | 1 | -12/+12 |
* | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -0/+94 |