summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib_share.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'audit'Bart Visscher2012-06-201-0/+2
|\
| * Audit: Log sharing actionsBart Visscher2012-05-071-0/+2
* | Forgot $ sign for variableMichael Gapczynski2012-06-141-1/+1
* | Revert "Fix a counting mistake"Michael Gapczynski2012-06-141-1/+1
* | Check for '\' as well when searching for parent folders, because Windows retu...Michael Gapczynski2012-06-141-1/+1
* | Fix incorrect creation of filesystem for user@group in data folder during sharesMichael Gapczynski2012-06-121-4/+4
* | Hooks aren't working across different users' filesystems, so update the mtime...Michael Gapczynski2012-05-171-26/+44
* | Try to setup a user's filesystem if the user hasn't logged in before and is s...Michael Gapczynski2012-05-171-0/+5
* | Create a new OC_Share object instead of manually inserting rows when adding a...Michael Gapczynski2012-05-151-3/+1
* | removing executable bit - againThomas Mueller2012-05-151-0/+0
* | Use original source when resharing a file, fixes bug oc-210Michael Gapczynski2012-05-141-0/+4
* | Fix unsharing files also deleting private link, bug fix for oc-251Michael Gapczynski2012-05-091-1/+1
* | Skip over users that have already been shared with when sharing with a groupMichael Gapczynski2012-05-091-2/+7
* | Fix renaming of shared files if target already exists, bug fix for oc-81Michael Gapczynski2012-05-091-5/+6
* | Go back to updating mtime of shared folder to invoke a file cache rescanMichael Gapczynski2012-05-091-3/+5
* | fix creating the shared folder when the user home folder is not in the root m...Robin Appelman2012-05-091-6/+3
* | Still trying to fix some sharing use casesMichael Gapczynski2012-05-091-7/+23
* | Avoid touch operation when unshare public linkBrice Maron2012-05-071-2/+4
* | Remove manual file cache insertions of shared files, update mtime of shared f...Michael Gapczynski2012-05-061-9/+5
|/
* Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a...Michael Gapczynski2012-05-051-3/+5
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-2/+2
* ported oc_dbFrank Karlitschek2012-05-031-25/+25
* porting of OC_User to public API complete.Frank Karlitschek2012-05-011-1/+1
* ported getUserFrank Karlitschek2012-05-011-18/+18
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
* Fix a counting mistakeMichael Gapczynski2012-04-251-1/+1
* Update sharing when users are removed, added to groups, and removed from groupsMichael Gapczynski2012-04-251-0/+28
* Make users only able to share with users in groups they belong toMichael Gapczynski2012-03-281-2/+12
* 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