summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/sharedstorage.php
Commit message (Expand)AuthorAgeFilesLines
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+5
* Check that the files exist before adding them to the fakedirsMichael Gapczynski2011-08-221-15/+16
* One more bug fix in clearFolderSizeCache()Michael Gapczynski2011-08-201-1/+2
* Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizesMichael Gapczynski2011-08-201-22/+35
* Fix bugs preventing file upload in shared folders with write permissionMichael Gapczynski2011-08-201-5/+9
* Implement searching of files shared with youMichael Gapczynski2011-08-201-3/+19
* Add getLocalFile() to OC_Filestorage_SharedMichael Gapczynski2011-08-191-0/+8
* Remove no longer needed functions in OC_Filestorage_SharedMichael Gapczynski2011-08-191-44/+0
* Comment rename() and prevent trying to move items if the user doesn't have wr...Michael Gapczynski2011-08-171-0/+6
* Bug fixes for mkdir(), renaming/moving support for files inside a shared fold...Michael Gapczynski2011-08-171-8/+10
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-171-1/+1
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-171-9/+13
* Fix my last commit 9ee4fcMichael Gapczynski2011-08-171-2/+4
* Only show 'Shared' directory if files are shared with youMichael Gapczynski2011-08-171-1/+3
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-171-37/+27
* This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-0/+1
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-151-18/+24
* Fix delTree(), it shouldn't be passed to the local storage provider unless th...Michael Gapczynski2011-07-311-9/+25
* Update the folder sizes for shared foldersMichael Gapczynski2011-07-311-12/+29
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-301-48/+46
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-301-26/+52
* Bug fixes for unshare() and opendir(), thanks darkhMichael Gapczynski2011-07-241-0/+3
* Filter out files you unshare from yourself in opendir()Michael Gapczynski2011-07-231-2/+10
* Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-201-2/+2
* Add extra check for opendir() so it only adds the file to fakedirs if it has ...Michael Gapczynski2011-07-161-2/+2
* Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEMMichael Gapczynski2011-07-161-0/+2
* Fix bug in rename() so files in a folder that is in a shared folder also get ...Michael Gapczynski2011-07-161-0/+3
* Fix bugs in opendir() and add extra checks to ensure functionality in all casesMichael Gapczynski2011-07-161-15/+30
* Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()Michael Gapczynski2011-07-161-4/+10
* Add pullOutOfFolder() function for use by unlink() and rename()Michael Gapczynski2011-07-141-4/+12
* Refactoring of OC_SHARE, added more documentation for functionsMichael Gapczynski2011-07-141-5/+9
* Add support for copying files between shared folders, add check to fromTmpFil...Michael Gapczynski2011-07-131-9/+18
* Add checks in opendir() to prevent including the current directory or parentMichael Gapczynski2011-07-121-4/+6
* Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg...Michael Gapczynski2011-07-121-16/+12
* Add support for files inside of shared folders having different names than th...Michael Gapczynski2011-07-081-2/+22
* Fix bug in mkdir(), was passing the wrong pathMichael Gapczynski2011-07-071-1/+2
* mkdir() now checks isWriteable() to see if it has permission, rmdir unshares ...Michael Gapczynski2011-07-071-11/+13
* Fix bug in is_writeable(), was passing the wrong pathMichael Gapczynski2011-07-061-1/+2
* Add support for renaming, moving, and deleting shared filesMichael Gapczynski2011-07-061-8/+7
* Refactor OC_SHARE to allow for renaming and write permissionsMichael Gapczynski2011-07-061-25/+6
* Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-051-14/+5
* Improvements to caching for shared foldersMichael Gapczynski2011-06-271-5/+14
* Implement caching for source paths in OC_FILESTORAGE_SHAREDMichael Gapczynski2011-06-271-38/+63
* Better implementation of getting shared folder size by using the source pathMichael Gapczynski2011-06-241-2/+3
* Add support for sharing foldersMichael Gapczynski2011-06-241-8/+15
* Better implementation of filesize for shared directory, now storing in oc_fol...Michael Gapczynski2011-06-221-7/+40
* Changed self:: and OC_FILESTORAGE_SHARED to ->Michael Gapczynski2011-06-221-42/+42
* Changed ctime for the shared folder to the earliest ctimeMichael Gapczynski2011-06-221-1/+1
* Forgot to remove TODOs for file?time()sMichael Gapczynski2011-06-221-3/+0
* Fixed stat(), file?time()'s now grab most recent time from shared filesMichael Gapczynski2011-06-221-7/+31