summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib_share.php
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix for sharing filesMichael Gapczynski2012-02-171-6/+9
* merge master into filesystemRobin Appelman2012-01-301-2/+30
|\
| * Emit hooks in OC_Share when sharing a file and forward hooks for deletion and...Michael Gapczynski2012-01-161-2/+30
* | provide caching for file metadataRobin Appelman2011-11-091-2/+2
|/
* Add 3 More log writing in files sharing appBrice Maron2011-10-181-0/+1
* Fix file sharing : Don't give a unused param to executeBrice Maron2011-10-171-1/+1
* Show users shared with in the drop down for reshared filesMichael Gapczynski2011-08-241-1/+8
* Clear the folder size cache for the 'Shared' folder when a new item is sharedMichael Gapczynski2011-08-241-1/+5
* Register OC_Share for autoloading and cleanup hooksMichael Gapczynski2011-08-221-29/+13
* Update documentation for unshareFromMySelf()Michael Gapczynski2011-08-221-1/+2
* Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski2011-08-181-0/+1
* -1 is now a class constant (UNSHARED), for unsharing files from selfMichael Gapczynski2011-08-171-1/+2
* New system of unsharing files from self, and a small bug fix when all files i...Michael Gapczynski2011-08-171-4/+9
* Fix bug in getPermissions() and clean-up unlink() and rename()Michael Gapczynski2011-08-171-2/+2
* Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-161-0/+23
* Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharingMichael Gapczynski2011-08-161-1/+1
|\
| * fix problem with building the IN queryRobin Appelman2011-08-171-1/+1
* | Initial merging of files_sharing and files_publiclinkMichael Gapczynski2011-08-161-37/+46
|/
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir...Michael Gapczynski2011-08-151-1/+1
* Additional user group sharing support and more clean-up in the constructorMichael Gapczynski2011-08-151-41/+58
* Refactor getUserAndGroups() for new user group sharing standard - user@groupMichael Gapczynski2011-08-141-15/+15
* OC_Share constructor refactored for user group sharingMichael Gapczynski2011-08-121-27/+47
* 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