summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* isSharedFile() doesn't detect all shares, just use getUsersSharingFile() dire...Björn Schießle2013-02-221-34/+0
* create keypair for ownCloud with empty passphrase, will be used for public li...Björn Schießle2013-02-131-1/+1
* add post_unshareALll hook, update recursively all keyfiles if a folder was sh...Björn Schießle2013-02-131-0/+5
* add post_unshare hook, also add public link shares to the list of user with a...Björn Schießle2013-02-131-7/+28
* add option to keep duplicates in the list of users with access to a file, e.g...Björn Schießle2013-02-121-6/+11
* also find users with access to the file if a folder above the actual file was...Björn Schießle2013-02-121-46/+51
* take group shares into account if we retrieve the list a all recipientsBjörn Schießle2013-02-121-35/+30
* Implementing sharing supportSam Tuke2013-02-111-7/+75
* Work on post_share hook for files_encryptionSam Tuke2013-02-091-0/+54
* missing comma in sql statementThomas Müller2013-02-081-1/+1
* port already approved bugfix to master, https://github.com/owncloud/core/pull...Björn Schießle2013-02-061-1/+7
* Merge github.com:owncloud/coreSam Tuke2013-02-051-1/+2
|\
| * Merge pull request #1234 from owncloud/fix-issue-192Thomas Müller2013-02-041-1/+2
| |\
| | * Fix sharing issue with collection and children mismatchesMichael Gapczynski2013-01-191-1/+2
* | | Merge github.com:owncloud/coreSam Tuke2013-01-311-514/+150
|\| |
| * | merge master into filesystemRobin Appelman2013-01-301-0/+9
| |\ \
| | * | use display name to show share_width and owner informationBjörn Schießle2013-01-251-0/+9
| | |/
| * | Disable fancy folder sharing for nowMichael Gapczynski2013-01-181-28/+28
| * | Fix mergeMichael Gapczynski2013-01-181-4/+4
| * | merge master into filesystemRobin Appelman2013-01-161-5/+13
| |\|
| * | Almost fix Shared scanner...Michael Gapczynski2013-01-071-1/+4
| * | Forgot to select storage from filecacheMichael Gapczynski2013-01-011-1/+1
| * | Fix data for shared root folderMichael Gapczynski2012-12-291-1/+1
| * | Fix shared statuses inside foldersMichael Gapczynski2012-12-261-1/+2
| * | Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-4/+4
| * | merge master into filesystemRobin Appelman2012-11-301-25/+48
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-11-151-11/+10
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2012-11-071-1/+1
| |\ \ \ \
| * | | | | use absolute paths when resolving mount pointsRobin Appelman2012-10-271-2/+2
| * | | | | Merge branch 'master' into filesystemRobin Appelman2012-10-271-13/+13
| |\ \ \ \ \
| * | | | | | move some stuff to the new apiRobin Appelman2012-10-261-6/+9
* | | | | | | Merge branch 'master' of github.com:owncloud/coreSam Tuke2013-01-231-5/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Whitespace cleanupBart Visscher2013-01-161-4/+4
| * | | | | | Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-96/+484
| |\ \ \ \ \ \
| * | | | | | | fixing undefined variable $whereThomas Mueller2013-01-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryptionSam Tuke2013-01-141-0/+13
| |/ / / / / |/| | | | |
* | | | | | add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer2013-01-091-96/+484
|/ / / / /
* | | | | Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-281-5/+0
|\ \ \ \ \
| * | | | | Create functions to install standard hooksBart Visscher2012-11-131-5/+0
| | |_|_|/ | |/| | |
* | | | | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-1/+1
* | | | | implement share via link tokenJörn Friedrich Dreyer2012-11-201-19/+47
|/ / / /
* | | | Merge pull request #371 from butonic/sql_and_error_log_fixesblizzz2012-11-121-2/+5
|\ \ \ \
| * | | | add missing sql backticks, check sharing for error and add logJörn Friedrich Dreyer2012-11-121-2/+5
| | |_|/ | |/| |
* / | | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-9/+5
|/ / /
* | / Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
| |/ |/|
* | fixed user/group sharing hooksFlorian Hülsmann2012-10-261-13/+13
|/
* Hook emission on sharing stuffFlorian Hülsmann2012-10-261-1/+30
* Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
* Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
* Whitespace cleanupBart Visscher2012-10-141-1251/+1251