aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix shared statuses inside foldersMichael Gapczynski2012-12-261-2/+2
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-156-153/+468
* merge master into filesystemRobin Appelman2012-11-153-8/+8
|\
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-113-8/+8
* | merge master into filesystemRobin Appelman2012-11-041-1/+1
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
* | merge master into filesystemRobin Appelman2012-10-231-0/+8
|\|
| * Merge pull request #12 from scambra/fixesicewind19912012-10-231-0/+8
| |\
| | * check free space using folder's ownerscambra2012-09-191-0/+8
* | | some namespaces fixed for the shared backendRobin Appelman2012-10-211-18/+7
* | | drop filectime from the filesystem api'sRobin Appelman2012-10-201-22/+0
* | | merge master into filesystemRobin Appelman2012-10-171-1/+1
|\| |
| * | Whitespace cleanupBart Visscher2012-10-141-1/+1
* | | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-101-42/+44
* | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-33/+33
* | | Merge branch 'master' into filesystemRobin Appelman2012-10-021-1/+1
|\| |
| * | don't use the complete path but the basename if the file/foder has no extensi...Björn Schießle2012-10-021-1/+1
* | | add getId to shared storage backendRobin Appelman2012-09-231-1/+5
* | | Merge branch 'master' into filesystemRobin Appelman2012-09-222-9/+27
|\| |
| * | 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
| * Fix fetching shared children items, fixes problem with displaying owner of a ...Michael Gapczynski2012-09-081-6/+16
* | put filestorages in a namespaceRobin Appelman2012-09-071-33/+35
|/
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-072-4/+16
* Implement generateTarget for file sharing backendMichael Gapczynski2012-09-011-3/+19
* Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-1/+2
* Whitespace fixes in appsBart Visscher2012-08-292-17/+17
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-0/+1
* Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-242-10/+20
* Fix shared storage rename. Note: You can only rename shared files/folders tha...Michael Gapczynski2012-08-241-15/+26
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-221-0/+427
* File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-162-98/+66
* Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
* Lots of refactoring to share APIMichael Gapczynski2012-08-062-9/+18
* Make file actions permissions awareMichael Gapczynski2012-07-252-3/+21
* 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-102-0/+158