summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib_share.php
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski2011-08-121-33/+32
* New implementation of share dialogMichael Gapczynski2011-08-021-1/+11
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-301-19/+19
* Revise permissions system to support read, write, and deleteMichael Gapczynski2011-07-301-24/+28
* Add a function for removing any duplicate or trailing '/' from the pathsMichael Gapczynski2011-07-281-8/+24
* More elegant solution for preparing IN ?s, thanks icewindMichael Gapczynski2011-07-281-16/+4
* Add support for sharing files with user groupsMichael Gapczynski2011-07-281-10/+37
* Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-281-27/+21
* Bug fixes for unshare() and opendir(), thanks darkhMichael Gapczynski2011-07-241-1/+1
* Filter out files you unshare from yourself in opendir()Michael Gapczynski2011-07-231-11/+12
* Use SUBSTR instead of LIKE in queries, should now work with SQLiteMichael Gapczynski2011-07-221-14/+13
* Change all occurences of ['user_id'] to OC_USER::getUser()Michael Gapczynski2011-07-201-20/+20
* Fix bug in constructor for appending numbers to already existing targetsMichael Gapczynski2011-07-201-1/+3
* Append number to name if target file already existsMichael Gapczynski2011-07-201-12/+17
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-12/+14
* Add post_delete and post_rename hooks and fix the constructorMichael Gapczynski2011-07-181-4/+37
* Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()Michael Gapczynski2011-07-161-1/+3
* Add pullOutOfFolder() function for use by unlink() and rename()Michael Gapczynski2011-07-141-6/+21
* Refactoring of OC_SHARE, added more documentation for functionsMichael Gapczynski2011-07-141-126/+119
* Bug fix for setTarget() - append fetchAll() to queryMichael Gapczynski2011-07-141-1/+1
* Fix bug in getSource(), return false if target isn't in databaseMichael Gapczynski2011-07-121-1/+5
* Remove duplicate '/' from target when searching for sourceMichael Gapczynski2011-07-101-2/+4
* Add support for files inside of shared folders having different names than th...Michael Gapczynski2011-07-081-0/+12
* Prevent searching for user directory in getParentFolders()Michael Gapczynski2011-07-081-2/+3
* Add wildcard to source for database query in unshare()Michael Gapczynski2011-07-081-1/+1
* Fix unshare() to remove database entries of files within a shared folderMichael Gapczynski2011-07-081-1/+1
* Fix setIsWriteable() and setTarget()Michael Gapczynski2011-07-071-9/+18
* Add wildcard to database query in unshareFromSelf()Michael Gapczynski2011-07-061-1/+1
* Add support for renaming, moving, and deleting shared filesMichael Gapczynski2011-07-061-7/+16
* Refactor OC_SHARE to allow for renaming and write permissionsMichael Gapczynski2011-07-061-27/+90
* Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-051-1/+3
* Append LIMIT 1 to getSource queries to improve performanceMichael Gapczynski2011-07-031-1/+1
* Fix check for parentDir and fix the return for a nonexistent target in the da...Michael Gapczynski2011-06-271-3/+7
* Use php functions dirname() and basename() instead of manipulating strings in...Michael Gapczynski2011-06-261-2/+2
* Add function setTarget(), implement recursion in getSource() for foldersMichael Gapczynski2011-06-251-10/+21
* Add error handling for getSource()Michael Gapczynski2011-06-241-5/+9
* Add support for sharing foldersMichael Gapczynski2011-06-241-2/+9
* Fixed mistakes pointed out by icewindMichael Gapczynski2011-06-161-1/+1
* First version of shared storage provider - not functionalMichael Gapczynski2011-06-161-1/+11
* Initial setup of sharing appMichael Gapczynski2011-06-111-0/+99